#B49B79

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

Shades of Sandrift #B49B79

Tints of Sandrift #B49B79

Color information

#B49B79 (or 0xB49B79) is unknown color: approx Sandrift. HEX triplet: B4, 9B and 79. RGB value is (180,155,121). Sum of RGB (Red+Green+Blue) = 180+155+121=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B79 is #4B6486. Grayscale: #9E9E9E. Windows color (decimal): -4940935 or 7969716. OLE color: 7969716.

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

Color convert

RGB180155121-
CMYK00.140.330.29
HSL34.58º28.23%59.02%-
HSV(B)34.58º32.78%70.59%-
XYZ33.9934.5322.96-
YUV158.6106.78143.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=39.47%
G=33.99%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015512100.140.330.2934.5828.2359.02
HexB49B790E211D231c3b
Octal2642331710164135433473
Binary10110100100110111111001011101000011110110001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B79; }

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

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

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

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

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

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

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

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