#B49577

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

Shades of Sandrift #B49577

Tints of Sandrift #B49577

Color information

#B49577 (or 0xB49577) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 77. RGB value is (180,149,119). Sum of RGB (Red+Green+Blue) = 180+149+119=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49577 is #4B6A88. Grayscale: #9B9B9B. Windows color (decimal): -4942473 or 7837108. OLE color: 7837108.

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

Color convert

RGB180149119-
CMYK00.170.340.29
HSL29.51º28.91%58.63%-
HSV(B)29.51º33.89%70.59%-
XYZ32.932.5322-
YUV154.85107.77145.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=40.18%
G=33.26%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014911900.170.340.2929.5128.9158.63
HexB49577011221D1e1d3b
Octal2642251670214235363573
Binary10110100100101011110111010001100010111011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49577; }

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

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

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

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

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

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

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

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