#B49879

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

Shades of Sandrift #B49879

Tints of Sandrift #B49879

Color information

#B49879 (or 0xB49879) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 79. RGB value is (180,152,121). Sum of RGB (Red+Green+Blue) = 180+152+121=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49879 is #4B6786. Grayscale: #9C9C9C. Windows color (decimal): -4941703 or 7968948. OLE color: 7968948.

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

Color convert

RGB180152121-
CMYK00.160.330.29
HSL31.53º28.23%59.02%-
HSV(B)31.53º32.78%70.59%-
XYZ33.533.5422.8-
YUV156.84107.78144.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=39.74%
G=33.55%
B=26.71%

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
Decimal18015212100.160.330.2931.5328.2359.02
HexB49879010211D201c3b
Octal2642301710204135403473
Binary101101001001100011110010100001000011110110000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49879; }

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

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

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

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

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

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

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

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