#B57057

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

Shades of Sante Fe #B57057

Tints of Sante Fe #B57057

Color information

#B57057 (or 0xB57057) is unknown color: approx Sante Fe. HEX triplet: B5, 70 and 57. RGB value is (181,112,87). Sum of RGB (Red+Green+Blue) = 181+112+87=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B57057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57057 is #4A8FA8. Grayscale: #818181. Windows color (decimal): -4886441 or 5730485. OLE color: 5730485.

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

Color convert

RGB18111287-
CMYK00.380.520.29
HSL15.96º38.84%52.55%-
HSV(B)15.96º51.93%70.98%-
XYZ26.5722.111.88-
YUV129.78103.86164.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=47.63%
G=29.47%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811128700.380.520.2915.9638.8452.55
HexB57057026341D102735
Octal2651601270466435204765
Binary101101011110000101011101001101101001110110000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57057; }

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

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

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

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

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

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

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

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