Html Css Color HEX #BA6804 Tenne (Tawny)

📋 copy color: '#BA6804'

red 186 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #BA6804

Tints of Tenne (Tawny) #BA6804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

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

R = 63.27%
G = 35.37%
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

#BA6804 (or 0xBA6804) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 04. RGB value is (186,104,4). Sum of RGB (Red+Green+Blue) = 186+104+4=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6804 is #4597FB. Grayscale: #757575. Windows color (decimal): -4560892 or 288954. OLE color: 288954.

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

Color convert

RGB 186 104 4 -
CMYK 0 0.44 0.98 0.27
HSL 32.97º 0.96% 0.37% -
HSV(B) 32.97º 0.98% 0.73% -
XYZ 25.22 20.35 2.71 -
YUV 117.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 186 104 4 0 0.44 0.98 0.27 32.97 0.96 0.37
Hex BA 68 4 0 2C 62 1B 21 60 25
Octal 272 150 4 0 54 142 33 41 140 45
Binary 10111010 1101000 100 0 101100 1100010 11011 100001 1100000 100101

Color Harmonies of #BA6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6804

Black with #BA6804

Text Example


Text Example

White with #BA6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6804; }

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

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

background-color css

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

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

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

border-color css

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

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

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