#BB9F7B

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

Shades of Pale Taupe #BB9F7B

Tints of Pale Taupe #BB9F7B

Color information

#BB9F7B (or 0xBB9F7B) is unknown color: approx Pale Taupe. HEX triplet: BB, 9F and 7B. RGB value is (187,159,123). Sum of RGB (Red+Green+Blue) = 187+159+123=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F7B is #446084. Grayscale: #A3A3A3. Windows color (decimal): -4481157 or 8101819. OLE color: 8101819.

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

Color convert

RGB187159123-
CMYK00.150.340.27
HSL33.75º32%60.78%-
HSV(B)33.75º34.22%73.33%-
XYZ36.4736.7923.92-
YUV163.27105.28144.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=39.87%
G=33.90%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715912300.150.340.2733.753260.78
HexBB9F7B0F221B22203d
Octal2732371730174233424075
Binary101110111001111111110110111110001011011100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F7B; }

 p { color: rgb(187,159,123); }

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

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

 a { background-color: rgb(187,159,123); }

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

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

 span { border-color: rgb(187,159,123); }

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