Html Css Color HEX #BA6847 Tuscany

📋 copy color: '#BA6847'

red 186 ◦ green 104 ◦ blue 71

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

Shades of Tuscany #BA6847

Tints of Tuscany #BA6847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 51.52%
G = 28.81%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA6847 (or 0xBA6847) is known color: Tuscany. HEX triplet: BA, 68 and 47. RGB value is (186,104,71). Sum of RGB (Red+Green+Blue) = 186+104+71=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6847 is #4597B8. Grayscale: #7C7C7C. Windows color (decimal): -4560825 or 4679866. OLE color: 4679866.

HSL color Cylindrical-coordinate representation of color #BA6847: hue angle of 17.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA6847 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 71 -
CMYK 0 0.44 0.62 0.27
HSL 17.22º 0.45% 0.5% -
HSV(B) 17.22º 0.62% 0.73% -
XYZ 26.34 20.79 8.59 -
YUV 124.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 186 104 71 0 0.44 0.62 0.27 17.22 0.45 0.5
Hex BA 68 47 0 2C 3E 1B 11 2D 32
Octal 272 150 107 0 54 76 33 21 55 62
Binary 10111010 1101000 1000111 0 101100 111110 11011 10001 101101 110010

Color Harmonies of #BA6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6847

Black with #BA6847

Text Example


Text Example

White with #BA6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6847; }

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

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

background-color css

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

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

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

border-color css

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

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

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