Html Css Color HEX #BA660B Tenne (Tawny)

📋 copy color: '#BA660B'

red 186 ◦ green 102 ◦ blue 11

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

Shades of Tenne (Tawny) #BA660B

Tints of Tenne (Tawny) #BA660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 62.21%
G = 34.11%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA660B (or 0xBA660B) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 0B. RGB value is (186,102,11). Sum of RGB (Red+Green+Blue) = 186+102+11=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA660B is #4599F4. Grayscale: #757575. Windows color (decimal): -4561397 or 747194. OLE color: 747194.

HSL color Cylindrical-coordinate representation of color #BA660B: hue angle of 31.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA660B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 102 11 -
CMYK 0 0.45 0.94 0.27
HSL 31.2º 0.89% 0.39% -
HSV(B) 31.2º 0.94% 0.73% -
XYZ 25.06 19.97 2.85 -
YUV 116.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 186 102 11 0 0.45 0.94 0.27 31.2 0.89 0.39
Hex BA 66 B 0 2D 5E 1B 1F 59 27
Octal 272 146 13 0 55 136 33 37 131 47
Binary 10111010 1100110 1011 0 101101 1011110 11011 11111 1011001 100111

Color Harmonies of #BA660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA660B

Black with #BA660B

Text Example


Text Example

White with #BA660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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