#B49375

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

Shades of Sandrift #B49375

Tints of Sandrift #B49375

Color information

#B49375 (or 0xB49375) is unknown color: approx Sandrift. HEX triplet: B4, 93 and 75. RGB value is (180,147,117). Sum of RGB (Red+Green+Blue) = 180+147+117=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49375 is #4B6C8A. Grayscale: #999999. Windows color (decimal): -4942987 or 7705524. OLE color: 7705524.

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

Color convert

RGB180147117-
CMYK00.180.350.29
HSL28.57º29.58%58.24%-
HSV(B)28.57º35%70.59%-
XYZ32.4731.8621.27-
YUV153.45107.43146.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=40.54%
G=33.11%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014711700.180.350.2928.5729.5858.24
HexB49375012231D1d1e3a
Octal2642231650224335353672
Binary10110100100100111110101010010100011111011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49375; }

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

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

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

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

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

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

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

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