Html Css Color HEX #BA5400 Tenne (Tawny)

📋 copy color: '#BA5400'

red 186 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #BA5400

Tints of Tenne (Tawny) #BA5400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 68.89%
G = 31.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA5400 (or 0xBA5400) is known color: Tenne (Tawny). HEX triplet: BA, 54 and 00. RGB value is (186,84,0). Sum of RGB (Red+Green+Blue) = 186+84+0=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5400 is #45ABFF. Grayscale: #696969. Windows color (decimal): -4566016 or 21690. OLE color: 21690.

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

Color convert

RGB 186 84 0 -
CMYK 0 0.55 1 0.27
HSL 27.1º 1% 0.36% -
HSV(B) 27.1º 1% 0.73% -
XYZ 23.42 16.78 2 -
YUV 104.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 186 84 0 0 0.55 1 0.27 27.1 1 0.36
Hex BA 54 0 0 37 64 1B 1B 64 24
Octal 272 124 0 0 67 144 33 33 144 44
Binary 10111010 1010100 0 0 110111 1100100 11011 11011 1100100 100100

Color Harmonies of #BA5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5400

Black with #BA5400

Text Example


Text Example

White with #BA5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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