#B58D85

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

Shades of Thatch #B58D85

Tints of Thatch #B58D85

Color information

#B58D85 (or 0xB58D85) is unknown color: approx Thatch. HEX triplet: B5, 8D and 85. RGB value is (181,141,133). Sum of RGB (Red+Green+Blue) = 181+141+133=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D85 is #4A727A. Grayscale: #989898. Windows color (decimal): -4878971 or 8752565. OLE color: 8752565.

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

Color convert

RGB181141133-
CMYK00.220.270.29
HSL10º24.49%61.57%-
HSV(B)10º26.52%70.98%-
XYZ32.8130.5726.36-
YUV152.05117.25148.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=39.78%
G=30.99%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114113300.220.270.291024.4961.57
HexB58D850161B1Da183e
Octal2652152050263335123076
Binary1011010110001101100001010101101101111101101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D85; }

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

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

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

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

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

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

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

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