#B08E8C

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

Shades of Thatch #B08E8C

Tints of Thatch #B08E8C

Color information

#B08E8C (or 0xB08E8C) is unknown color: approx Thatch. HEX triplet: B0, 8E and 8C. RGB value is (176,142,140). Sum of RGB (Red+Green+Blue) = 176+142+140=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E8C is #4F7173. Grayscale: #979797. Windows color (decimal): -5206388 or 9211568. OLE color: 9211568.

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

Color convert

RGB176142140-
CMYK00.190.200.31
HSL3.33º18.56%61.96%-
HSV(B)3.33º20.45%69.02%-
XYZ32.3130.4728.99-
YUV151.94121.26145.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=38.43%
G=31.00%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614214000.190.200.313.3318.5661.96
HexB08E8C013141F3133e
Octal260216214023243732376
Binary10110000100011101000110001001110100111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E8C; }

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

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

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

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

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

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

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

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