Html Css Color HEX #BA630F Tenne (Tawny)

📋 copy color: '#BA630F'

red 186 ◦ green 99 ◦ blue 15

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

Shades of Tenne (Tawny) #BA630F

Tints of Tenne (Tawny) #BA630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 62%
G = 33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA630F (or 0xBA630F) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 0F. RGB value is (186,99,15). Sum of RGB (Red+Green+Blue) = 186+99+15=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA630F is #459CF0. Grayscale: #737373. Windows color (decimal): -4562161 or 1008570. OLE color: 1008570.

HSL color Cylindrical-coordinate representation of color #BA630F: hue angle of 29.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA630F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 15 -
CMYK 0 0.47 0.92 0.27
HSL 29.47º 0.85% 0.39% -
HSV(B) 29.47º 0.92% 0.73% -
XYZ 24.8 19.4 2.89 -
YUV 115.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 186 99 15 0 0.47 0.92 0.27 29.47 0.85 0.39
Hex BA 63 F 0 2F 5C 1B 1D 55 27
Octal 272 143 17 0 57 134 33 35 125 47
Binary 10111010 1100011 1111 0 101111 1011100 11011 11101 1010101 100111

Color Harmonies of #BA630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA630F

Black with #BA630F

Text Example


Text Example

White with #BA630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA630F; }

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

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

background-color css

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

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

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

border-color css

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

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

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