#B47559

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

Shades of Sante Fe #B47559

Tints of Sante Fe #B47559

Color information

#B47559 (or 0xB47559) is unknown color: approx Sante Fe. HEX triplet: B4, 75 and 59. RGB value is (180,117,89). Sum of RGB (Red+Green+Blue) = 180+117+89=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B47559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47559 is #4B8AA6. Grayscale: #848484. Windows color (decimal): -4950695 or 5862836. OLE color: 5862836.

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

Color convert

RGB18011789-
CMYK00.350.510.29
HSL18.46º37.76%52.75%-
HSV(B)18.46º50.56%70.59%-
XYZ26.9923.1512.5-
YUV132.64103.37161.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=46.63%
G=30.31%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801178900.350.510.2918.4637.7652.75
HexB47559023331D122635
Octal2641651310436335224665
Binary101101001110101101100101000111100111110110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47559; }

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

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

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

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

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

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

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

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