Html Css Color HEX #BA5000 Tenne (Tawny)

📋 copy color: '#BA5000'

red 186 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #BA5000

Tints of Tenne (Tawny) #BA5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 69.92%
G = 30.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA5000 (or 0xBA5000) is known color: Tenne (Tawny). HEX triplet: BA, 50 and 00. RGB value is (186,80,0). Sum of RGB (Red+Green+Blue) = 186+80+0=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5000 is #45AFFF. Grayscale: #676767. Windows color (decimal): -4567040 or 20666. OLE color: 20666.

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

Color convert

RGB 186 80 0 -
CMYK 0 0.57 1 0.27
HSL 25.81º 1% 0.36% -
HSV(B) 25.81º 1% 0.73% -
XYZ 23.12 16.18 1.9 -
YUV 102.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 186 80 0 0 0.57 1 0.27 25.81 1 0.36
Hex BA 50 0 0 39 64 1B 1A 64 24
Octal 272 120 0 0 71 144 33 32 144 44
Binary 10111010 1010000 0 0 111001 1100100 11011 11010 1100100 100100

Color Harmonies of #BA5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5000

Black with #BA5000

Text Example


Text Example

White with #BA5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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