#BA7655

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

Shades of Sante Fe #BA7655

Tints of Sante Fe #BA7655

Color information

#BA7655 (or 0xBA7655) is unknown color: approx Sante Fe. HEX triplet: BA, 76 and 55. RGB value is (186,118,85). Sum of RGB (Red+Green+Blue) = 186+118+85=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7655 is #4589AA. Grayscale: #868686. Windows color (decimal): -4557227 or 5600954. OLE color: 5600954.

HSL color Cylindrical-coordinate representation of color #BA7655: hue angle of 19.6º 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 #BA7655 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18611885-
CMYK00.370.540.27
HSL19.6º42.26%53.14%-
HSV(B)19.6º54.3%72.94%-
XYZ28.3724.0511.74-
YUV134.57100.03164.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=47.81%
G=30.33%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861188500.370.540.2719.642.2653.14
HexBA7655025361B142a35
Octal2721661250456633245265
Binary101110101110110101010101001011101101101110100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7655; }

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

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

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

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

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

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

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

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