Html Css Color HEX #BA3119 Harley Davidson Orange

📋 copy color: '#BA3119'

red 186 ◦ green 49 ◦ blue 25

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

Shades of Harley Davidson Orange #BA3119

Tints of Harley Davidson Orange #BA3119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 71.54%
G = 18.85%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA3119 (or 0xBA3119) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 19. RGB value is (186,49,25). Sum of RGB (Red+Green+Blue) = 186+49+25=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3119 is #45CEE6. Grayscale: #575757. Windows color (decimal): -4574951 or 1651130. OLE color: 1651130.

HSL color Cylindrical-coordinate representation of color #BA3119: hue angle of 8.94º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA3119 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 25 -
CMYK 0 0.74 0.87 0.27
HSL 8.94º 0.76% 0.41% -
HSV(B) 8.94º 0.87% 0.73% -
XYZ 21.52 12.71 2.24 -
YUV 87.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 186 49 25 0 0.74 0.87 0.27 8.94 0.76 0.41
Hex BA 31 19 0 4A 57 1B 9 4C 29
Octal 272 61 31 0 112 127 33 11 114 51
Binary 10111010 110001 11001 0 1001010 1010111 11011 1001 1001100 101001

Color Harmonies of #BA3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3119

Black with #BA3119

Text Example


Text Example

White with #BA3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3119; }

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

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

background-color css

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

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

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

border-color css

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

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

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