#B49278

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

Shades of Sandrift #B49278

Tints of Sandrift #B49278

Color information

#B49278 (or 0xB49278) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 78. RGB value is (180,146,120). Sum of RGB (Red+Green+Blue) = 180+146+120=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49278 is #4B6D87. Grayscale: #999999. Windows color (decimal): -4943240 or 7901876. OLE color: 7901876.

HSL color Cylindrical-coordinate representation of color #B49278: hue angle of 26º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49278 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180146120-
CMYK00.190.330.29
HSL26º28.57%58.82%-
HSV(B)26º33.33%70.59%-
XYZ32.4931.6222.16-
YUV153.2109.26147.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=40.36%
G=32.74%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014612000.190.330.292628.5758.82
HexB49278013211D1a1d3b
Octal2642221700234135323573
Binary10110100100100101111000010011100001111011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49278; }

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

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

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

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

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

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

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

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