#B57259

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

Shades of Sante Fe #B57259

Tints of Sante Fe #B57259

Color information

#B57259 (or 0xB57259) is unknown color: approx Sante Fe. HEX triplet: B5, 72 and 59. RGB value is (181,114,89). Sum of RGB (Red+Green+Blue) = 181+114+89=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57259 is #4A8DA6. Grayscale: #838383. Windows color (decimal): -4885927 or 5862069. OLE color: 5862069.

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

Color convert

RGB18111489-
CMYK00.370.510.29
HSL16.3º38.33%52.94%-
HSV(B)16.3º50.83%70.98%-
XYZ26.8822.5812.39-
YUV131.18104.2163.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=47.14%
G=29.69%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811148900.370.510.2916.338.3352.94
HexB57259025331D102635
Octal2651621310456335204665
Binary101101011110010101100101001011100111110110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57259; }

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

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

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

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

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

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

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

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