#B57159

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

Shades of Sante Fe #B57159

Tints of Sante Fe #B57159

Color information

#B57159 (or 0xB57159) is unknown color: approx Sante Fe. HEX triplet: B5, 71 and 59. RGB value is (181,113,89). Sum of RGB (Red+Green+Blue) = 181+113+89=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B57159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57159 is #4A8EA6. Grayscale: #828282. Windows color (decimal): -4886183 or 5861813. OLE color: 5861813.

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

Color convert

RGB18111389-
CMYK00.380.510.29
HSL15.65º38.33%52.94%-
HSV(B)15.65º50.83%70.98%-
XYZ26.7622.3612.36-
YUV130.6104.53163.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=47.26%
G=29.50%
B=23.24%

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
Decimal1811138900.380.510.2915.6538.3352.94
HexB57159026331D102635
Octal2651611310466335204665
Binary101101011110001101100101001101100111110110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57159; }

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

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

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

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

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

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

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

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