Html Css Color HEX #BA560C Tenne (Tawny)

📋 copy color: '#BA560C'

red 186 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #BA560C

Tints of Tenne (Tawny) #BA560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 65.49%
G = 30.28%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA560C (or 0xBA560C) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 0C. RGB value is (186,86,12). Sum of RGB (Red+Green+Blue) = 186+86+12=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA560C is #45A9F3. Grayscale: #6B6B6B. Windows color (decimal): -4565492 or 808634. OLE color: 808634.

HSL color Cylindrical-coordinate representation of color #BA560C: hue angle of 25.52º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA560C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 12 -
CMYK 0 0.54 0.94 0.27
HSL 25.52º 0.88% 0.39% -
HSV(B) 25.52º 0.94% 0.73% -
XYZ 23.64 17.12 2.41 -
YUV 107.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 186 86 12 0 0.54 0.94 0.27 25.52 0.88 0.39
Hex BA 56 C 0 36 5E 1B 1A 58 27
Octal 272 126 14 0 66 136 33 32 130 47
Binary 10111010 1010110 1100 0 110110 1011110 11011 11010 1011000 100111

Color Harmonies of #BA560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA560C

Black with #BA560C

Text Example


Text Example

White with #BA560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA560C; }

 p { color: rgb(186,86,12); }

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

background-color css

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

 a { background-color: rgb(186,86,12); }

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

border-color css

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

 span { border-color: rgb(186,86,12); }

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