Html Css Color HEX #BA6301 Tenne (Tawny)

📋 copy color: '#BA6301'

red 186 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #BA6301

Tints of Tenne (Tawny) #BA6301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 65.03%
G = 34.62%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6301 (or 0xBA6301) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 01. RGB value is (186,99,1). Sum of RGB (Red+Green+Blue) = 186+99+1=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6301 is #459CFE. Grayscale: #727272. Windows color (decimal): -4562175 or 91066. OLE color: 91066.

HSL color Cylindrical-coordinate representation of color #BA6301: hue angle of 31.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA6301 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 1 -
CMYK 0 0.47 0.99 0.27
HSL 31.78º 0.99% 0.37% -
HSV(B) 31.78º 0.99% 0.73% -
XYZ 24.72 19.36 2.46 -
YUV 113.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 186 99 1 0 0.47 0.99 0.27 31.78 0.99 0.37
Hex BA 63 1 0 2F 63 1B 20 63 25
Octal 272 143 1 0 57 143 33 40 143 45
Binary 10111010 1100011 1 0 101111 1100011 11011 100000 1100011 100101

Color Harmonies of #BA6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6301

Black with #BA6301

Text Example


Text Example

White with #BA6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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