#B08D8B

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

Shades of Thatch #B08D8B

Tints of Thatch #B08D8B

Color information

#B08D8B (or 0xB08D8B) is unknown color: approx Thatch. HEX triplet: B0, 8D and 8B. RGB value is (176,141,139). Sum of RGB (Red+Green+Blue) = 176+141+139=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D8B is #4F7274. Grayscale: #979797. Windows color (decimal): -5206645 or 9145776. OLE color: 9145776.

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

Color convert

RGB176141139-
CMYK00.200.210.31
HSL3.24º18.97%61.76%-
HSV(B)3.24º21.02%69.02%-
XYZ32.0930.1428.55-
YUV151.24121.1145.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=38.60%
G=30.92%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614113900.200.210.313.2418.9761.76
HexB08D8B014151F3133e
Octal260215213024253732376
Binary10110000100011011000101101010010101111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D8B; }

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

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

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

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

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

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

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

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