#B08C8A

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

Shades of Thatch #B08C8A

Tints of Thatch #B08C8A

Color information

#B08C8A (or 0xB08C8A) is unknown color: approx Thatch. HEX triplet: B0, 8C and 8A. RGB value is (176,140,138). Sum of RGB (Red+Green+Blue) = 176+140+138=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C8A is #4F7375. Grayscale: #969696. Windows color (decimal): -5206902 or 9079984. OLE color: 9079984.

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

Color convert

RGB176140138-
CMYK00.200.220.31
HSL3.16º19.39%61.57%-
HSV(B)3.16º21.59%69.02%-
XYZ31.8729.8228.12-
YUV150.54120.93146.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=38.77%
G=30.84%
B=30.40%

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
Decimal17614013800.200.220.313.1619.3961.57
HexB08C8A014161F3133e
Octal260214212024263732376
Binary10110000100011001000101001010010110111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C8A; }

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

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

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

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

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

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

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

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