#B49B95

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

Shades of Thatch #B49B95

Tints of Thatch #B49B95

Color information

#B49B95 (or 0xB49B95) is unknown color: approx Thatch. HEX triplet: B4, 9B and 95. RGB value is (180,155,149). Sum of RGB (Red+Green+Blue) = 180+155+149=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B95 is #4B646A. Grayscale: #A1A1A1. Windows color (decimal): -4940907 or 9804724. OLE color: 9804724.

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

Color convert

RGB180155149-
CMYK00.140.170.29
HSL11.61º17.13%64.51%-
HSV(B)11.61º17.22%70.59%-
XYZ35.9735.3233.35-
YUV161.79120.78140.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=37.19%
G=32.02%
B=30.79%

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
Decimal18015514900.140.170.2911.6117.1364.51
HexB49B950E111Dc1141
Octal26423322501621351421101
Binary1011010010011011100101010111010001111011100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B95; }

 p { color: rgb(180,155,149); }

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

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

 a { background-color: rgb(180,155,149); }

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

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

 span { border-color: rgb(180,155,149); }

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