Html Css Color HEX #BA5600 Tenne (Tawny)

📋 copy color: '#BA5600'

red 186 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #BA5600

Tints of Tenne (Tawny) #BA5600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.38%
G = 31.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA5600 (or 0xBA5600) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 00. RGB value is (186,86,0). Sum of RGB (Red+Green+Blue) = 186+86+0=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5600 is #45A9FF. Grayscale: #6A6A6A. Windows color (decimal): -4565504 or 22202. OLE color: 22202.

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

Color convert

RGB 186 86 0 -
CMYK 0 0.54 1 0.27
HSL 27.74º 1% 0.36% -
HSV(B) 27.74º 1% 0.73% -
XYZ 23.58 17.09 2.06 -
YUV 106.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 186 86 0 0 0.54 1 0.27 27.74 1 0.36
Hex BA 56 0 0 36 64 1B 1C 64 24
Octal 272 126 0 0 66 144 33 34 144 44
Binary 10111010 1010110 0 0 110110 1100100 11011 11100 1100100 100100

Color Harmonies of #BA5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5600

Black with #BA5600

Text Example


Text Example

White with #BA5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5600; }

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

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

background-color css

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

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

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

border-color css

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

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

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