#B49471

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

Shades of Sandrift #B49471

Tints of Sandrift #B49471

Color information

#B49471 (or 0xB49471) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 71. RGB value is (180,148,113). Sum of RGB (Red+Green+Blue) = 180+148+113=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49471 is #4B6B8E. Grayscale: #999999. Windows color (decimal): -4942735 or 7443636. OLE color: 7443636.

HSL color Cylindrical-coordinate representation of color #B49471: hue angle of 31.34º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49471 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180148113-
CMYK00.180.370.29
HSL31.34º30.88%57.45%-
HSV(B)31.34º37.22%70.59%-
XYZ32.3932.0820.11-
YUV153.58105.1146.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=40.82%
G=33.56%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014811300.180.370.2931.3430.8857.45
HexB49471012251D1f1f39
Octal2642241610224535373771
Binary10110100100101001110001010010100101111011111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49471; }

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

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

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

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

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

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

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

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