#B49993

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

Shades of Thatch #B49993

Tints of Thatch #B49993

Color information

#B49993 (or 0xB49993) is unknown color: approx Thatch. HEX triplet: B4, 99 and 93. RGB value is (180,153,147). Sum of RGB (Red+Green+Blue) = 180+153+147=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B49993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49993 is #4B666C. Grayscale: #A0A0A0. Windows color (decimal): -4941421 or 9673140. OLE color: 9673140.

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

Color convert

RGB180153147-
CMYK00.150.180.29
HSL10.91º18.03%64.12%-
HSV(B)10.91º18.33%70.59%-
XYZ35.4834.5932.41-
YUV160.39120.45141.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=37.5%
G=31.88%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015314700.150.180.2910.9118.0364.12
HexB499930F121Db1240
Octal26423122301722351322100
Binary1011010010011001100100110111110010111011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49993; }

 p { color: rgb(180,153,147); }

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

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

 a { background-color: rgb(180,153,147); }

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

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

 span { border-color: rgb(180,153,147); }

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