#B47356

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

Shades of Sante Fe #B47356

Tints of Sante Fe #B47356

Color information

#B47356 (or 0xB47356) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 56. RGB value is (180,115,86). Sum of RGB (Red+Green+Blue) = 180+115+86=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47356 is #4B8CA9. Grayscale: #838383. Windows color (decimal): -4951210 or 5665716. OLE color: 5665716.

HSL color Cylindrical-coordinate representation of color #B47356: hue angle of 18.51º degrees, saturation: 0.39, 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 #B47356 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18011586-
CMYK00.360.520.29
HSL18.51º38.52%52.16%-
HSV(B)18.51º52.22%70.59%-
XYZ26.6322.6411.77-
YUV131.13102.53162.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=47.24%
G=30.18%
B=22.57%

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
Decimal1801158600.360.520.2918.5138.5252.16
HexB47356024341D132734
Octal2641631260446435234764
Binary101101001110011101011001001001101001110110011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47356; }

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

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

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

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

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

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

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

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