#BA7253

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

Shades of Sante Fe #BA7253

Tints of Sante Fe #BA7253

Color information

#BA7253 (or 0xBA7253) is unknown color: approx Sante Fe. HEX triplet: BA, 72 and 53. RGB value is (186,114,83). Sum of RGB (Red+Green+Blue) = 186+114+83=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7253 is #458DAC. Grayscale: #848484. Windows color (decimal): -4558253 or 5468858. OLE color: 5468858.

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

Color convert

RGB18611483-
CMYK00.390.550.27
HSL18.06º42.74%52.75%-
HSV(B)18.06º55.38%72.94%-
XYZ27.8323.111.18-
YUV131.99100.35166.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=48.56%
G=29.77%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861148300.390.550.2718.0642.7452.75
HexBA7253027371B122b35
Octal2721621230476733225365
Binary101110101110010101001101001111101111101110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7253; }

 p { color: rgb(186,114,83); }

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

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

 a { background-color: rgb(186,114,83); }

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

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

 span { border-color: rgb(186,114,83); }

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