#B47659

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

Shades of Sante Fe #B47659

Tints of Sante Fe #B47659

Color information

#B47659 (or 0xB47659) is unknown color: approx Sante Fe. HEX triplet: B4, 76 and 59. RGB value is (180,118,89). Sum of RGB (Red+Green+Blue) = 180+118+89=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B47659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47659 is #4B89A6. Grayscale: #858585. Windows color (decimal): -4950439 or 5863092. OLE color: 5863092.

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

Color convert

RGB18011889-
CMYK00.340.510.29
HSL19.12º37.76%52.75%-
HSV(B)19.12º50.56%70.59%-
XYZ27.123.3812.54-
YUV133.23103.04161.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=46.51%
G=30.49%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801188900.340.510.2919.1237.7652.75
HexB47659022331D132635
Octal2641661310426335234665
Binary101101001110110101100101000101100111110110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47659; }

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

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

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

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

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

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

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

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