#B8997D

Color #B8997D Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #B8997D

Tints of Pale Taupe #B8997D

Color information

#B8997D (or 0xB8997D) is unknown color: approx Pale Taupe. HEX triplet: B8, 99 and 7D. RGB value is (184,153,125). Sum of RGB (Red+Green+Blue) = 184+153+125=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8997D is #476682. Grayscale: #9F9F9F. Windows color (decimal): -4679299 or 8231352. OLE color: 8231352.

HSL color Cylindrical-coordinate representation of color #B8997D: hue angle of 28.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8997D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB184153125-
CMYK00.170.320.28
HSL28.47º29.35%60.59%-
HSV(B)28.47º32.07%72.16%-
XYZ34.8634.4524.21-
YUV159.08108.77145.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=39.83%
G=33.12%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415312500.170.320.2828.4729.3560.59
HexB8997D011201C1c1d3d
Octal2702311750214034343575
Binary10111000100110011111101010001100000111001110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8997D; }

 p { color: rgb(184,153,125); }

 H1.HeaderClassName
 {
   color: #B8997D;
 }
 .AnyTagClassName
 {
   color: #B8997D;
 }
</style>
background-color css

<style>
 a { background-color: #B8997D; }

 a { background-color: rgb(184,153,125); }

 div.DivClassName
 {
   background-color: #B8997D;
 }
 .BgClassName
 {
   background-color: #B8997D;
 }
</style>
border-color css

<style>
 span { border-color: #B8997D; }

 span { border-color: rgb(184,153,125); }

 td.TdClassName
 {
   border-color: #B8997D;
 }
 .TagClassName
 {
   border-color: #B8997D;
 }
</style>