#B57059

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

Shades of Sante Fe #B57059

Tints of Sante Fe #B57059

Color information

#B57059 (or 0xB57059) is unknown color: approx Sante Fe. HEX triplet: B5, 70 and 59. RGB value is (181,112,89). Sum of RGB (Red+Green+Blue) = 181+112+89=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B57059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57059 is #4A8FA6. Grayscale: #828282. Windows color (decimal): -4886439 or 5861557. OLE color: 5861557.

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

Color convert

RGB18111289-
CMYK00.380.510.29
HSL15º38.33%52.94%-
HSV(B)15º50.83%70.98%-
XYZ26.6522.1312.32-
YUV130.01104.86164.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=47.38%
G=29.32%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811128900.380.510.291538.3352.94
HexB57059026331Df2635
Octal2651601310466335174665
Binary10110101111000010110010100110110011111011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57059; }

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

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

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

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

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

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

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

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