#b49778

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

Shades of Sandrift #B49778

Tints of Sandrift #B49778

Color information

#B49778 (or 0xB49778) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 78. RGB value is (180,151,120). Sum of RGB (Red+Green+Blue) = 180+151+120=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B49778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49778 is #4B6887. Grayscale: #9C9C9C. Windows color (decimal): -4941960 or 7903156. OLE color: 7903156.

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

Color convert

RGB180151120-
CMYK00.160.330.29
HSL31º28.57%58.82%-
HSV(B)31º33.33%70.59%-
XYZ33.2833.1922.42-
YUV156.14107.61145.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=39.91%
G=33.48%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015112000.160.330.293128.5758.82
HexB49778010211D1f1d3b
Octal2642271700204135373573
Binary10110100100101111111000010000100001111011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49778; }

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

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

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

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

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

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

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

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