Html Css Color HEX #BA6642 Tuscany

📋 copy color: '#BA6642'

red 186 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #BA6642

Tints of Tuscany #BA6642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 52.54%
G = 28.81%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6642 (or 0xBA6642) is known color: Tuscany. HEX triplet: BA, 66 and 42. RGB value is (186,102,66). Sum of RGB (Red+Green+Blue) = 186+102+66=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6642 is #4599BD. Grayscale: #7B7B7B. Windows color (decimal): -4561342 or 4351674. OLE color: 4351674.

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

Color convert

RGB 186 102 66 -
CMYK 0 0.45 0.65 0.27
HSL 18º 0.48% 0.49% -
HSV(B) 18º 0.65% 0.73% -
XYZ 25.98 20.34 7.71 -
YUV 123.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 186 102 66 0 0.45 0.65 0.27 18 0.48 0.49
Hex BA 66 42 0 2D 41 1B 12 30 31
Octal 272 146 102 0 55 101 33 22 60 61
Binary 10111010 1100110 1000010 0 101101 1000001 11011 10010 110000 110001

Color Harmonies of #BA6642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6642

Black with #BA6642

Text Example


Text Example

White with #BA6642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6642; }

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

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

background-color css

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

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

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

border-color css

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

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

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