#B47159

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

Shades of Sante Fe #B47159

Tints of Sante Fe #B47159

Color information

#B47159 (or 0xB47159) is unknown color: approx Sante Fe. HEX triplet: B4, 71 and 59. RGB value is (180,113,89). Sum of RGB (Red+Green+Blue) = 180+113+89=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B47159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47159 is #4B8EA6. Grayscale: #828282. Windows color (decimal): -4951719 or 5861812. OLE color: 5861812.

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

Color convert

RGB18011389-
CMYK00.370.510.29
HSL15.82º37.76%52.75%-
HSV(B)15.82º50.56%70.59%-
XYZ26.5322.2312.34-
YUV130.3104.7163.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=47.12%
G=29.58%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801138900.370.510.2915.8237.7652.75
HexB47159025331D102635
Octal2641611310456335204665
Binary101101001110001101100101001011100111110110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47159; }

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

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

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

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

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

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

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

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