#B57657

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

Shades of Sante Fe #B57657

Tints of Sante Fe #B57657

Color information

#B57657 (or 0xB57657) is unknown color: approx Sante Fe. HEX triplet: B5, 76 and 57. RGB value is (181,118,87). Sum of RGB (Red+Green+Blue) = 181+118+87=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B57657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57657 is #4A89A8. Grayscale: #858585. Windows color (decimal): -4884905 or 5732021. OLE color: 5732021.

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

Color convert

RGB18111887-
CMYK00.350.520.29
HSL19.79º38.84%52.55%-
HSV(B)19.79º51.93%70.98%-
XYZ27.2523.4712.11-
YUV133.3101.87162.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=46.89%
G=30.57%
B=22.54%

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
Decimal1811188700.350.520.2919.7938.8452.55
HexB57657023341D142735
Octal2651661270436435244765
Binary101101011110110101011101000111101001110110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57657; }

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

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

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

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

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

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

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

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