#B49B78

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

Shades of Sandrift #B49B78

Tints of Sandrift #B49B78

Color information

#B49B78 (or 0xB49B78) is unknown color: approx Sandrift. HEX triplet: B4, 9B and 78. RGB value is (180,155,120). Sum of RGB (Red+Green+Blue) = 180+155+120=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B78 is #4B6487. Grayscale: #9E9E9E. Windows color (decimal): -4940936 or 7904180. OLE color: 7904180.

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

Color convert

RGB180155120-
CMYK00.140.330.29
HSL35º28.57%58.82%-
HSV(B)35º33.33%70.59%-
XYZ33.9334.522.64-
YUV158.49106.28143.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=39.56%
G=34.07%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015512000.140.330.293528.5758.82
HexB49B780E211D231d3b
Octal2642331700164135433573
Binary10110100100110111111000011101000011110110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B78; }

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

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

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

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

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

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

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

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