#B57359

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

Shades of Sante Fe #B57359

Tints of Sante Fe #B57359

Color information

#B57359 (or 0xB57359) is unknown color: approx Sante Fe. HEX triplet: B5, 73 and 59. RGB value is (181,115,89). Sum of RGB (Red+Green+Blue) = 181+115+89=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B57359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57359 is #4A8CA6. Grayscale: #838383. Windows color (decimal): -4885671 or 5862325. OLE color: 5862325.

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

Color convert

RGB18111589-
CMYK00.360.510.29
HSL16.96º38.33%52.94%-
HSV(B)16.96º50.83%70.98%-
XYZ26.9922.8112.43-
YUV131.77103.87163.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=47.01%
G=29.87%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811158900.360.510.2916.9638.3352.94
HexB57359024331D112635
Octal2651631310446335214665
Binary101101011110011101100101001001100111110110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57359; }

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

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

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

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

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

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

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

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