#B49476

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

Shades of Sandrift #B49476

Tints of Sandrift #B49476

Color information

#B49476 (or 0xB49476) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 76. RGB value is (180,148,118). Sum of RGB (Red+Green+Blue) = 180+148+118=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49476 is #4B6B89. Grayscale: #9A9A9A. Windows color (decimal): -4942730 or 7771316. OLE color: 7771316.

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

Color convert

RGB180148118-
CMYK00.180.340.29
HSL29.03º29.25%58.43%-
HSV(B)29.03º34.44%70.59%-
XYZ32.6832.1921.63-
YUV154.15107.6146.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=40.36%
G=33.18%
B=26.46%

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
Decimal18014811800.180.340.2929.0329.2558.43
HexB49476012221D1d1d3a
Octal2642241660224235353572
Binary10110100100101001110110010010100010111011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49476; }

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

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

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

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

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

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

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

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