Html Css Color HEX #BA630C Tenne (Tawny)

📋 copy color: '#BA630C'

red 186 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #BA630C

Tints of Tenne (Tawny) #BA630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 62.63%
G = 33.33%
B = 4.04%

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

#BA630C (or 0xBA630C) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 0C. RGB value is (186,99,12). Sum of RGB (Red+Green+Blue) = 186+99+12=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA630C is #459CF3. Grayscale: #737373. Windows color (decimal): -4562164 or 811962. OLE color: 811962.

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

Color convert

RGB 186 99 12 -
CMYK 0 0.47 0.94 0.27
HSL 30º 0.88% 0.39% -
HSV(B) 30º 0.94% 0.73% -
XYZ 24.78 19.39 2.78 -
YUV 115.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 186 99 12 0 0.47 0.94 0.27 30 0.88 0.39
Hex BA 63 C 0 2F 5E 1B 1E 58 27
Octal 272 143 14 0 57 136 33 36 130 47
Binary 10111010 1100011 1100 0 101111 1011110 11011 11110 1011000 100111

Color Harmonies of #BA630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA630C

Black with #BA630C

Text Example


Text Example

White with #BA630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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