Html Css Color HEX #BA6741 Tuscany

📋 copy color: '#BA6741'

red 186 ◦ green 103 ◦ blue 65

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

Shades of Tuscany #BA6741

Tints of Tuscany #BA6741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

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

R = 52.54%
G = 29.1%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6741 (or 0xBA6741) is known color: Tuscany. HEX triplet: BA, 67 and 41. RGB value is (186,103,65). Sum of RGB (Red+Green+Blue) = 186+103+65=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6741 is #4598BE. Grayscale: #7B7B7B. Windows color (decimal): -4561087 or 4286394. OLE color: 4286394.

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

Color convert

RGB 186 103 65 -
CMYK 0 0.45 0.65 0.27
HSL 18.84º 0.48% 0.49% -
HSV(B) 18.84º 0.65% 0.73% -
XYZ 26.05 20.52 7.59 -
YUV 123.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 186 103 65 0 0.45 0.65 0.27 18.84 0.48 0.49
Hex BA 67 41 0 2D 41 1B 13 30 31
Octal 272 147 101 0 55 101 33 23 60 61
Binary 10111010 1100111 1000001 0 101101 1000001 11011 10011 110000 110001

Color Harmonies of #BA6741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6741

Black with #BA6741

Text Example


Text Example

White with #BA6741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6741; }

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

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

background-color css

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

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

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

border-color css

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

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

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