Html Css Color HEX #BA610C Tenne (Tawny)

📋 copy color: '#BA610C'

red 186 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #BA610C

Tints of Tenne (Tawny) #BA610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 63.05%
G = 32.88%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA610C (or 0xBA610C) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 0C. RGB value is (186,97,12). Sum of RGB (Red+Green+Blue) = 186+97+12=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA610C is #459EF3. Grayscale: #727272. Windows color (decimal): -4562676 or 811450. OLE color: 811450.

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

Color convert

RGB 186 97 12 -
CMYK 0 0.48 0.94 0.27
HSL 29.31º 0.88% 0.39% -
HSV(B) 29.31º 0.94% 0.73% -
XYZ 24.59 19.02 2.72 -
YUV 113.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 186 97 12 0 0.48 0.94 0.27 29.31 0.88 0.39
Hex BA 61 C 0 30 5E 1B 1D 58 27
Octal 272 141 14 0 60 136 33 35 130 47
Binary 10111010 1100001 1100 0 110000 1011110 11011 11101 1011000 100111

Color Harmonies of #BA610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA610C

Black with #BA610C

Text Example


Text Example

White with #BA610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA610C; }

 p { color: rgb(186,97,12); }

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

background-color css

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

 a { background-color: rgb(186,97,12); }

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

border-color css

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

 span { border-color: rgb(186,97,12); }

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