#B49473

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

Shades of Sandrift #B49473

Tints of Sandrift #B49473

Color information

#B49473 (or 0xB49473) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 73. RGB value is (180,148,115). Sum of RGB (Red+Green+Blue) = 180+148+115=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49473 is #4B6B8C. Grayscale: #999999. Windows color (decimal): -4942733 or 7574708. OLE color: 7574708.

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

Color convert

RGB180148115-
CMYK00.180.360.29
HSL30.46º30.23%57.84%-
HSV(B)30.46º36.11%70.59%-
XYZ32.5132.1220.71-
YUV153.81106.1146.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=40.63%
G=33.41%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014811500.180.360.2930.4630.2357.84
HexB49473012241D1e1e3a
Octal2642241630224435363672
Binary10110100100101001110011010010100100111011111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49473; }

 p { color: rgb(180,148,115); }

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

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

 a { background-color: rgb(180,148,115); }

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

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

 span { border-color: rgb(180,148,115); }

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