Html Css Color HEX #BA6E57 Sante Fe

📋 copy color: '#BA6E57'

red 186 ◦ green 110 ◦ blue 87

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

Shades of Sante Fe #BA6E57

Tints of Sante Fe #BA6E57

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

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

R = 48.56%
G = 28.72%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA6E57 (or 0xBA6E57) is known color: Sante Fe. HEX triplet: BA, 6E and 57. RGB value is (186,110,87). Sum of RGB (Red+Green+Blue) = 186+110+87=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E57 is #4591A8. Grayscale: #828282. Windows color (decimal): -4559273 or 5729978. OLE color: 5729978.

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

Color convert

RGB 186 110 87 -
CMYK 0 0.41 0.53 0.27
HSL 13.94º 0.42% 0.54% -
HSV(B) 13.94º 0.53% 0.73% -
XYZ 27.55 22.28 11.87 -
YUV 130.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 186 110 87 0 0.41 0.53 0.27 13.94 0.42 0.54
Hex BA 6E 57 0 29 35 1B E 2A 36
Octal 272 156 127 0 51 65 33 16 52 66
Binary 10111010 1101110 1010111 0 101001 110101 11011 1110 101010 110110

Color Harmonies of #BA6E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E57

Black with #BA6E57

Text Example


Text Example

White with #BA6E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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