Html Css Color HEX #BA6442 Tuscany

📋 copy color: '#BA6442'

red 186 ◦ green 100 ◦ blue 66

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

Shades of Tuscany #BA6442

Tints of Tuscany #BA6442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 52.84%
G = 28.41%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6442 (or 0xBA6442) is known color: Tuscany. HEX triplet: BA, 64 and 42. RGB value is (186,100,66). Sum of RGB (Red+Green+Blue) = 186+100+66=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6442 is #459BBD. Grayscale: #7A7A7A. Windows color (decimal): -4561854 or 4351162. OLE color: 4351162.

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

Color convert

RGB 186 100 66 -
CMYK 0 0.46 0.65 0.27
HSL 17º 0.48% 0.49% -
HSV(B) 17º 0.65% 0.73% -
XYZ 25.79 19.95 7.65 -
YUV 121.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 186 100 66 0 0.46 0.65 0.27 17 0.48 0.49
Hex BA 64 42 0 2E 41 1B 11 30 31
Octal 272 144 102 0 56 101 33 21 60 61
Binary 10111010 1100100 1000010 0 101110 1000001 11011 10001 110000 110001

Color Harmonies of #BA6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6442

Black with #BA6442

Text Example


Text Example

White with #BA6442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6442; }

 p { color: rgb(186,100,66); }

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

background-color css

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

 a { background-color: rgb(186,100,66); }

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

border-color css

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

 span { border-color: rgb(186,100,66); }

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