Html Css Color HEX #BA2000 Harley Davidson Orange

📋 copy color: '#BA2000'

red 186 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #BA2000

Tints of Harley Davidson Orange #BA2000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.32%
G = 14.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA2000 (or 0xBA2000) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 00. RGB value is (186,32,0). Sum of RGB (Red+Green+Blue) = 186+32+0=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2000 is #45DFFF. Grayscale: #4A4A4A. Windows color (decimal): -4579328 or 8378. OLE color: 8378.

HSL color Cylindrical-coordinate representation of color #BA2000: hue angle of 10.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA2000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 0 -
CMYK 0 0.83 1 0.27
HSL 10.32º 1% 0.36% -
HSV(B) 10.32º 1% 0.73% -
XYZ 20.77 11.47 1.12 -
YUV 74.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 186 32 0 0 0.83 1 0.27 10.32 1 0.36
Hex BA 20 0 0 53 64 1B A 64 24
Octal 272 40 0 0 123 144 33 12 144 44
Binary 10111010 100000 0 0 1010011 1100100 11011 1010 1100100 100100

Color Harmonies of #BA2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2000

Black with #BA2000

Text Example


Text Example

White with #BA2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2000; }

 p { color: rgb(186,32,0); }

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

background-color css

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

 a { background-color: rgb(186,32,0); }

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

border-color css

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

 span { border-color: rgb(186,32,0); }

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