#B47456

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

Shades of Sante Fe #B47456

Tints of Sante Fe #B47456

Color information

#B47456 (or 0xB47456) is unknown color: approx Sante Fe. HEX triplet: B4, 74 and 56. RGB value is (180,116,86). Sum of RGB (Red+Green+Blue) = 180+116+86=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B47456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47456 is #4B8BA9. Grayscale: #838383. Windows color (decimal): -4950954 or 5665972. OLE color: 5665972.

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

Color convert

RGB18011686-
CMYK00.360.520.29
HSL19.15º38.52%52.16%-
HSV(B)19.15º52.22%70.59%-
XYZ26.7522.8711.81-
YUV131.72102.2162.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=47.12%
G=30.37%
B=22.51%

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
Decimal1801168600.360.520.2919.1538.5252.16
HexB47456024341D132734
Octal2641641260446435234764
Binary101101001110100101011001001001101001110110011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47456; }

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

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

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

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

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

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

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

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