Html Css Color HEX #BA1E05 Harley Davidson Orange

📋 copy color: '#BA1E05'

red 186 ◦ green 30 ◦ blue 5

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

Shades of Harley Davidson Orange #BA1E05

Tints of Harley Davidson Orange #BA1E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 84.16%
G = 13.57%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA1E05 (or 0xBA1E05) is known color: Harley Davidson Orange. HEX triplet: BA, 1E and 05. RGB value is (186,30,5). Sum of RGB (Red+Green+Blue) = 186+30+5=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E05 is #45E1FA. Grayscale: #4A4A4A. Windows color (decimal): -4579835 or 335546. OLE color: 335546.

HSL color Cylindrical-coordinate representation of color #BA1E05: hue angle of 8.29º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA1E05 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 5 -
CMYK 0 0.84 0.97 0.27
HSL 8.29º 0.95% 0.37% -
HSV(B) 8.29º 0.97% 0.73% -
XYZ 20.74 11.38 1.25 -
YUV 73.79 89.18 208.03 -
System Red Green Blue C M Y K H S L
Decimal 186 30 5 0 0.84 0.97 0.27 8.29 0.95 0.37
Hex BA 1E 5 0 54 61 1B 8 5F 25
Octal 272 36 5 0 124 141 33 10 137 45
Binary 10111010 11110 101 0 1010100 1100001 11011 1000 1011111 100101

Color Harmonies of #BA1E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E05

Black with #BA1E05

Text Example


Text Example

White with #BA1E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E05; }

 p { color: rgb(186,30,5); }

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

background-color css

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

 a { background-color: rgb(186,30,5); }

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

border-color css

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

 span { border-color: rgb(186,30,5); }

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