Html Css Color HEX #BA6205 Tenne (Tawny)

📋 copy color: '#BA6205'

red 186 ◦ green 98 ◦ blue 5

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

Shades of Tenne (Tawny) #BA6205

Tints of Tenne (Tawny) #BA6205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 64.36%
G = 33.91%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6205 (or 0xBA6205) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 05. RGB value is (186,98,5). Sum of RGB (Red+Green+Blue) = 186+98+5=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6205 is #459DFA. Grayscale: #727272. Windows color (decimal): -4562427 or 352954. OLE color: 352954.

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

Color convert

RGB 186 98 5 -
CMYK 0 0.47 0.97 0.27
HSL 30.83º 0.95% 0.37% -
HSV(B) 30.83º 0.97% 0.73% -
XYZ 24.64 19.19 2.55 -
YUV 113.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 186 98 5 0 0.47 0.97 0.27 30.83 0.95 0.37
Hex BA 62 5 0 2F 61 1B 1F 5F 25
Octal 272 142 5 0 57 141 33 37 137 45
Binary 10111010 1100010 101 0 101111 1100001 11011 11111 1011111 100101

Color Harmonies of #BA6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6205

Black with #BA6205

Text Example


Text Example

White with #BA6205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6205; }

 p { color: rgb(186,98,5); }

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

background-color css

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

 a { background-color: rgb(186,98,5); }

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

border-color css

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

 span { border-color: rgb(186,98,5); }

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