#B49373

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

Shades of Sandrift #B49373

Tints of Sandrift #B49373

Color information

#B49373 (or 0xB49373) is unknown color: approx Sandrift. HEX triplet: B4, 93 and 73. RGB value is (180,147,115). Sum of RGB (Red+Green+Blue) = 180+147+115=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B49373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49373 is #4B6C8C. Grayscale: #999999. Windows color (decimal): -4942989 or 7574452. OLE color: 7574452.

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

Color convert

RGB180147115-
CMYK00.180.360.29
HSL29.54º30.23%57.84%-
HSV(B)29.54º36.11%70.59%-
XYZ32.3531.8120.65-
YUV153.22106.43147.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=40.72%
G=33.26%
B=26.02%

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
Decimal18014711500.180.360.2929.5430.2357.84
HexB49373012241D1e1e3a
Octal2642231630224435363672
Binary10110100100100111110011010010100100111011111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49373; }

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

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

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

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

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

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

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

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