Html Css Color HEX #BA6605 Tenne (Tawny)

📋 copy color: '#BA6605'

red 186 ◦ green 102 ◦ blue 5

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

Shades of Tenne (Tawny) #BA6605

Tints of Tenne (Tawny) #BA6605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

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

R = 63.48%
G = 34.81%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6605 (or 0xBA6605) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 05. RGB value is (186,102,5). Sum of RGB (Red+Green+Blue) = 186+102+5=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6605 is #4599FA. Grayscale: #747474. Windows color (decimal): -4561403 or 353978. OLE color: 353978.

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

Color convert

RGB 186 102 5 -
CMYK 0 0.45 0.97 0.27
HSL 32.15º 0.95% 0.37% -
HSV(B) 32.15º 0.97% 0.73% -
XYZ 25.03 19.95 2.68 -
YUV 116.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 186 102 5 0 0.45 0.97 0.27 32.15 0.95 0.37
Hex BA 66 5 0 2D 61 1B 20 5F 25
Octal 272 146 5 0 55 141 33 40 137 45
Binary 10111010 1100110 101 0 101101 1100001 11011 100000 1011111 100101

Color Harmonies of #BA6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6605

Black with #BA6605

Text Example


Text Example

White with #BA6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6605; }

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

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

background-color css

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

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

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

border-color css

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

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

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