#B9987B

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

Shades of Pale Taupe #B9987B

Tints of Pale Taupe #B9987B

Color information

#B9987B (or 0xB9987B) is unknown color: approx Pale Taupe. HEX triplet: B9, 98 and 7B. RGB value is (185,152,123). Sum of RGB (Red+Green+Blue) = 185+152+123=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9987B is #466784. Grayscale: #9E9E9E. Windows color (decimal): -4614021 or 8100025. OLE color: 8100025.

HSL color Cylindrical-coordinate representation of color #B9987B: hue angle of 28.06º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9987B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185152123-
CMYK00.180.340.27
HSL28.06º30.69%60.39%-
HSV(B)28.06º33.51%72.55%-
XYZ34.8134.223.51-
YUV158.56107.93146.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=40.22%
G=33.04%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515212300.180.340.2728.0630.6960.39
HexB9987B012221B1c1f3c
Octal2712301730224233343774
Binary10111001100110001111011010010100010110111110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9987B; }

 p { color: rgb(185,152,123); }

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

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

 a { background-color: rgb(185,152,123); }

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

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

 span { border-color: rgb(185,152,123); }

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