#B49A80

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

Shades of Sandrift #B49A80

Tints of Sandrift #B49A80

Color information

#B49A80 (or 0xB49A80) is unknown color: approx Sandrift. HEX triplet: B4, 9A and 80. RGB value is (180,154,128). Sum of RGB (Red+Green+Blue) = 180+154+128=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A80 is #4B657F. Grayscale: #9E9E9E. Windows color (decimal): -4941184 or 8428212. OLE color: 8428212.

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

Color convert

RGB180154128-
CMYK00.140.290.29
HSL30º25.74%60.39%-
HSV(B)30º28.89%70.59%-
XYZ34.2734.3725.25-
YUV158.81110.61143.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=38.96%
G=33.33%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015412800.140.290.293025.7460.39
HexB49A800E1D1D1e1a3c
Octal2642322000163535363274
Binary1011010010011010100000000111011101111011111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A80; }

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

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

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

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

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

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

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

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