#BB948E

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

Shades of Thatch #BB948E

Tints of Thatch #BB948E

Color information

#BB948E (or 0xBB948E) is unknown color: approx Thatch. HEX triplet: BB, 94 and 8E. RGB value is (187,148,142). Sum of RGB (Red+Green+Blue) = 187+148+142=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB948E is #446B71. Grayscale: #9F9F9F. Windows color (decimal): -4483954 or 9344187. OLE color: 9344187.

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

Color convert

RGB187148142-
CMYK00.210.240.27
HSL24.86%64.51%-
HSV(B)24.06%73.33%-
XYZ35.9733.730.2-
YUV158.98118.42147.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=39.20%
G=31.03%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714814200.210.240.27824.8664.51
HexBB948E015181B81941
Octal27322421602530331031101
Binary10111011100101001000111001010111000110111000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB948E; }

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

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

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

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

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

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

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

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