#B57957

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

Shades of Sante Fe #B57957

Tints of Sante Fe #B57957

Color information

#B57957 (or 0xB57957) is unknown color: approx Sante Fe. HEX triplet: B5, 79 and 57. RGB value is (181,121,87). Sum of RGB (Red+Green+Blue) = 181+121+87=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B57957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57957 is #4A86A8. Grayscale: #878787. Windows color (decimal): -4884137 or 5732789. OLE color: 5732789.

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

Color convert

RGB18112187-
CMYK00.330.520.29
HSL21.7º38.84%52.55%-
HSV(B)21.7º51.93%70.98%-
XYZ27.6124.1912.23-
YUV135.06100.88160.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=46.53%
G=31.11%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811218700.330.520.2921.738.8452.55
HexB57957021341D162735
Octal2651711270416435264765
Binary101101011111001101011101000011101001110110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57957; }

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

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

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

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

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

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

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

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