#B49478

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

Shades of Sandrift #B49478

Tints of Sandrift #B49478

Color information

#B49478 (or 0xB49478) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 78. RGB value is (180,148,120). Sum of RGB (Red+Green+Blue) = 180+148+120=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49478 is #4B6B87. Grayscale: #9A9A9A. Windows color (decimal): -4942728 or 7902388. OLE color: 7902388.

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

Color convert

RGB180148120-
CMYK00.180.330.29
HSL28º28.57%58.82%-
HSV(B)28º33.33%70.59%-
XYZ32.832.2422.26-
YUV154.38108.6146.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=40.18%
G=33.04%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014812000.180.330.292828.5758.82
HexB49478012211D1c1d3b
Octal2642241700224135343573
Binary10110100100101001111000010010100001111011110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49478; }

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

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

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

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

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

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

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

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