#B59894

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

Shades of Thatch #B59894

Tints of Thatch #B59894

Color information

#B59894 (or 0xB59894) is unknown color: approx Thatch. HEX triplet: B5, 98 and 94. RGB value is (181,152,148). Sum of RGB (Red+Green+Blue) = 181+152+148=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B59894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59894 is #4A676B. Grayscale: #A0A0A0. Windows color (decimal): -4876140 or 9738421. OLE color: 9738421.

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

Color convert

RGB181152148-
CMYK00.160.180.29
HSL7.27º18.23%64.51%-
HSV(B)7.27º18.23%70.98%-
XYZ35.6334.4232.78-
YUV160.21121.11142.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=37.63%
G=31.60%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115214800.160.180.297.2718.2364.51
HexB59894010121D71241
Octal2652302240202235722101
Binary1011010110011000100101000100001001011101111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59894; }

 p { color: rgb(181,152,148); }

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

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

 a { background-color: rgb(181,152,148); }

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

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

 span { border-color: rgb(181,152,148); }

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