#B57357

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

Shades of Sante Fe #B57357

Tints of Sante Fe #B57357

Color information

#B57357 (or 0xB57357) is unknown color: approx Sante Fe. HEX triplet: B5, 73 and 57. RGB value is (181,115,87). Sum of RGB (Red+Green+Blue) = 181+115+87=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B57357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57357 is #4A8CA8. Grayscale: #838383. Windows color (decimal): -4885673 or 5731253. OLE color: 5731253.

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

Color convert

RGB18111587-
CMYK00.360.520.29
HSL17.87º38.84%52.55%-
HSV(B)17.87º51.93%70.98%-
XYZ26.9122.7711.99-
YUV131.54102.87163.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=47.26%
G=30.03%
B=22.72%

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
Decimal1811158700.360.520.2917.8738.8452.55
HexB57357024341D122735
Octal2651631270446435224765
Binary101101011110011101011101001001101001110110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57357; }

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

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

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

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

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

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

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

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