Html Css Color HEX #BA6744 Tuscany

📋 copy color: '#BA6744'

red 186 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #BA6744

Tints of Tuscany #BA6744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 52.1%
G = 28.85%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA6744 (or 0xBA6744) is known color: Tuscany. HEX triplet: BA, 67 and 44. RGB value is (186,103,68). Sum of RGB (Red+Green+Blue) = 186+103+68=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6744 is #4598BB. Grayscale: #7C7C7C. Windows color (decimal): -4561084 or 4483002. OLE color: 4483002.

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

Color convert

RGB 186 103 68 -
CMYK 0 0.45 0.63 0.27
HSL 17.8º 0.46% 0.5% -
HSV(B) 17.8º 0.63% 0.73% -
XYZ 26.14 20.56 8.06 -
YUV 123.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 186 103 68 0 0.45 0.63 0.27 17.8 0.46 0.5
Hex BA 67 44 0 2D 3F 1B 12 2E 32
Octal 272 147 104 0 55 77 33 22 56 62
Binary 10111010 1100111 1000100 0 101101 111111 11011 10010 101110 110010

Color Harmonies of #BA6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6744

Black with #BA6744

Text Example


Text Example

White with #BA6744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6744; }

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

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

background-color css

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

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

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

border-color css

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

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

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