Html Css Color HEX #BA6948 Tuscany

📋 copy color: '#BA6948'

red 186 ◦ green 105 ◦ blue 72

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

Shades of Tuscany #BA6948

Tints of Tuscany #BA6948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 51.24%
G = 28.93%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6948 (or 0xBA6948) is known color: Tuscany. HEX triplet: BA, 69 and 48. RGB value is (186,105,72). Sum of RGB (Red+Green+Blue) = 186+105+72=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6948 is #4596B7. Grayscale: #7D7D7D. Windows color (decimal): -4560568 or 4745658. OLE color: 4745658.

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

Color convert

RGB 186 105 72 -
CMYK 0 0.44 0.61 0.27
HSL 17.37º 0.45% 0.51% -
HSV(B) 17.37º 0.61% 0.73% -
XYZ 26.47 21.01 8.79 -
YUV 125.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 186 105 72 0 0.44 0.61 0.27 17.37 0.45 0.51
Hex BA 69 48 0 2C 3D 1B 11 2D 33
Octal 272 151 110 0 54 75 33 21 55 63
Binary 10111010 1101001 1001000 0 101100 111101 11011 10001 101101 110011

Color Harmonies of #BA6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6948

Black with #BA6948

Text Example


Text Example

White with #BA6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6948; }

 p { color: rgb(186,105,72); }

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

background-color css

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

 a { background-color: rgb(186,105,72); }

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

border-color css

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

 span { border-color: rgb(186,105,72); }

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