#B49693

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

Shades of Thatch #B49693

Tints of Thatch #B49693

Color information

#B49693 (or 0xB49693) is unknown color: approx Thatch. HEX triplet: B4, 96 and 93. RGB value is (180,150,147). Sum of RGB (Red+Green+Blue) = 180+150+147=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49693 is #4B696C. Grayscale: #9E9E9E. Windows color (decimal): -4942189 or 9672372. OLE color: 9672372.

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

Color convert

RGB180150147-
CMYK00.170.180.29
HSL5.45º18.03%64.12%-
HSV(B)5.45º18.33%70.59%-
XYZ3533.6232.25-
YUV158.63121.44143.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=37.74%
G=31.45%
B=30.82%

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
Decimal18015014700.170.180.295.4518.0364.12
HexB49693011121D51240
Octal2642262230212235522100
Binary1011010010010110100100110100011001011101101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49693; }

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

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

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

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

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

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

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

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