#B57852

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

Shades of Sante Fe #B57852

Tints of Sante Fe #B57852

Color information

#B57852 (or 0xB57852) is unknown color: approx Sante Fe. HEX triplet: B5, 78 and 52. RGB value is (181,120,82). Sum of RGB (Red+Green+Blue) = 181+120+82=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B57852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57852 is #4A87AD. Grayscale: #868686. Windows color (decimal): -4884398 or 5404853. OLE color: 5404853.

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

Color convert

RGB18112082-
CMYK00.340.550.29
HSL23.03º40.08%51.57%-
HSV(B)23.03º54.7%70.98%-
XYZ27.323.8711.15-
YUV133.9198.71161.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=47.26%
G=31.33%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811208200.340.550.2923.0340.0851.57
HexB57852022371D172834
Octal2651701220426735275064
Binary101101011111000101001001000101101111110110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57852; }

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

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

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

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

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

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

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

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