Html Css Color HEX #BA6A00 Tenne (Tawny)

📋 copy color: '#BA6A00'

red 186 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #BA6A00

Tints of Tenne (Tawny) #BA6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

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

R = 63.7%
G = 36.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6A00 (or 0xBA6A00) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 00. RGB value is (186,106,0). Sum of RGB (Red+Green+Blue) = 186+106+0=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A00 is #4595FF. Grayscale: #767676. Windows color (decimal): -4560384 or 27322. OLE color: 27322.

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

Color convert

RGB 186 106 0 -
CMYK 0 0.43 1 0.27
HSL 34.19º 1% 0.36% -
HSV(B) 34.19º 1% 0.73% -
XYZ 25.4 20.75 2.67 -
YUV 117.84 61.5 176.62 -
System Red Green Blue C M Y K H S L
Decimal 186 106 0 0 0.43 1 0.27 34.19 1 0.36
Hex BA 6A 0 0 2B 64 1B 22 64 24
Octal 272 152 0 0 53 144 33 42 144 44
Binary 10111010 1101010 0 0 101011 1100100 11011 100010 1100100 100100

Color Harmonies of #BA6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A00

Black with #BA6A00

Text Example


Text Example

White with #BA6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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