#B49780

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

Shades of Sandrift #B49780

Tints of Sandrift #B49780

Color information

#B49780 (or 0xB49780) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 80. RGB value is (180,151,128). Sum of RGB (Red+Green+Blue) = 180+151+128=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49780 is #4B687F. Grayscale: #9D9D9D. Windows color (decimal): -4941952 or 8427444. OLE color: 8427444.

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

Color convert

RGB180151128-
CMYK00.160.290.29
HSL26.54º25.74%60.39%-
HSV(B)26.54º28.89%70.59%-
XYZ33.7933.425.09-
YUV157.05111.61144.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=39.22%
G=32.90%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015112800.160.290.2926.5425.7460.39
HexB497800101D1D1b1a3c
Octal2642272000203535333274
Binary10110100100101111000000001000011101111011101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49780; }

 p { color: rgb(180,151,128); }

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

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

 a { background-color: rgb(180,151,128); }

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

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

 span { border-color: rgb(180,151,128); }

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