Html Css Color HEX #BA6300 Tenne (Tawny)

📋 copy color: '#BA6300'

red 186 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #BA6300

Tints of Tenne (Tawny) #BA6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 65.26%
G = 34.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6300 (or 0xBA6300) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 00. RGB value is (186,99,0). Sum of RGB (Red+Green+Blue) = 186+99+0=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6300 is #459CFF. Grayscale: #727272. Windows color (decimal): -4562176 or 25530. OLE color: 25530.

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

Color convert

RGB 186 99 0 -
CMYK 0 0.47 1 0.27
HSL 31.94º 1% 0.36% -
HSV(B) 31.94º 1% 0.73% -
XYZ 24.71 19.36 2.43 -
YUV 113.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 186 99 0 0 0.47 1 0.27 31.94 1 0.36
Hex BA 63 0 0 2F 64 1B 20 64 24
Octal 272 143 0 0 57 144 33 40 144 44
Binary 10111010 1100011 0 0 101111 1100100 11011 100000 1100100 100100

Color Harmonies of #BA6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6300

Black with #BA6300

Text Example


Text Example

White with #BA6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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