#B49679

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

Shades of Sandrift #B49679

Tints of Sandrift #B49679

Color information

#B49679 (or 0xB49679) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 79. RGB value is (180,150,121). Sum of RGB (Red+Green+Blue) = 180+150+121=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B49679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49679 is #4B6986. Grayscale: #9B9B9B. Windows color (decimal): -4942215 or 7968436. OLE color: 7968436.

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

Color convert

RGB180150121-
CMYK00.170.330.29
HSL29.49º28.23%59.02%-
HSV(B)29.49º32.78%70.59%-
XYZ33.1832.922.69-
YUV155.66108.44145.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=39.91%
G=33.26%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015012100.170.330.2929.4928.2359.02
HexB49679011211D1d1c3b
Octal2642261710214135353473
Binary10110100100101101111001010001100001111011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49679; }

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

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

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

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

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

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

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

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