#BA7152

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

Shades of Sante Fe #BA7152

Tints of Sante Fe #BA7152

Color information

#BA7152 (or 0xBA7152) is unknown color: approx Sante Fe. HEX triplet: BA, 71 and 52. RGB value is (186,113,82). Sum of RGB (Red+Green+Blue) = 186+113+82=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7152 is #458EAD. Grayscale: #838383. Windows color (decimal): -4558510 or 5403066. OLE color: 5403066.

HSL color Cylindrical-coordinate representation of color #BA7152: hue angle of 17.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA7152 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18611382-
CMYK00.390.560.27
HSL17.88º42.98%52.55%-
HSV(B)17.88º55.91%72.94%-
XYZ27.6822.8610.94-
YUV131.29100.18167.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=48.82%
G=29.66%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861138200.390.560.2717.8842.9852.55
HexBA7152027381B122b35
Octal2721611220477033225365
Binary101110101110001101001001001111110001101110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7152; }

 p { color: rgb(186,113,82); }

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

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

 a { background-color: rgb(186,113,82); }

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

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

 span { border-color: rgb(186,113,82); }

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