#B49C7F

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

Shades of Sandrift #B49C7F

Tints of Sandrift #B49C7F

Color information

#B49C7F (or 0xB49C7F) is unknown color: approx Sandrift. HEX triplet: B4, 9C and 7F. RGB value is (180,156,127). Sum of RGB (Red+Green+Blue) = 180+156+127=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C7F is #4B6380. Grayscale: #A0A0A0. Windows color (decimal): -4940673 or 8363188. OLE color: 8363188.

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

Color convert

RGB180156127-
CMYK00.130.290.29
HSL32.83º26.11%60.2%-
HSV(B)32.83º29.44%70.59%-
XYZ34.5435.0125.02-
YUV159.87109.45142.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 127 (50% from 255) = 27.43%
R=38.88%
G=33.69%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015612700.130.290.2932.8326.1160.2
HexB49C7F0D1D1D211a3c
Octal2642341770153535413274
Binary1011010010011100111111101101111011110110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C7F; }

 p { color: rgb(180,156,127); }

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

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

 a { background-color: rgb(180,156,127); }

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

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

 span { border-color: rgb(180,156,127); }

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