#B49078

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

Shades of Sandrift #B49078

Tints of Sandrift #B49078

Color information

#B49078 (or 0xB49078) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 78. RGB value is (180,144,120). Sum of RGB (Red+Green+Blue) = 180+144+120=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49078 is #4B6F87. Grayscale: #989898. Windows color (decimal): -4943752 or 7901364. OLE color: 7901364.

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

Color convert

RGB180144120-
CMYK00.20.330.29
HSL24º28.57%58.82%-
HSV(B)24º33.33%70.59%-
XYZ32.1931.0122.06-
YUV152.03109.93147.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014412000.20.330.292428.5758.82
HexB49078014211D181d3b
Octal2642201700244135303573
Binary10110100100100001111000010100100001111011100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49078; }

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

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

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

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

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

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

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

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