Html Css Color HEX #BA6543 Tuscany

📋 copy color: '#BA6543'

red 186 ◦ green 101 ◦ blue 67

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

Shades of Tuscany #BA6543

Tints of Tuscany #BA6543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 67 (26.56% from 255) = 18.93%

R = 52.54%
G = 28.53%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA6543 (or 0xBA6543) is known color: Tuscany. HEX triplet: BA, 65 and 43. RGB value is (186,101,67). Sum of RGB (Red+Green+Blue) = 186+101+67=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6543 is #459ABC. Grayscale: #7A7A7A. Windows color (decimal): -4561597 or 4416954. OLE color: 4416954.

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

Color convert

RGB 186 101 67 -
CMYK 0 0.46 0.64 0.27
HSL 17.14º 0.47% 0.5% -
HSV(B) 17.14º 0.64% 0.73% -
XYZ 25.92 20.15 7.83 -
YUV 122.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 186 101 67 0 0.46 0.64 0.27 17.14 0.47 0.5
Hex BA 65 43 0 2E 40 1B 11 2F 32
Octal 272 145 103 0 56 100 33 21 57 62
Binary 10111010 1100101 1000011 0 101110 1000000 11011 10001 101111 110010

Color Harmonies of #BA6543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6543

Black with #BA6543

Text Example


Text Example

White with #BA6543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6543; }

 p { color: rgb(186,101,67); }

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

background-color css

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

 a { background-color: rgb(186,101,67); }

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

border-color css

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

 span { border-color: rgb(186,101,67); }

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