Html Css Color HEX #BA6D50 Sante Fe

📋 copy color: '#BA6D50'

red 186 ◦ green 109 ◦ blue 80

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

Shades of Sante Fe #BA6D50

Tints of Sante Fe #BA6D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 49.6%
G = 29.07%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA6D50 (or 0xBA6D50) is known color: Sante Fe. HEX triplet: BA, 6D and 50. RGB value is (186,109,80). Sum of RGB (Red+Green+Blue) = 186+109+80=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D50 is #4592AF. Grayscale: #808080. Windows color (decimal): -4559536 or 5270970. OLE color: 5270970.

HSL color Cylindrical-coordinate representation of color #BA6D50: hue angle of 16.42º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6D50 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 80 -
CMYK 0 0.41 0.57 0.27
HSL 16.42º 0.43% 0.52% -
HSV(B) 16.42º 0.57% 0.73% -
XYZ 27.17 21.96 10.4 -
YUV 128.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 186 109 80 0 0.41 0.57 0.27 16.42 0.43 0.52
Hex BA 6D 50 0 29 39 1B 10 2B 34
Octal 272 155 120 0 51 71 33 20 53 64
Binary 10111010 1101101 1010000 0 101001 111001 11011 10000 101011 110100

Color Harmonies of #BA6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D50

Black with #BA6D50

Text Example


Text Example

White with #BA6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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