Html Css Color HEX #BA620D Tenne (Tawny)

📋 copy color: '#BA620D'

red 186 ◦ green 98 ◦ blue 13

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

Shades of Tenne (Tawny) #BA620D

Tints of Tenne (Tawny) #BA620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 62.63%
G = 33%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA620D (or 0xBA620D) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 0D. RGB value is (186,98,13). Sum of RGB (Red+Green+Blue) = 186+98+13=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA620D is #459DF2. Grayscale: #737373. Windows color (decimal): -4562419 or 877242. OLE color: 877242.

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

Color convert

RGB 186 98 13 -
CMYK 0 0.47 0.93 0.27
HSL 29.48º 0.87% 0.39% -
HSV(B) 29.48º 0.93% 0.73% -
XYZ 24.69 19.2 2.79 -
YUV 114.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 186 98 13 0 0.47 0.93 0.27 29.48 0.87 0.39
Hex BA 62 D 0 2F 5D 1B 1D 57 27
Octal 272 142 15 0 57 135 33 35 127 47
Binary 10111010 1100010 1101 0 101111 1011101 11011 11101 1010111 100111

Color Harmonies of #BA620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA620D

Black with #BA620D

Text Example


Text Example

White with #BA620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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