#B49A7D

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

Shades of Sandrift #B49A7D

Tints of Sandrift #B49A7D

Color information

#B49A7D (or 0xB49A7D) is unknown color: approx Sandrift. HEX triplet: B4, 9A and 7D. RGB value is (180,154,125). Sum of RGB (Red+Green+Blue) = 180+154+125=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A7D is #4B6582. Grayscale: #9E9E9E. Windows color (decimal): -4941187 or 8231604. OLE color: 8231604.

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

Color convert

RGB180154125-
CMYK00.140.310.29
HSL31.64º26.83%59.8%-
HSV(B)31.64º30.56%70.59%-
XYZ34.0834.324.23-
YUV158.47109.11143.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=39.22%
G=33.55%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015412500.140.310.2931.6426.8359.8
HexB49A7D0E1F1D201b3c
Octal2642321750163735403374
Binary1011010010011010111110101110111111110110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A7D; }

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

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

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

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

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

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

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

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