#BA6F58

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

Shades of Sante Fe #BA6F58

Tints of Sante Fe #BA6F58

Color information

#BA6F58 (or 0xBA6F58) is unknown color: approx Sante Fe. HEX triplet: BA, 6F and 58. RGB value is (186,111,88). Sum of RGB (Red+Green+Blue) = 186+111+88=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F58 is #4590A7. Grayscale: #828282. Windows color (decimal): -4559016 or 5795770. OLE color: 5795770.

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

Color convert

RGB18611188-
CMYK00.400.530.27
HSL14.08º41.53%53.73%-
HSV(B)14.08º52.69%72.94%-
XYZ27.722.5112.12-
YUV130.8103.85167.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=48.31%
G=28.83%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861118800.400.530.2714.0841.5353.73
HexBA6F58028351Be2a36
Octal2721571300506533165266
Binary10111010110111110110000101000110101110111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F58; }

 p { color: rgb(186,111,88); }

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

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

 a { background-color: rgb(186,111,88); }

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

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

 span { border-color: rgb(186,111,88); }

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