Html Css Color HEX #BA6000 Tenne (Tawny)

📋 copy color: '#BA6000'

red 186 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #BA6000

Tints of Tenne (Tawny) #BA6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

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

R = 65.96%
G = 34.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6000 (or 0xBA6000) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 00. RGB value is (186,96,0). Sum of RGB (Red+Green+Blue) = 186+96+0=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6000 is #459FFF. Grayscale: #707070. Windows color (decimal): -4562944 or 24762. OLE color: 24762.

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

Color convert

RGB 186 96 0 -
CMYK 0 0.48 1 0.27
HSL 30.97º 1% 0.36% -
HSV(B) 30.97º 1% 0.73% -
XYZ 24.43 18.8 2.34 -
YUV 111.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 186 96 0 0 0.48 1 0.27 30.97 1 0.36
Hex BA 60 0 0 30 64 1B 1F 64 24
Octal 272 140 0 0 60 144 33 37 144 44
Binary 10111010 1100000 0 0 110000 1100100 11011 11111 1100100 100100

Color Harmonies of #BA6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6000

Black with #BA6000

Text Example


Text Example

White with #BA6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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