Html Css Color HEX #BA6540 Tuscany

📋 copy color: '#BA6540'

red 186 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #BA6540

Tints of Tuscany #BA6540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 52.99%
G = 28.77%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6540 (or 0xBA6540) is known color: Tuscany. HEX triplet: BA, 65 and 40. RGB value is (186,101,64). Sum of RGB (Red+Green+Blue) = 186+101+64=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6540 is #459ABF. Grayscale: #7A7A7A. Windows color (decimal): -4561600 or 4220346. OLE color: 4220346.

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

Color convert

RGB 186 101 64 -
CMYK 0 0.46 0.66 0.27
HSL 18.2º 0.49% 0.49% -
HSV(B) 18.2º 0.66% 0.73% -
XYZ 25.83 20.12 7.37 -
YUV 122.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 186 101 64 0 0.46 0.66 0.27 18.2 0.49 0.49
Hex BA 65 40 0 2E 42 1B 12 31 31
Octal 272 145 100 0 56 102 33 22 61 61
Binary 10111010 1100101 1000000 0 101110 1000010 11011 10010 110001 110001

Color Harmonies of #BA6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6540

Black with #BA6540

Text Example


Text Example

White with #BA6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6540; }

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

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

background-color css

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

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

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

border-color css

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

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

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