#BB9892

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

Shades of Thatch #BB9892

Tints of Thatch #BB9892

Color information

#BB9892 (or 0xBB9892) is unknown color: approx Thatch. HEX triplet: BB, 98 and 92. RGB value is (187,152,146). Sum of RGB (Red+Green+Blue) = 187+152+146=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9892 is #44676D. Grayscale: #A1A1A1. Windows color (decimal): -4482926 or 9607355. OLE color: 9607355.

HSL color Cylindrical-coordinate representation of color #BB9892: hue angle of 8.78º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9892 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187152146-
CMYK00.190.220.27
HSL8.78º23.16%65.29%-
HSV(B)8.78º21.93%73.33%-
XYZ36.9135.132.02-
YUV161.78119.1145.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=38.56%
G=31.34%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715214600.190.220.278.7823.1665.29
HexBB9892013161B91741
Octal27323022202326331127101
Binary10111011100110001001001001001110110110111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9892; }

 p { color: rgb(187,152,146); }

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

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

 a { background-color: rgb(187,152,146); }

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

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

 span { border-color: rgb(187,152,146); }

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