#B47859

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

Shades of Sante Fe #B47859

Tints of Sante Fe #B47859

Color information

#B47859 (or 0xB47859) is unknown color: approx Sante Fe. HEX triplet: B4, 78 and 59. RGB value is (180,120,89). Sum of RGB (Red+Green+Blue) = 180+120+89=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B47859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47859 is #4B87A6. Grayscale: #868686. Windows color (decimal): -4949927 or 5863604. OLE color: 5863604.

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

Color convert

RGB18012089-
CMYK00.330.510.29
HSL20.44º37.76%52.75%-
HSV(B)20.44º50.56%70.59%-
XYZ27.3423.8612.62-
YUV134.41102.38160.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=46.27%
G=30.85%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801208900.330.510.2920.4437.7652.75
HexB47859021331D142635
Octal2641701310416335244665
Binary101101001111000101100101000011100111110110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47859; }

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

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

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

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

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

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

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

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