#B49275

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

Shades of Sandrift #B49275

Tints of Sandrift #B49275

Color information

#B49275 (or 0xB49275) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 75. RGB value is (180,146,117). Sum of RGB (Red+Green+Blue) = 180+146+117=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49275 is #4B6D8A. Grayscale: #999999. Windows color (decimal): -4943243 or 7705268. OLE color: 7705268.

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

Color convert

RGB180146117-
CMYK00.190.350.29
HSL27.62º29.58%58.24%-
HSV(B)27.62º35%70.59%-
XYZ32.3131.5521.22-
YUV152.86107.76147.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=40.63%
G=32.96%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014611700.190.350.2927.6229.5858.24
HexB49275013231D1c1e3a
Octal2642221650234335343672
Binary10110100100100101110101010011100011111011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49275; }

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

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

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

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

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

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

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

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