Html Css Color HEX #BA6848 Tuscany

📋 copy color: '#BA6848'

red 186 ◦ green 104 ◦ blue 72

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

Shades of Tuscany #BA6848

Tints of Tuscany #BA6848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 51.38%
G = 28.73%
B = 19.89%

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

#BA6848 (or 0xBA6848) is known color: Tuscany. HEX triplet: BA, 68 and 48. RGB value is (186,104,72). Sum of RGB (Red+Green+Blue) = 186+104+72=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6848 is #4597B7. Grayscale: #7D7D7D. Windows color (decimal): -4560824 or 4745402. OLE color: 4745402.

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

Color convert

RGB 186 104 72 -
CMYK 0 0.44 0.61 0.27
HSL 16.84º 0.45% 0.51% -
HSV(B) 16.84º 0.61% 0.73% -
XYZ 26.37 20.81 8.76 -
YUV 124.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 186 104 72 0 0.44 0.61 0.27 16.84 0.45 0.51
Hex BA 68 48 0 2C 3D 1B 11 2D 33
Octal 272 150 110 0 54 75 33 21 55 63
Binary 10111010 1101000 1001000 0 101100 111101 11011 10001 101101 110011

Color Harmonies of #BA6848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6848

Black with #BA6848

Text Example


Text Example

White with #BA6848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6848; }

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

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

background-color css

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

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

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

border-color css

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

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

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