Html Css Color HEX #BA6904 Tenne (Tawny)

📋 copy color: '#BA6904'

red 186 ◦ green 105 ◦ blue 4

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

Shades of Tenne (Tawny) #BA6904

Tints of Tenne (Tawny) #BA6904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 63.05%
G = 35.59%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6904 (or 0xBA6904) is known color: Tenne (Tawny). HEX triplet: BA, 69 and 04. RGB value is (186,105,4). Sum of RGB (Red+Green+Blue) = 186+105+4=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6904 is #4596FB. Grayscale: #767676. Windows color (decimal): -4560636 or 289210. OLE color: 289210.

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

Color convert

RGB 186 105 4 -
CMYK 0 0.44 0.98 0.27
HSL 33.3º 0.96% 0.37% -
HSV(B) 33.3º 0.98% 0.73% -
XYZ 25.32 20.55 2.75 -
YUV 117.71 63.84 176.71 -
System Red Green Blue C M Y K H S L
Decimal 186 105 4 0 0.44 0.98 0.27 33.3 0.96 0.37
Hex BA 69 4 0 2C 62 1B 21 60 25
Octal 272 151 4 0 54 142 33 41 140 45
Binary 10111010 1101001 100 0 101100 1100010 11011 100001 1100000 100101

Color Harmonies of #BA6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6904

Black with #BA6904

Text Example


Text Example

White with #BA6904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6904; }

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

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

background-color css

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

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

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

border-color css

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

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

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