Html Css Color HEX #BA7757 Sante Fe

📋 copy color: '#BA7757'

red 186 ◦ green 119 ◦ blue 87

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

Shades of Sante Fe #BA7757

Tints of Sante Fe #BA7757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

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

R = 47.45%
G = 30.36%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7757 (or 0xBA7757) is known color: Sante Fe. HEX triplet: BA, 77 and 57. RGB value is (186,119,87). Sum of RGB (Red+Green+Blue) = 186+119+87=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7757 is #4588A8. Grayscale: #878787. Windows color (decimal): -4556969 or 5732282. OLE color: 5732282.

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

Color convert

RGB 186 119 87 -
CMYK 0 0.36 0.53 0.27
HSL 19.39º 0.42% 0.54% -
HSV(B) 19.39º 0.53% 0.73% -
XYZ 28.57 24.32 12.21 -
YUV 135.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 186 119 87 0 0.36 0.53 0.27 19.39 0.42 0.54
Hex BA 77 57 0 24 35 1B 13 2A 36
Octal 272 167 127 0 44 65 33 23 52 66
Binary 10111010 1110111 1010111 0 100100 110101 11011 10011 101010 110110

Color Harmonies of #BA7757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7757

Black with #BA7757

Text Example


Text Example

White with #BA7757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7757; }

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

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

background-color css

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

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

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

border-color css

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

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

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