Html Css Color HEX #BA310E Harley Davidson Orange

📋 copy color: '#BA310E'

red 186 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #BA310E

Tints of Harley Davidson Orange #BA310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 74.7%
G = 19.68%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA310E (or 0xBA310E) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 0E. RGB value is (186,49,14). Sum of RGB (Red+Green+Blue) = 186+49+14=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA310E is #45CEF1. Grayscale: #565656. Windows color (decimal): -4574962 or 930234. OLE color: 930234.

HSL color Cylindrical-coordinate representation of color #BA310E: hue angle of 12.21º degrees, saturation: 0.86, 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 #BA310E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 14 -
CMYK 0 0.74 0.92 0.27
HSL 12.21º 0.86% 0.39% -
HSV(B) 12.21º 0.92% 0.73% -
XYZ 21.43 12.67 1.73 -
YUV 85.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 186 49 14 0 0.74 0.92 0.27 12.21 0.86 0.39
Hex BA 31 E 0 4A 5C 1B C 56 27
Octal 272 61 16 0 112 134 33 14 126 47
Binary 10111010 110001 1110 0 1001010 1011100 11011 1100 1010110 100111

Color Harmonies of #BA310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA310E

Black with #BA310E

Text Example


Text Example

White with #BA310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA310E; }

 p { color: rgb(186,49,14); }

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

background-color css

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

 a { background-color: rgb(186,49,14); }

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

border-color css

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

 span { border-color: rgb(186,49,14); }

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