#B49793

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

Shades of Thatch #B49793

Tints of Thatch #B49793

Color information

#B49793 (or 0xB49793) is unknown color: approx Thatch. HEX triplet: B4, 97 and 93. RGB value is (180,151,147). Sum of RGB (Red+Green+Blue) = 180+151+147=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B49793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49793 is #4B686C. Grayscale: #9F9F9F. Windows color (decimal): -4941933 or 9672628. OLE color: 9672628.

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

Color convert

RGB180151147-
CMYK00.160.180.29
HSL7.27º18.03%64.12%-
HSV(B)7.27º18.33%70.59%-
XYZ35.1633.9432.3-
YUV159.22121.11142.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=37.66%
G=31.59%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015114700.160.180.297.2718.0364.12
HexB49793010121D71240
Octal2642272230202235722100
Binary1011010010010111100100110100001001011101111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49793; }

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

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

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

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

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

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

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

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