#B49572

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

Shades of Sandrift #B49572

Tints of Sandrift #B49572

Color information

#B49572 (or 0xB49572) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 72. RGB value is (180,149,114). Sum of RGB (Red+Green+Blue) = 180+149+114=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49572 is #4B6A8D. Grayscale: #9A9A9A. Windows color (decimal): -4942478 or 7509428. OLE color: 7509428.

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

Color convert

RGB180149114-
CMYK00.170.370.29
HSL31.82º30.56%57.65%-
HSV(B)31.82º36.67%70.59%-
XYZ32.6132.4120.46-
YUV154.28105.27146.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=40.63%
G=33.63%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014911400.170.370.2931.8230.5657.65
HexB49572011251D201f3a
Octal2642251620214535403772
Binary101101001001010111100100100011001011110110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49572; }

 p { color: rgb(180,149,114); }

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

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

 a { background-color: rgb(180,149,114); }

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

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

 span { border-color: rgb(180,149,114); }

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