#B49878

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

Shades of Sandrift #B49878

Tints of Sandrift #B49878

Color information

#B49878 (or 0xB49878) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 78. RGB value is (180,152,120). Sum of RGB (Red+Green+Blue) = 180+152+120=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B49878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49878 is #4B6787. Grayscale: #9C9C9C. Windows color (decimal): -4941704 or 7903412. OLE color: 7903412.

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

Color convert

RGB180152120-
CMYK00.160.330.29
HSL32º28.57%58.82%-
HSV(B)32º33.33%70.59%-
XYZ33.4433.5222.48-
YUV156.72107.28144.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=39.82%
G=33.63%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015212000.160.330.293228.5758.82
HexB49878010211D201d3b
Octal2642301700204135403573
Binary101101001001100011110000100001000011110110000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49878; }

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

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

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

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

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

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

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

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