#B49691

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

Shades of Thatch #B49691

Tints of Thatch #B49691

Color information

#B49691 (or 0xB49691) is unknown color: approx Thatch. HEX triplet: B4, 96 and 91. RGB value is (180,150,145). Sum of RGB (Red+Green+Blue) = 180+150+145=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B49691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49691 is #4B696E. Grayscale: #9E9E9E. Windows color (decimal): -4942191 or 9541300. OLE color: 9541300.

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

Color convert

RGB180150145-
CMYK00.170.190.29
HSL8.57º18.92%63.73%-
HSV(B)8.57º19.44%70.59%-
XYZ34.8433.5631.43-
YUV158.4120.44143.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=37.89%
G=31.58%
B=30.53%

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
Decimal18015014500.170.190.298.5718.9263.73
HexB49691011131D91340
Octal26422622102123351123100
Binary10110100100101101001000101000110011111011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49691; }

 p { color: rgb(180,150,145); }

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

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

 a { background-color: rgb(180,150,145); }

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

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

 span { border-color: rgb(180,150,145); }

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