#B58E85

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

Shades of Thatch #B58E85

Tints of Thatch #B58E85

Color information

#B58E85 (or 0xB58E85) is unknown color: approx Thatch. HEX triplet: B5, 8E and 85. RGB value is (181,142,133). Sum of RGB (Red+Green+Blue) = 181+142+133=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E85 is #4A717A. Grayscale: #989898. Windows color (decimal): -4878715 or 8752821. OLE color: 8752821.

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

Color convert

RGB181142133-
CMYK00.220.270.29
HSL11.25º24.49%61.57%-
HSV(B)11.25º26.52%70.98%-
XYZ32.9630.8626.41-
YUV152.64116.92148.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=39.69%
G=31.14%
B=29.17%

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
Decimal18114213300.220.270.2911.2524.4961.57
HexB58E850161B1Db183e
Octal2652162050263335133076
Binary1011010110001110100001010101101101111101101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E85; }

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

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

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

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

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

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

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

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