#B57352

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

Shades of Sante Fe #B57352

Tints of Sante Fe #B57352

Color information

#B57352 (or 0xB57352) is unknown color: approx Sante Fe. HEX triplet: B5, 73 and 52. RGB value is (181,115,82). Sum of RGB (Red+Green+Blue) = 181+115+82=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B57352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57352 is #4A8CAD. Grayscale: #838383. Windows color (decimal): -4885678 or 5403573. OLE color: 5403573.

HSL color Cylindrical-coordinate representation of color #B57352: hue angle of 20º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B57352 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18111582-
CMYK00.360.550.29
HSL20º40.08%51.57%-
HSV(B)20º54.7%70.98%-
XYZ26.7122.6910.96-
YUV130.97100.37163.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=47.88%
G=30.42%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811158200.360.550.292040.0851.57
HexB57352024371D142834
Octal2651631220446735245064
Binary101101011110011101001001001001101111110110100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57352; }

 p { color: rgb(181,115,82); }

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

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

 a { background-color: rgb(181,115,82); }

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

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

 span { border-color: rgb(181,115,82); }

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