#B57457

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

Shades of Sante Fe #B57457

Tints of Sante Fe #B57457

Color information

#B57457 (or 0xB57457) is unknown color: approx Sante Fe. HEX triplet: B5, 74 and 57. RGB value is (181,116,87). Sum of RGB (Red+Green+Blue) = 181+116+87=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57457 is #4A8BA8. Grayscale: #848484. Windows color (decimal): -4885417 or 5731509. OLE color: 5731509.

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

Color convert

RGB18111687-
CMYK00.360.520.29
HSL18.51º38.84%52.55%-
HSV(B)18.51º51.93%70.98%-
XYZ27.022312.03-
YUV132.13102.53162.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=47.14%
G=30.21%
B=22.66%

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
Decimal1811168700.360.520.2918.5138.8452.55
HexB57457024341D132735
Octal2651641270446435234765
Binary101101011110100101011101001001101001110110011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57457; }

 p { color: rgb(181,116,87); }

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

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

 a { background-color: rgb(181,116,87); }

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

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

 span { border-color: rgb(181,116,87); }

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