#B47759

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

Shades of Sante Fe #B47759

Tints of Sante Fe #B47759

Color information

#B47759 (or 0xB47759) is unknown color: approx Sante Fe. HEX triplet: B4, 77 and 59. RGB value is (180,119,89). Sum of RGB (Red+Green+Blue) = 180+119+89=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B47759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47759 is #4B88A6. Grayscale: #868686. Windows color (decimal): -4950183 or 5863348. OLE color: 5863348.

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

Color convert

RGB18011989-
CMYK00.340.510.29
HSL19.78º37.76%52.75%-
HSV(B)19.78º50.56%70.59%-
XYZ27.2223.6212.58-
YUV133.82102.71160.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=46.39%
G=30.67%
B=22.94%

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
Decimal1801198900.340.510.2919.7837.7652.75
HexB47759022331D142635
Octal2641671310426335244665
Binary101101001110111101100101000101100111110110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47759; }

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

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

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

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

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

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

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

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