#B49673

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

Shades of Sandrift #B49673

Tints of Sandrift #B49673

Color information

#B49673 (or 0xB49673) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 73. RGB value is (180,150,115). Sum of RGB (Red+Green+Blue) = 180+150+115=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49673 is #4B698C. Grayscale: #9B9B9B. Windows color (decimal): -4942221 or 7575220. OLE color: 7575220.

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

Color convert

RGB180150115-
CMYK00.170.360.29
HSL32.31º30.23%57.84%-
HSV(B)32.31º36.11%70.59%-
XYZ32.8232.7520.81-
YUV154.98105.44145.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=40.45%
G=33.71%
B=25.84%

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
Decimal18015011500.170.360.2932.3130.2357.84
HexB49673011241D201e3a
Octal2642261630214435403672
Binary101101001001011011100110100011001001110110000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49673; }

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

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

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

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

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

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

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

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