#B49694

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

Shades of Thatch #B49694

Tints of Thatch #B49694

Color information

#B49694 (or 0xB49694) is unknown color: approx Thatch. HEX triplet: B4, 96 and 94. RGB value is (180,150,148). Sum of RGB (Red+Green+Blue) = 180+150+148=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B49694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49694 is #4B696B. Grayscale: #9E9E9E. Windows color (decimal): -4942188 or 9737908. OLE color: 9737908.

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

Color convert

RGB180150148-
CMYK00.170.180.29
HSL3.75º17.58%64.31%-
HSV(B)3.75º17.78%70.59%-
XYZ35.0733.6532.66-
YUV158.74121.94143.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=37.66%
G=31.38%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015014800.170.180.293.7517.5864.31
HexB49694011121D41240
Octal2642262240212235422100
Binary1011010010010110100101000100011001011101100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49694; }

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

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

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

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

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

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

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

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