#BA7055

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

Shades of Sante Fe #BA7055

Tints of Sante Fe #BA7055

Color information

#BA7055 (or 0xBA7055) is unknown color: approx Sante Fe. HEX triplet: BA, 70 and 55. RGB value is (186,112,85). Sum of RGB (Red+Green+Blue) = 186+112+85=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7055 is #458FAA. Grayscale: #838383. Windows color (decimal): -4558763 or 5599418. OLE color: 5599418.

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

Color convert

RGB18611285-
CMYK00.400.540.27
HSL16.04º42.26%53.14%-
HSV(B)16.04º54.3%72.94%-
XYZ27.6822.6811.51-
YUV131.05102.02167.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=48.56%
G=29.24%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861128500.400.540.2716.0442.2653.14
HexBA7055028361B102a35
Octal2721601250506633205265
Binary101110101110000101010101010001101101101110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7055; }

 p { color: rgb(186,112,85); }

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

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

 a { background-color: rgb(186,112,85); }

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

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

 span { border-color: rgb(186,112,85); }

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