#B49474

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

Shades of Sandrift #B49474

Tints of Sandrift #B49474

Color information

#B49474 (or 0xB49474) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 74. RGB value is (180,148,116). Sum of RGB (Red+Green+Blue) = 180+148+116=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49474 is #4B6B8B. Grayscale: #9A9A9A. Windows color (decimal): -4942732 or 7640244. OLE color: 7640244.

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

Color convert

RGB180148116-
CMYK00.180.360.29
HSL30º29.91%58.04%-
HSV(B)30º35.56%70.59%-
XYZ32.5632.1421.01-
YUV153.92106.6146.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=40.54%
G=33.33%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014811600.180.360.293029.9158.04
HexB49474012241D1e1e3a
Octal2642241640224435363672
Binary10110100100101001110100010010100100111011111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49474; }

 p { color: rgb(180,148,116); }

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

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

 a { background-color: rgb(180,148,116); }

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

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

 span { border-color: rgb(180,148,116); }

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