Html Css Color HEX #BA560B Tenne (Tawny)

📋 copy color: '#BA560B'

red 186 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #BA560B

Tints of Tenne (Tawny) #BA560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 65.72%
G = 30.39%
B = 3.89%

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

#BA560B (or 0xBA560B) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 0B. RGB value is (186,86,11). Sum of RGB (Red+Green+Blue) = 186+86+11=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA560B is #45A9F4. Grayscale: #6B6B6B. Windows color (decimal): -4565493 or 743098. OLE color: 743098.

HSL color Cylindrical-coordinate representation of color #BA560B: hue angle of 25.71º degrees, saturation: 0.89, 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 #BA560B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 11 -
CMYK 0 0.54 0.94 0.27
HSL 25.71º 0.89% 0.39% -
HSV(B) 25.71º 0.94% 0.73% -
XYZ 23.64 17.12 2.38 -
YUV 107.35 73.63 184.1 -
System Red Green Blue C M Y K H S L
Decimal 186 86 11 0 0.54 0.94 0.27 25.71 0.89 0.39
Hex BA 56 B 0 36 5E 1B 1A 59 27
Octal 272 126 13 0 66 136 33 32 131 47
Binary 10111010 1010110 1011 0 110110 1011110 11011 11010 1011001 100111

Color Harmonies of #BA560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA560B

Black with #BA560B

Text Example


Text Example

White with #BA560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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