#B49574

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

Shades of Sandrift #B49574

Tints of Sandrift #B49574

Color information

#B49574 (or 0xB49574) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 74. RGB value is (180,149,116). Sum of RGB (Red+Green+Blue) = 180+149+116=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49574 is #4B6A8B. Grayscale: #9A9A9A. Windows color (decimal): -4942476 or 7640500. OLE color: 7640500.

HSL color Cylindrical-coordinate representation of color #B49574: hue angle of 30.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49574 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180149116-
CMYK00.170.360.29
HSL30.94º29.91%58.04%-
HSV(B)30.94º35.56%70.59%-
XYZ32.7232.4621.06-
YUV154.51106.27146.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=40.45%
G=33.48%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014911600.170.360.2930.9429.9158.04
HexB49574011241D1f1e3a
Octal2642251640214435373672
Binary10110100100101011110100010001100100111011111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49574; }

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

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

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

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

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

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

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

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