#B18986

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

Shades of Thatch #B18986

Tints of Thatch #B18986

Color information

#B18986 (or 0xB18986) is unknown color: approx Thatch. HEX triplet: B1, 89 and 86. RGB value is (177,137,134). Sum of RGB (Red+Green+Blue) = 177+137+134=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B18986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18986 is #4E7679. Grayscale: #949494. Windows color (decimal): -5142138 or 8817073. OLE color: 8817073.

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

Color convert

RGB177137134-
CMYK00.230.240.31
HSL4.19º21.61%60.98%-
HSV(B)4.19º24.29%69.41%-
XYZ31.3828.9626.49-
YUV148.62119.75148.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=39.51%
G=30.58%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713713400.230.240.314.1921.6160.98
HexB18986017181F4163d
Octal261211206027303742675
Binary101100011000100110000110010111110001111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18986; }

 p { color: rgb(177,137,134); }

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

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

 a { background-color: rgb(177,137,134); }

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

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

 span { border-color: rgb(177,137,134); }

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