Html Css Color HEX #BA6341 Tuscany

📋 copy color: '#BA6341'

red 186 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #BA6341

Tints of Tuscany #BA6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 53.14%
G = 28.29%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6341 (or 0xBA6341) is known color: Tuscany. HEX triplet: BA, 63 and 41. RGB value is (186,99,65). Sum of RGB (Red+Green+Blue) = 186+99+65=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6341 is #459CBE. Grayscale: #797979. Windows color (decimal): -4562111 or 4285370. OLE color: 4285370.

HSL color Cylindrical-coordinate representation of color #BA6341: hue angle of 16.86º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA6341 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 65 -
CMYK 0 0.47 0.65 0.27
HSL 16.86º 0.48% 0.49% -
HSV(B) 16.86º 0.65% 0.73% -
XYZ 25.67 19.74 7.46 -
YUV 121.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 186 99 65 0 0.47 0.65 0.27 16.86 0.48 0.49
Hex BA 63 41 0 2F 41 1B 11 30 31
Octal 272 143 101 0 57 101 33 21 60 61
Binary 10111010 1100011 1000001 0 101111 1000001 11011 10001 110000 110001

Color Harmonies of #BA6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6341

Black with #BA6341

Text Example


Text Example

White with #BA6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6341; }

 p { color: rgb(186,99,65); }

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

background-color css

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

 a { background-color: rgb(186,99,65); }

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

border-color css

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

 span { border-color: rgb(186,99,65); }

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