#B58D87

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

Shades of Thatch #B58D87

Tints of Thatch #B58D87

Color information

#B58D87 (or 0xB58D87) is unknown color: approx Thatch. HEX triplet: B5, 8D and 87. RGB value is (181,141,135). Sum of RGB (Red+Green+Blue) = 181+141+135=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D87 is #4A7278. Grayscale: #989898. Windows color (decimal): -4878969 or 8883637. OLE color: 8883637.

HSL color Cylindrical-coordinate representation of color #B58D87: hue angle of 7.83º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58D87 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181141135-
CMYK00.220.250.29
HSL7.83º23.71%61.96%-
HSV(B)7.83º25.41%70.98%-
XYZ32.9530.6227.1-
YUV152.28118.25148.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=39.61%
G=30.85%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114113500.220.250.297.8323.7161.96
HexB58D87016191D8183e
Octal2652152070263135103076
Binary1011010110001101100001110101101100111101100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D87; }

 p { color: rgb(181,141,135); }

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

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

 a { background-color: rgb(181,141,135); }

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

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

 span { border-color: rgb(181,141,135); }

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