Html Css Color HEX #BA630D Tenne (Tawny)

📋 copy color: '#BA630D'

red 186 ◦ green 99 ◦ blue 13

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

Shades of Tenne (Tawny) #BA630D

Tints of Tenne (Tawny) #BA630D

RGB

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

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

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

R = 62.42%
G = 33.22%
B = 4.36%

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

#BA630D (or 0xBA630D) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 0D. RGB value is (186,99,13). Sum of RGB (Red+Green+Blue) = 186+99+13=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA630D is #459CF2. Grayscale: #737373. Windows color (decimal): -4562163 or 877498. OLE color: 877498.

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

Color convert

RGB 186 99 13 -
CMYK 0 0.47 0.93 0.27
HSL 29.83º 0.87% 0.39% -
HSV(B) 29.83º 0.93% 0.73% -
XYZ 24.78 19.39 2.82 -
YUV 115.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 186 99 13 0 0.47 0.93 0.27 29.83 0.87 0.39
Hex BA 63 D 0 2F 5D 1B 1E 57 27
Octal 272 143 15 0 57 135 33 36 127 47
Binary 10111010 1100011 1101 0 101111 1011101 11011 11110 1010111 100111

Color Harmonies of #BA630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA630D

Black with #BA630D

Text Example


Text Example

White with #BA630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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