#b57157

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

Shades of Sante Fe #B57157

Tints of Sante Fe #B57157

Color information

#B57157 (or 0xB57157) is unknown color: approx Sante Fe. HEX triplet: B5, 71 and 57. RGB value is (181,113,87). Sum of RGB (Red+Green+Blue) = 181+113+87=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57157 is #4A8EA8. Grayscale: #828282. Windows color (decimal): -4886185 or 5730741. OLE color: 5730741.

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

Color convert

RGB18111387-
CMYK00.380.520.29
HSL16.6º38.84%52.55%-
HSV(B)16.6º51.93%70.98%-
XYZ26.6822.3211.92-
YUV130.37103.53164.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=47.51%
G=29.66%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811138700.380.520.2916.638.8452.55
HexB57157026341D112735
Octal2651611270466435214765
Binary101101011110001101011101001101101001110110001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57157; }

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

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

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

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

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

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

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

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