#B49273

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

Shades of Sandrift #B49273

Tints of Sandrift #B49273

Color information

#B49273 (or 0xB49273) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 73. RGB value is (180,146,115). Sum of RGB (Red+Green+Blue) = 180+146+115=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49273 is #4B6D8C. Grayscale: #989898. Windows color (decimal): -4943245 or 7574196. OLE color: 7574196.

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

Color convert

RGB180146115-
CMYK00.190.360.29
HSL28.62º30.23%57.84%-
HSV(B)28.62º36.11%70.59%-
XYZ32.231.520.6-
YUV152.63106.76147.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=40.82%
G=33.11%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014611500.190.360.2928.6230.2357.84
HexB49273013241D1d1e3a
Octal2642221630234435353672
Binary10110100100100101110011010011100100111011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49273; }

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

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

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

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

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

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

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

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