Html Css Color HEX #BA1E08 Harley Davidson Orange

📋 copy color: '#BA1E08'

red 186 ◦ green 30 ◦ blue 8

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

Shades of Harley Davidson Orange #BA1E08

Tints of Harley Davidson Orange #BA1E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 83.04%
G = 13.39%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA1E08 (or 0xBA1E08) is known color: Harley Davidson Orange. HEX triplet: BA, 1E and 08. RGB value is (186,30,8). Sum of RGB (Red+Green+Blue) = 186+30+8=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E08 is #45E1F7. Grayscale: #4A4A4A. Windows color (decimal): -4579832 or 532154. OLE color: 532154.

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

Color convert

RGB 186 30 8 -
CMYK 0 0.84 0.96 0.27
HSL 7.42º 0.92% 0.38% -
HSV(B) 7.42º 0.96% 0.73% -
XYZ 20.76 11.39 1.33 -
YUV 74.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 186 30 8 0 0.84 0.96 0.27 7.42 0.92 0.38
Hex BA 1E 8 0 54 60 1B 7 5C 26
Octal 272 36 10 0 124 140 33 7 134 46
Binary 10111010 11110 1000 0 1010100 1100000 11011 111 1011100 100110

Color Harmonies of #BA1E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E08

Black with #BA1E08

Text Example


Text Example

White with #BA1E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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