Html Css Color HEX #BA7457 Sante Fe

📋 copy color: '#BA7457'

red 186 ◦ green 116 ◦ blue 87

#BA7457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #BA7457

Tints of Sante Fe #BA7457

RGB

 RED value IS 186 (73.05% from 255) = 47.81%

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 47.81%
G = 29.82%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7457 (or 0xBA7457) is known color: Sante Fe. HEX triplet: BA, 74 and 57. RGB value is (186,116,87). Sum of RGB (Red+Green+Blue) = 186+116+87=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7457 is #458BA8. Grayscale: #858585. Windows color (decimal): -4557737 or 5731514. OLE color: 5731514.

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

Color convert

RGB 186 116 87 -
CMYK 0 0.38 0.53 0.27
HSL 17.58º 0.42% 0.54% -
HSV(B) 17.58º 0.53% 0.73% -
XYZ 28.22 23.62 12.09 -
YUV 133.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 186 116 87 0 0.38 0.53 0.27 17.58 0.42 0.54
Hex BA 74 57 0 26 35 1B 12 2A 36
Octal 272 164 127 0 46 65 33 22 52 66
Binary 10111010 1110100 1010111 0 100110 110101 11011 10010 101010 110110

Color Harmonies of #BA7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7457

Black with #BA7457

Text Example


Text Example

White with #BA7457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7457; }

 p { color: rgb(186,116,87); }

 H1.HeaderClassName
 {
   color: #BA7457;
 }
 .AnyTagClassName
 {
   color: #BA7457;
 }
</style>

background-color css

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

 a { background-color: rgb(186,116,87); }

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

border-color css

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

 span { border-color: rgb(186,116,87); }

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