#B49176

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

Shades of Sandrift #B49176

Tints of Sandrift #B49176

Color information

#B49176 (or 0xB49176) is unknown color: approx Sandrift. HEX triplet: B4, 91 and 76. RGB value is (180,145,118). Sum of RGB (Red+Green+Blue) = 180+145+118=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49176 is #4B6E89. Grayscale: #989898. Windows color (decimal): -4943498 or 7770548. OLE color: 7770548.

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

Color convert

RGB180145118-
CMYK00.190.340.29
HSL26.13º29.25%58.43%-
HSV(B)26.13º34.44%70.59%-
XYZ32.2231.2621.48-
YUV152.39108.6147.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=40.63%
G=32.73%
B=26.64%

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
Decimal18014511800.190.340.2926.1329.2558.43
HexB49176013221D1a1d3a
Octal2642211660234235323572
Binary10110100100100011110110010011100010111011101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49176; }

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

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

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

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

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

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

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

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