#B59B96

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

Shades of Thatch #B59B96

Tints of Thatch #B59B96

Color information

#B59B96 (or 0xB59B96) is unknown color: approx Thatch. HEX triplet: B5, 9B and 96. RGB value is (181,155,150). Sum of RGB (Red+Green+Blue) = 181+155+150=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59B96 is #4A6469. Grayscale: #A2A2A2. Windows color (decimal): -4875370 or 9870261. OLE color: 9870261.

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

Color convert

RGB181155150-
CMYK00.140.170.29
HSL9.68º17.32%64.9%-
HSV(B)9.68º17.13%70.98%-
XYZ36.2835.4733.79-
YUV162.2121.11141.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=37.24%
G=31.89%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115515000.140.170.299.6817.3264.9
HexB59B960E111Da1141
Octal26523322601621351221101
Binary1011010110011011100101100111010001111011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B96; }

 p { color: rgb(181,155,150); }

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

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

 a { background-color: rgb(181,155,150); }

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

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

 span { border-color: rgb(181,155,150); }

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