#B49272

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

Shades of Sandrift #B49272

Tints of Sandrift #B49272

Color information

#B49272 (or 0xB49272) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 72. RGB value is (180,146,114). Sum of RGB (Red+Green+Blue) = 180+146+114=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49272 is #4B6D8D. Grayscale: #989898. Windows color (decimal): -4943246 or 7508660. OLE color: 7508660.

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

Color convert

RGB180146114-
CMYK00.190.370.29
HSL29.09º30.56%57.65%-
HSV(B)29.09º36.67%70.59%-
XYZ32.1431.4820.3-
YUV152.52106.26147.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=40.91%
G=33.18%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014611400.190.370.2929.0930.5657.65
HexB49272013251D1d1f3a
Octal2642221620234535353772
Binary10110100100100101110010010011100101111011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49272; }

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

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

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

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

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

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

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

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