Html Css Color HEX #BA560D Tenne (Tawny)

📋 copy color: '#BA560D'

red 186 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #BA560D

Tints of Tenne (Tawny) #BA560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 65.26%
G = 30.18%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA560D (or 0xBA560D) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 0D. RGB value is (186,86,13). Sum of RGB (Red+Green+Blue) = 186+86+13=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA560D is #45A9F2. Grayscale: #6B6B6B. Windows color (decimal): -4565491 or 874170. OLE color: 874170.

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

Color convert

RGB 186 86 13 -
CMYK 0 0.54 0.93 0.27
HSL 25.32º 0.87% 0.39% -
HSV(B) 25.32º 0.93% 0.73% -
XYZ 23.65 17.12 2.44 -
YUV 107.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 186 86 13 0 0.54 0.93 0.27 25.32 0.87 0.39
Hex BA 56 D 0 36 5D 1B 19 57 27
Octal 272 126 15 0 66 135 33 31 127 47
Binary 10111010 1010110 1101 0 110110 1011101 11011 11001 1010111 100111

Color Harmonies of #BA560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA560D

Black with #BA560D

Text Example


Text Example

White with #BA560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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