#B08D8A

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

Shades of Thatch #B08D8A

Tints of Thatch #B08D8A

Color information

#B08D8A (or 0xB08D8A) is unknown color: approx Thatch. HEX triplet: B0, 8D and 8A. RGB value is (176,141,138). Sum of RGB (Red+Green+Blue) = 176+141+138=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D8A is #4F7275. Grayscale: #979797. Windows color (decimal): -5206646 or 9080240. OLE color: 9080240.

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

Color convert

RGB176141138-
CMYK00.200.220.31
HSL4.74º19.39%61.57%-
HSV(B)4.74º21.59%69.02%-
XYZ32.0230.1128.17-
YUV151.12120.6145.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=38.68%
G=30.99%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614113800.200.220.314.7419.3961.57
HexB08D8A014161F5133e
Octal260215212024263752376
Binary101100001000110110001010010100101101111110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D8A; }

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

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

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

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

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

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

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

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