#B59592

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

Shades of Thatch #B59592

Tints of Thatch #B59592

Color information

#B59592 (or 0xB59592) is unknown color: approx Thatch. HEX triplet: B5, 95 and 92. RGB value is (181,149,146). Sum of RGB (Red+Green+Blue) = 181+149+146=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B59592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59592 is #4A6A6D. Grayscale: #9E9E9E. Windows color (decimal): -4876910 or 9606581. OLE color: 9606581.

HSL color Cylindrical-coordinate representation of color #B59592: hue angle of 5.14º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59592 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181149146-
CMYK00.180.190.29
HSL5.14º19.13%64.12%-
HSV(B)5.14º19.34%70.98%-
XYZ34.9933.3931.8-
YUV158.23121.1144.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=38.03%
G=31.30%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114914600.180.190.295.1419.1364.12
HexB59592012131D51340
Octal2652252220222335523100
Binary1011010110010101100100100100101001111101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59592; }

 p { color: rgb(181,149,146); }

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

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

 a { background-color: rgb(181,149,146); }

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

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

 span { border-color: rgb(181,149,146); }

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