#B49777

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

Shades of Sandrift #B49777

Tints of Sandrift #B49777

Color information

#B49777 (or 0xB49777) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 77. RGB value is (180,151,119). Sum of RGB (Red+Green+Blue) = 180+151+119=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B49777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49777 is #4B6888. Grayscale: #9C9C9C. Windows color (decimal): -4941961 or 7837620. OLE color: 7837620.

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

Color convert

RGB180151119-
CMYK00.160.340.29
HSL31.48º28.91%58.63%-
HSV(B)31.48º33.89%70.59%-
XYZ33.2233.1722.1-
YUV156.02107.11145.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=40%
G=33.56%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015111900.160.340.2931.4828.9158.63
HexB49777010221D1f1d3b
Octal2642271670204235373573
Binary10110100100101111110111010000100010111011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49777; }

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

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

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

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

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

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

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

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