Html Css Color HEX #BA6842 Tuscany

📋 copy color: '#BA6842'

red 186 ◦ green 104 ◦ blue 66

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

Shades of Tuscany #BA6842

Tints of Tuscany #BA6842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 52.25%
G = 29.21%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6842 (or 0xBA6842) is known color: Tuscany. HEX triplet: BA, 68 and 42. RGB value is (186,104,66). Sum of RGB (Red+Green+Blue) = 186+104+66=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6842 is #4597BD. Grayscale: #7C7C7C. Windows color (decimal): -4560830 or 4352186. OLE color: 4352186.

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

Color convert

RGB 186 104 66 -
CMYK 0 0.44 0.65 0.27
HSL 19º 0.48% 0.49% -
HSV(B) 19º 0.65% 0.73% -
XYZ 26.18 20.73 7.78 -
YUV 124.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 186 104 66 0 0.44 0.65 0.27 19 0.48 0.49
Hex BA 68 42 0 2C 41 1B 13 30 31
Octal 272 150 102 0 54 101 33 23 60 61
Binary 10111010 1101000 1000010 0 101100 1000001 11011 10011 110000 110001

Color Harmonies of #BA6842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6842

Black with #BA6842

Text Example


Text Example

White with #BA6842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6842; }

 p { color: rgb(186,104,66); }

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

background-color css

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

 a { background-color: rgb(186,104,66); }

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

border-color css

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

 span { border-color: rgb(186,104,66); }

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