Html Css Color HEX #BA2900 Harley Davidson Orange

📋 copy color: '#BA2900'

red 186 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #BA2900

Tints of Harley Davidson Orange #BA2900

RGB

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

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

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

R = 81.94%
G = 18.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA2900 (or 0xBA2900) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 00. RGB value is (186,41,0). Sum of RGB (Red+Green+Blue) = 186+41+0=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2900 is #45D6FF. Grayscale: #4F4F4F. Windows color (decimal): -4577024 or 10682. OLE color: 10682.

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

Color convert

RGB 186 41 0 -
CMYK 0 0.78 1 0.27
HSL 13.23º 1% 0.36% -
HSV(B) 13.23º 1% 0.73% -
XYZ 21.04 12.02 1.21 -
YUV 79.68 83.04 203.83 -
System Red Green Blue C M Y K H S L
Decimal 186 41 0 0 0.78 1 0.27 13.23 1 0.36
Hex BA 29 0 0 4E 64 1B D 64 24
Octal 272 51 0 0 116 144 33 15 144 44
Binary 10111010 101001 0 0 1001110 1100100 11011 1101 1100100 100100

Color Harmonies of #BA2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2900

Black with #BA2900

Text Example


Text Example

White with #BA2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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