Html Css Color HEX #BA6F50 Sante Fe

📋 copy color: '#BA6F50'

red 186 ◦ green 111 ◦ blue 80

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

Shades of Sante Fe #BA6F50

Tints of Sante Fe #BA6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

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

R = 49.34%
G = 29.44%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA6F50 (or 0xBA6F50) is known color: Sante Fe. HEX triplet: BA, 6F and 50. RGB value is (186,111,80). Sum of RGB (Red+Green+Blue) = 186+111+80=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F50 is #4590AF. Grayscale: #828282. Windows color (decimal): -4559024 or 5271482. OLE color: 5271482.

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

Color convert

RGB 186 111 80 -
CMYK 0 0.40 0.57 0.27
HSL 17.55º 0.43% 0.52% -
HSV(B) 17.55º 0.57% 0.73% -
XYZ 27.38 22.39 10.47 -
YUV 129.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 186 111 80 0 0.40 0.57 0.27 17.55 0.43 0.52
Hex BA 6F 50 0 28 39 1B 12 2B 34
Octal 272 157 120 0 50 71 33 22 53 64
Binary 10111010 1101111 1010000 0 101000 111001 11011 10010 101011 110100

Color Harmonies of #BA6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F50

Black with #BA6F50

Text Example


Text Example

White with #BA6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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