Html Css Color HEX #BA2915 Harley Davidson Orange

📋 copy color: '#BA2915'

red 186 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #BA2915

Tints of Harley Davidson Orange #BA2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.53%

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 75%
G = 16.53%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2915 (or 0xBA2915) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 15. RGB value is (186,41,21). Sum of RGB (Red+Green+Blue) = 186+41+21=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2915 is #45D6EA. Grayscale: #525252. Windows color (decimal): -4577003 or 1386938. OLE color: 1386938.

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

Color convert

RGB 186 41 21 -
CMYK 0 0.78 0.89 0.27
HSL 7.27º 0.8% 0.41% -
HSV(B) 7.27º 0.89% 0.73% -
XYZ 21.18 12.08 1.92 -
YUV 82.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 186 41 21 0 0.78 0.89 0.27 7.27 0.8 0.41
Hex BA 29 15 0 4E 59 1B 7 50 29
Octal 272 51 25 0 116 131 33 7 120 51
Binary 10111010 101001 10101 0 1001110 1011001 11011 111 1010000 101001

Color Harmonies of #BA2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2915

Black with #BA2915

Text Example


Text Example

White with #BA2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2915; }

 p { color: rgb(186,41,21); }

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

background-color css

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

 a { background-color: rgb(186,41,21); }

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

border-color css

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

 span { border-color: rgb(186,41,21); }

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