#BB9A94

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

Shades of Thatch #BB9A94

Tints of Thatch #BB9A94

Color information

#BB9A94 (or 0xBB9A94) is unknown color: approx Thatch. HEX triplet: BB, 9A and 94. RGB value is (187,154,148). Sum of RGB (Red+Green+Blue) = 187+154+148=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A94 is #44656B. Grayscale: #A3A3A3. Windows color (decimal): -4482412 or 9738939. OLE color: 9738939.

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

Color convert

RGB187154148-
CMYK00.180.210.27
HSL9.23º22.29%65.69%-
HSV(B)9.23º20.86%73.33%-
XYZ37.3935.8132.96-
YUV163.18119.43144.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=38.24%
G=31.49%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715414800.180.210.279.2322.2965.69
HexBB9A94012151B91642
Octal27323222402225331126102
Binary10111011100110101001010001001010101110111001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A94; }

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

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

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

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

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

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

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

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