#B49773

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

Shades of Sandrift #B49773

Tints of Sandrift #B49773

Color information

#B49773 (or 0xB49773) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 73. RGB value is (180,151,115). Sum of RGB (Red+Green+Blue) = 180+151+115=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49773 is #4B688C. Grayscale: #9B9B9B. Windows color (decimal): -4941965 or 7575476. OLE color: 7575476.

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

Color convert

RGB180151115-
CMYK00.160.360.29
HSL33.23º30.23%57.84%-
HSV(B)33.23º36.11%70.59%-
XYZ32.9833.0720.87-
YUV155.57105.11145.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=40.36%
G=33.86%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015111500.160.360.2933.2330.2357.84
HexB49773010241D211e3a
Octal2642271630204435413672
Binary101101001001011111100110100001001001110110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49773; }

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

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

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

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

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

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

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

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