#B57857

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

Shades of Sante Fe #B57857

Tints of Sante Fe #B57857

Color information

#B57857 (or 0xB57857) is unknown color: approx Sante Fe. HEX triplet: B5, 78 and 57. RGB value is (181,120,87). Sum of RGB (Red+Green+Blue) = 181+120+87=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B57857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57857 is #4A87A8. Grayscale: #868686. Windows color (decimal): -4884393 or 5732533. OLE color: 5732533.

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

Color convert

RGB18112087-
CMYK00.340.520.29
HSL21.06º38.84%52.55%-
HSV(B)21.06º51.93%70.98%-
XYZ27.4923.9412.19-
YUV134.48101.21161.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=46.65%
G=30.93%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811208700.340.520.2921.0638.8452.55
HexB57857022341D152735
Octal2651701270426435254765
Binary101101011111000101011101000101101001110110101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57857; }

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

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

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

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

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

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

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

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