#B08D8C

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

Shades of Thatch #B08D8C

Tints of Thatch #B08D8C

Color information

#B08D8C (or 0xB08D8C) is unknown color: approx Thatch. HEX triplet: B0, 8D and 8C. RGB value is (176,141,140). Sum of RGB (Red+Green+Blue) = 176+141+140=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D8C is #4F7273. Grayscale: #979797. Windows color (decimal): -5206644 or 9211312. OLE color: 9211312.

HSL color Cylindrical-coordinate representation of color #B08D8C: hue angle of 1.67º 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 #B08D8C is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176141140-
CMYK00.200.200.31
HSL1.67º18.56%61.96%-
HSV(B)1.67º20.45%69.02%-
XYZ32.1630.1728.94-
YUV151.35121.6145.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=38.51%
G=30.85%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614114000.200.200.311.6718.5661.96
HexB08D8C014141F2133e
Octal260215214024243722376
Binary10110000100011011000110001010010100111111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D8C; }

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

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

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

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

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

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

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

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