#B49072

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

Shades of Sandrift #B49072

Tints of Sandrift #B49072

Color information

#B49072 (or 0xB49072) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 72. RGB value is (180,144,114). Sum of RGB (Red+Green+Blue) = 180+144+114=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B49072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49072 is #4B6F8D. Grayscale: #979797. Windows color (decimal): -4943758 or 7508148. OLE color: 7508148.

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

Color convert

RGB180144114-
CMYK00.20.370.29
HSL27.27º30.56%57.65%-
HSV(B)27.27º36.67%70.59%-
XYZ31.8330.8620.2-
YUV151.34106.93148.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=41.10%
G=32.88%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014411400.20.370.2927.2730.5657.65
HexB49072014251D1b1f3a
Octal2642201620244535333772
Binary10110100100100001110010010100100101111011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49072; }

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

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

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

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

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

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

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

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