#B49376

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

Shades of Sandrift #B49376

Tints of Sandrift #B49376

Color information

#B49376 (or 0xB49376) is unknown color: approx Sandrift. HEX triplet: B4, 93 and 76. RGB value is (180,147,118). Sum of RGB (Red+Green+Blue) = 180+147+118=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49376 is #4B6C89. Grayscale: #999999. Windows color (decimal): -4942986 or 7771060. OLE color: 7771060.

HSL color Cylindrical-coordinate representation of color #B49376: hue angle of 28.06º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49376 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180147118-
CMYK00.180.340.29
HSL28.06º29.25%58.43%-
HSV(B)28.06º34.44%70.59%-
XYZ32.5331.8821.58-
YUV153.56107.93146.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=40.45%
G=33.03%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014711800.180.340.2928.0629.2558.43
HexB49376012221D1c1d3a
Octal2642231660224235343572
Binary10110100100100111110110010010100010111011110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49376; }

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

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

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

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

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

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

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

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