#B0908B

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

Shades of Thatch #B0908B

Tints of Thatch #B0908B

Color information

#B0908B (or 0xB0908B) is unknown color: approx Thatch. HEX triplet: B0, 90 and 8B. RGB value is (176,144,139). Sum of RGB (Red+Green+Blue) = 176+144+139=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0908B is #4F6F74. Grayscale: #999999. Windows color (decimal): -5205877 or 9146544. OLE color: 9146544.

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

Color convert

RGB176144139-
CMYK00.180.210.31
HSL8.11º18.97%61.76%-
HSV(B)8.11º21.02%69.02%-
XYZ32.5431.0428.7-
YUV153120.1144.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=38.34%
G=31.37%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614413900.180.210.318.1118.9761.76
HexB0908B012151F8133e
Octal2602202130222537102376
Binary1011000010010000100010110100101010111111100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0908B; }

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

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

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

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

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

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

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

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