#B49276

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

Shades of Sandrift #B49276

Tints of Sandrift #B49276

Color information

#B49276 (or 0xB49276) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 76. RGB value is (180,146,118). Sum of RGB (Red+Green+Blue) = 180+146+118=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49276 is #4B6D89. Grayscale: #999999. Windows color (decimal): -4943242 or 7770804. OLE color: 7770804.

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

Color convert

RGB180146118-
CMYK00.190.340.29
HSL27.1º29.25%58.43%-
HSV(B)27.1º34.44%70.59%-
XYZ32.3731.5721.53-
YUV152.97108.26147.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=40.54%
G=32.88%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014611800.190.340.2927.129.2558.43
HexB49276013221D1b1d3a
Octal2642221660234235333572
Binary10110100100100101110110010011100010111011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49276; }

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

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

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

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

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

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

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

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