Html Css Color HEX #BA620B Tenne (Tawny)

📋 copy color: '#BA620B'

red 186 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #BA620B

Tints of Tenne (Tawny) #BA620B

RGB

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

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

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

R = 63.05%
G = 33.22%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA620B (or 0xBA620B) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 0B. RGB value is (186,98,11). Sum of RGB (Red+Green+Blue) = 186+98+11=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA620B is #459DF4. Grayscale: #727272. Windows color (decimal): -4562421 or 746170. OLE color: 746170.

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

Color convert

RGB 186 98 11 -
CMYK 0 0.47 0.94 0.27
HSL 29.83º 0.89% 0.39% -
HSV(B) 29.83º 0.94% 0.73% -
XYZ 24.68 19.2 2.72 -
YUV 114.39 69.65 179.07 -
System Red Green Blue C M Y K H S L
Decimal 186 98 11 0 0.47 0.94 0.27 29.83 0.89 0.39
Hex BA 62 B 0 2F 5E 1B 1E 59 27
Octal 272 142 13 0 57 136 33 36 131 47
Binary 10111010 1100010 1011 0 101111 1011110 11011 11110 1011001 100111

Color Harmonies of #BA620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA620B

Black with #BA620B

Text Example


Text Example

White with #BA620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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