Html Css Color HEX #BA7655 Sante Fe

📋 copy color: '#BA7655'

red 186 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #BA7655

Tints of Sante Fe #BA7655

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 value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA7655 (or 0xBA7655) is known color: 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

RGB 186 118 85 -
CMYK 0 0.37 0.54 0.27
HSL 19.6º 0.42% 0.53% -
HSV(B) 19.6º 0.54% 0.73% -
XYZ 28.37 24.05 11.74 -
YUV 134.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 186 118 85 0 0.37 0.54 0.27 19.6 0.42 0.53
Hex BA 76 55 0 25 36 1B 14 2A 35
Octal 272 166 125 0 45 66 33 24 52 65
Binary 10111010 1110110 1010101 0 100101 110110 11011 10100 101010 110101

Color Harmonies of #BA7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7655

Black with #BA7655

Text Example


Text Example

White with #BA7655

Text Example


Text Example

HTML Codes & Css Web 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>