Html Css Color HEX #BA630B Tenne (Tawny)

📋 copy color: '#BA630B'

red 186 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #BA630B

Tints of Tenne (Tawny) #BA630B

RGB

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

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

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

R = 62.84%
G = 33.45%
B = 3.72%

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

#BA630B (or 0xBA630B) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 0B. RGB value is (186,99,11). Sum of RGB (Red+Green+Blue) = 186+99+11=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA630B is #459CF4. Grayscale: #737373. Windows color (decimal): -4562165 or 746426. OLE color: 746426.

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

Color convert

RGB 186 99 11 -
CMYK 0 0.47 0.94 0.27
HSL 30.17º 0.89% 0.39% -
HSV(B) 30.17º 0.94% 0.73% -
XYZ 24.77 19.39 2.75 -
YUV 114.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 186 99 11 0 0.47 0.94 0.27 30.17 0.89 0.39
Hex BA 63 B 0 2F 5E 1B 1E 59 27
Octal 272 143 13 0 57 136 33 36 131 47
Binary 10111010 1100011 1011 0 101111 1011110 11011 11110 1011001 100111

Color Harmonies of #BA630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA630B

Black with #BA630B

Text Example


Text Example

White with #BA630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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