Html Css Color HEX #BA6D58 Sante Fe

📋 copy color: '#BA6D58'

red 186 ◦ green 109 ◦ blue 88

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

Shades of Sante Fe #BA6D58

Tints of Sante Fe #BA6D58

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

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

R = 48.56%
G = 28.46%
B = 22.98%

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

#BA6D58 (or 0xBA6D58) is known color: Sante Fe. HEX triplet: BA, 6D and 58. RGB value is (186,109,88). Sum of RGB (Red+Green+Blue) = 186+109+88=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D58 is #4592A7. Grayscale: #818181. Windows color (decimal): -4559528 or 5795258. OLE color: 5795258.

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

Color convert

RGB 186 109 88 -
CMYK 0 0.41 0.53 0.27
HSL 12.86º 0.42% 0.54% -
HSV(B) 12.86º 0.53% 0.73% -
XYZ 27.48 22.08 12.05 -
YUV 129.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 186 109 88 0 0.41 0.53 0.27 12.86 0.42 0.54
Hex BA 6D 58 0 29 35 1B D 2A 36
Octal 272 155 130 0 51 65 33 15 52 66
Binary 10111010 1101101 1011000 0 101001 110101 11011 1101 101010 110110

Color Harmonies of #BA6D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D58

Black with #BA6D58

Text Example


Text Example

White with #BA6D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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