Html Css Color HEX #BA6241 Tuscany

📋 copy color: '#BA6241'

red 186 ◦ green 98 ◦ blue 65

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

Shades of Tuscany #BA6241

Tints of Tuscany #BA6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.08%

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

R = 53.3%
G = 28.08%
B = 18.62%

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

#BA6241 (or 0xBA6241) is known color: Tuscany. HEX triplet: BA, 62 and 41. RGB value is (186,98,65). Sum of RGB (Red+Green+Blue) = 186+98+65=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6241 is #459DBE. Grayscale: #787878. Windows color (decimal): -4562367 or 4285114. OLE color: 4285114.

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

Color convert

RGB 186 98 65 -
CMYK 0 0.47 0.65 0.27
HSL 16.36º 0.48% 0.49% -
HSV(B) 16.36º 0.65% 0.73% -
XYZ 25.57 19.56 7.43 -
YUV 120.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 186 98 65 0 0.47 0.65 0.27 16.36 0.48 0.49
Hex BA 62 41 0 2F 41 1B 10 30 31
Octal 272 142 101 0 57 101 33 20 60 61
Binary 10111010 1100010 1000001 0 101111 1000001 11011 10000 110000 110001

Color Harmonies of #BA6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6241

Black with #BA6241

Text Example


Text Example

White with #BA6241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6241; }

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

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

background-color css

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

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

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

border-color css

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

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

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