Html Css Color HEX #BA6900 Tenne (Tawny)

📋 copy color: '#BA6900'

red 186 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #BA6900

Tints of Tenne (Tawny) #BA6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 63.92%
G = 36.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6900 (or 0xBA6900) is known color: Tenne (Tawny). HEX triplet: BA, 69 and 00. RGB value is (186,105,0). Sum of RGB (Red+Green+Blue) = 186+105+0=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6900 is #4596FF. Grayscale: #757575. Windows color (decimal): -4560640 or 27066. OLE color: 27066.

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

Color convert

RGB 186 105 0 -
CMYK 0 0.44 1 0.27
HSL 33.87º 1% 0.36% -
HSV(B) 33.87º 1% 0.73% -
XYZ 25.3 20.54 2.63 -
YUV 117.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 186 105 0 0 0.44 1 0.27 33.87 1 0.36
Hex BA 69 0 0 2C 64 1B 22 64 24
Octal 272 151 0 0 54 144 33 42 144 44
Binary 10111010 1101001 0 0 101100 1100100 11011 100010 1100100 100100

Color Harmonies of #BA6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6900

Black with #BA6900

Text Example


Text Example

White with #BA6900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6900; }

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

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

background-color css

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

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

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

border-color css

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

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

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