Html Css Color HEX #BA6745 Tuscany

📋 copy color: '#BA6745'

red 186 ◦ green 103 ◦ blue 69

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

Shades of Tuscany #BA6745

Tints of Tuscany #BA6745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 51.96%
G = 28.77%
B = 19.27%

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

#BA6745 (or 0xBA6745) is known color: Tuscany. HEX triplet: BA, 67 and 45. RGB value is (186,103,69). Sum of RGB (Red+Green+Blue) = 186+103+69=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6745 is #4598BA. Grayscale: #7C7C7C. Windows color (decimal): -4561083 or 4548538. OLE color: 4548538.

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

Color convert

RGB 186 103 69 -
CMYK 0 0.45 0.63 0.27
HSL 17.44º 0.46% 0.5% -
HSV(B) 17.44º 0.63% 0.73% -
XYZ 26.17 20.57 8.22 -
YUV 123.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 186 103 69 0 0.45 0.63 0.27 17.44 0.46 0.5
Hex BA 67 45 0 2D 3F 1B 11 2E 32
Octal 272 147 105 0 55 77 33 21 56 62
Binary 10111010 1100111 1000101 0 101101 111111 11011 10001 101110 110010

Color Harmonies of #BA6745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6745

Black with #BA6745

Text Example


Text Example

White with #BA6745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6745; }

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

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

background-color css

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

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

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

border-color css

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

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

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