#B49477

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

Shades of Sandrift #B49477

Tints of Sandrift #B49477

Color information

#B49477 (or 0xB49477) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 77. RGB value is (180,148,119). Sum of RGB (Red+Green+Blue) = 180+148+119=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49477 is #4B6B88. Grayscale: #9A9A9A. Windows color (decimal): -4942729 or 7836852. OLE color: 7836852.

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

Color convert

RGB180148119-
CMYK00.180.340.29
HSL28.52º28.91%58.63%-
HSV(B)28.52º33.89%70.59%-
XYZ32.7432.2221.95-
YUV154.26108.1146.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=40.27%
G=33.11%
B=26.62%

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
Decimal18014811900.180.340.2928.5228.9158.63
HexB49477012221D1d1d3b
Octal2642241670224235353573
Binary10110100100101001110111010010100010111011110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49477; }

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

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

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

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

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

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

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

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