#B47557

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

Shades of Sante Fe #B47557

Tints of Sante Fe #B47557

Color information

#B47557 (or 0xB47557) is unknown color: approx Sante Fe. HEX triplet: B4, 75 and 57. RGB value is (180,117,87). Sum of RGB (Red+Green+Blue) = 180+117+87=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47557 is #4B8AA8. Grayscale: #848484. Windows color (decimal): -4950697 or 5731764. OLE color: 5731764.

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

Color convert

RGB18011787-
CMYK00.350.520.29
HSL19.35º38.27%52.35%-
HSV(B)19.35º51.67%70.59%-
XYZ26.923.1112.06-
YUV132.42102.37161.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=46.88%
G=30.47%
B=22.66%

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
Decimal1801178700.350.520.2919.3538.2752.35
HexB47557023341D132634
Octal2641651270436435234664
Binary101101001110101101011101000111101001110110011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47557; }

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

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

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

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

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

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

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

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