#B47357

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

Shades of Sante Fe #B47357

Tints of Sante Fe #B47357

Color information

#B47357 (or 0xB47357) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 57. RGB value is (180,115,87). Sum of RGB (Red+Green+Blue) = 180+115+87=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B47357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47357 is #4B8CA8. Grayscale: #838383. Windows color (decimal): -4951209 or 5731252. OLE color: 5731252.

HSL color Cylindrical-coordinate representation of color #B47357: hue angle of 18.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B47357 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18011587-
CMYK00.360.520.29
HSL18.06º38.27%52.35%-
HSV(B)18.06º51.67%70.59%-
XYZ26.6722.6511.98-
YUV131.24103.03162.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=47.12%
G=30.10%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801158700.360.520.2918.0638.2752.35
HexB47357024341D122634
Octal2641631270446435224664
Binary101101001110011101011101001001101001110110010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47357; }

 p { color: rgb(180,115,87); }

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

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

 a { background-color: rgb(180,115,87); }

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

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

 span { border-color: rgb(180,115,87); }

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