#b47556

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

Shades of Sante Fe #B47556

Tints of Sante Fe #B47556

Color information

#B47556 (or 0xB47556) is unknown color: approx Sante Fe. HEX triplet: B4, 75 and 56. RGB value is (180,117,86). Sum of RGB (Red+Green+Blue) = 180+117+86=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47556 is #4B8AA9. Grayscale: #848484. Windows color (decimal): -4950698 or 5666228. OLE color: 5666228.

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

Color convert

RGB18011786-
CMYK00.350.520.29
HSL19.79º38.52%52.16%-
HSV(B)19.79º52.22%70.59%-
XYZ26.8623.111.85-
YUV132.3101.87162.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=47.00%
G=30.55%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801178600.350.520.2919.7938.5252.16
HexB47556023341D142734
Octal2641651260436435244764
Binary101101001110101101011001000111101001110110100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47556; }

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

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

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

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

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

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

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

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