#BB9A95

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

Shades of Thatch #BB9A95

Tints of Thatch #BB9A95

Color information

#BB9A95 (or 0xBB9A95) is unknown color: approx Thatch. HEX triplet: BB, 9A and 95. RGB value is (187,154,149). Sum of RGB (Red+Green+Blue) = 187+154+149=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A95 is #44656A. Grayscale: #A3A3A3. Windows color (decimal): -4482411 or 9804475. OLE color: 9804475.

HSL color Cylindrical-coordinate representation of color #BB9A95: hue angle of 7.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9A95 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187154149-
CMYK00.180.200.27
HSL7.89º21.84%65.88%-
HSV(B)7.89º20.32%73.33%-
XYZ37.4735.8533.38-
YUV163.3119.93144.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=38.16%
G=31.43%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715414900.180.200.277.8921.8465.88
HexBB9A95012141B81642
Octal27323222502224331026102
Binary10111011100110101001010101001010100110111000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A95; }

 p { color: rgb(187,154,149); }

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

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

 a { background-color: rgb(187,154,149); }

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

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

 span { border-color: rgb(187,154,149); }

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