Html Css Color HEX #BA6E58 Sante Fe

📋 copy color: '#BA6E58'

red 186 ◦ green 110 ◦ blue 88

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

Shades of Sante Fe #BA6E58

Tints of Sante Fe #BA6E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 48.44%
G = 28.65%
B = 22.92%

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

#BA6E58 (or 0xBA6E58) is known color: Sante Fe. HEX triplet: BA, 6E and 58. RGB value is (186,110,88). Sum of RGB (Red+Green+Blue) = 186+110+88=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E58 is #4591A7. Grayscale: #828282. Windows color (decimal): -4559272 or 5795514. OLE color: 5795514.

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

Color convert

RGB 186 110 88 -
CMYK 0 0.41 0.53 0.27
HSL 13.47º 0.42% 0.54% -
HSV(B) 13.47º 0.53% 0.73% -
XYZ 27.59 22.3 12.08 -
YUV 130.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 186 110 88 0 0.41 0.53 0.27 13.47 0.42 0.54
Hex BA 6E 58 0 29 35 1B D 2A 36
Octal 272 156 130 0 51 65 33 15 52 66
Binary 10111010 1101110 1011000 0 101001 110101 11011 1101 101010 110110

Color Harmonies of #BA6E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E58

Black with #BA6E58

Text Example


Text Example

White with #BA6E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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