#B59692

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

Shades of Thatch #B59692

Tints of Thatch #B59692

Color information

#B59692 (or 0xB59692) is unknown color: approx Thatch. HEX triplet: B5, 96 and 92. RGB value is (181,150,146). Sum of RGB (Red+Green+Blue) = 181+150+146=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59692 is #4A696D. Grayscale: #9E9E9E. Windows color (decimal): -4876654 or 9606837. OLE color: 9606837.

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

Color convert

RGB181150146-
CMYK00.170.190.29
HSL6.86º19.13%64.12%-
HSV(B)6.86º19.34%70.98%-
XYZ35.1533.7131.85-
YUV158.81120.77143.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=37.95%
G=31.45%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115014600.170.190.296.8619.1364.12
HexB59692011131D71340
Octal2652262220212335723100
Binary1011010110010110100100100100011001111101111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59692; }

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

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

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

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

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

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

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

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