#B49188

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

Shades of Thatch #B49188

Tints of Thatch #B49188

Color information

#B49188 (or 0xB49188) is unknown color: approx Thatch. HEX triplet: B4, 91 and 88. RGB value is (180,145,136). Sum of RGB (Red+Green+Blue) = 180+145+136=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49188 is #4B6E77. Grayscale: #9A9A9A. Windows color (decimal): -4943480 or 8950196. OLE color: 8950196.

HSL color Cylindrical-coordinate representation of color #B49188: hue angle of 12.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49188 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180145136-
CMYK00.190.240.29
HSL12.27º22.68%61.96%-
HSV(B)12.27º24.44%70.59%-
XYZ33.3931.7327.66-
YUV154.44117.6146.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=39.05%
G=31.45%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014513600.190.240.2912.2722.6861.96
HexB49188013181Dc173e
Octal2642212100233035142776
Binary1011010010010001100010000100111100011101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49188; }

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

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

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

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

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

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

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

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