Html Css Color HEX #BA600C Tenne (Tawny)

📋 copy color: '#BA600C'

red 186 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #BA600C

Tints of Tenne (Tawny) #BA600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 63.27%
G = 32.65%
B = 4.08%

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

#BA600C (or 0xBA600C) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 0C. RGB value is (186,96,12). Sum of RGB (Red+Green+Blue) = 186+96+12=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA600C is #459FF3. Grayscale: #717171. Windows color (decimal): -4562932 or 811194. OLE color: 811194.

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

Color convert

RGB 186 96 12 -
CMYK 0 0.48 0.94 0.27
HSL 28.97º 0.88% 0.39% -
HSV(B) 28.97º 0.94% 0.73% -
XYZ 24.5 18.83 2.69 -
YUV 113.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 186 96 12 0 0.48 0.94 0.27 28.97 0.88 0.39
Hex BA 60 C 0 30 5E 1B 1D 58 27
Octal 272 140 14 0 60 136 33 35 130 47
Binary 10111010 1100000 1100 0 110000 1011110 11011 11101 1011000 100111

Color Harmonies of #BA600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA600C

Black with #BA600C

Text Example


Text Example

White with #BA600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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