#B59591

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

Shades of Thatch #B59591

Tints of Thatch #B59591

Color information

#B59591 (or 0xB59591) is unknown color: approx Thatch. HEX triplet: B5, 95 and 91. RGB value is (181,149,145). Sum of RGB (Red+Green+Blue) = 181+149+145=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B59591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59591 is #4A6A6E. Grayscale: #9E9E9E. Windows color (decimal): -4876911 or 9541045. OLE color: 9541045.

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

Color convert

RGB181149145-
CMYK00.180.200.29
HSL6.67º19.57%63.92%-
HSV(B)6.67º19.89%70.98%-
XYZ34.9133.3631.39-
YUV158.11120.6144.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=38.11%
G=31.37%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114914500.180.200.296.6719.5763.92
HexB59591012141D71440
Octal2652252210222435724100
Binary1011010110010101100100010100101010011101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59591; }

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

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

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

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

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

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

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

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