#B47059

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

Shades of Sante Fe #B47059

Tints of Sante Fe #B47059

Color information

#B47059 (or 0xB47059) is unknown color: approx Sante Fe. HEX triplet: B4, 70 and 59. RGB value is (180,112,89). Sum of RGB (Red+Green+Blue) = 180+112+89=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47059 is #4B8FA6. Grayscale: #818181. Windows color (decimal): -4951975 or 5861556. OLE color: 5861556.

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

Color convert

RGB18011289-
CMYK00.380.510.29
HSL15.16º37.76%52.75%-
HSV(B)15.16º50.56%70.59%-
XYZ26.4222.0112.31-
YUV129.71105.03163.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=47.24%
G=29.40%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801128900.380.510.2915.1637.7652.75
HexB47059026331Df2635
Octal2641601310466335174665
Binary10110100111000010110010100110110011111011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47059; }

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

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

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

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

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

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

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

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