#B0908E

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

Shades of Thatch #B0908E

Tints of Thatch #B0908E

Color information

#B0908E (or 0xB0908E) is unknown color: approx Thatch. HEX triplet: B0, 90 and 8E. RGB value is (176,144,142). Sum of RGB (Red+Green+Blue) = 176+144+142=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0908E is #4F6F71. Grayscale: #999999. Windows color (decimal): -5205874 or 9343152. OLE color: 9343152.

HSL color Cylindrical-coordinate representation of color #B0908E: hue angle of 3.53º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0908E is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176144142-
CMYK00.180.190.31
HSL3.53º17.71%62.35%-
HSV(B)3.53º19.32%69.02%-
XYZ32.7631.1329.87-
YUV153.34121.6144.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=38.10%
G=31.17%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614414200.180.190.313.5317.7162.35
HexB0908E012131F4123e
Octal260220216022233742276
Binary101100001001000010001110010010100111111110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0908E; }

 p { color: rgb(176,144,142); }

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

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

 a { background-color: rgb(176,144,142); }

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

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

 span { border-color: rgb(176,144,142); }

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