Html Css Color HEX #BA4E00 Tenne (Tawny)

📋 copy color: '#BA4E00'

red 186 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #BA4E00

Tints of Tenne (Tawny) #BA4E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.55%

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

R = 70.45%
G = 29.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA4E00 (or 0xBA4E00) is known color: Tenne (Tawny). HEX triplet: BA, 4E and 00. RGB value is (186,78,0). Sum of RGB (Red+Green+Blue) = 186+78+0=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E00 is #45B1FF. Grayscale: #656565. Windows color (decimal): -4567552 or 20154. OLE color: 20154.

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

Color convert

RGB 186 78 0 -
CMYK 0 0.58 1 0.27
HSL 25.16º 1% 0.36% -
HSV(B) 25.16º 1% 0.73% -
XYZ 22.97 15.89 1.86 -
YUV 101.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 186 78 0 0 0.58 1 0.27 25.16 1 0.36
Hex BA 4E 0 0 3A 64 1B 19 64 24
Octal 272 116 0 0 72 144 33 31 144 44
Binary 10111010 1001110 0 0 111010 1100100 11011 11001 1100100 100100

Color Harmonies of #BA4E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E00

Black with #BA4E00

Text Example


Text Example

White with #BA4E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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