Html Css Color HEX #BA3419 Harley Davidson Orange

📋 copy color: '#BA3419'

red 186 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #BA3419

Tints of Harley Davidson Orange #BA3419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

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

R = 70.72%
G = 19.77%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA3419 (or 0xBA3419) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 19. RGB value is (186,52,25). Sum of RGB (Red+Green+Blue) = 186+52+25=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3419 is #45CBE6. Grayscale: #595959. Windows color (decimal): -4574183 or 1651898. OLE color: 1651898.

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

Color convert

RGB 186 52 25 -
CMYK 0 0.72 0.87 0.27
HSL 10.06º 0.76% 0.41% -
HSV(B) 10.06º 0.87% 0.73% -
XYZ 21.65 12.97 2.28 -
YUV 88.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 186 52 25 0 0.72 0.87 0.27 10.06 0.76 0.41
Hex BA 34 19 0 48 57 1B A 4C 29
Octal 272 64 31 0 110 127 33 12 114 51
Binary 10111010 110100 11001 0 1001000 1010111 11011 1010 1001100 101001

Color Harmonies of #BA3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3419

Black with #BA3419

Text Example


Text Example

White with #BA3419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3419; }

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

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

background-color css

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

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

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

border-color css

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

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

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