Html Css Color HEX #BA2904 Harley Davidson Orange

📋 copy color: '#BA2904'

red 186 ◦ green 41 ◦ blue 4

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

Shades of Harley Davidson Orange #BA2904

Tints of Harley Davidson Orange #BA2904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 80.52%
G = 17.75%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA2904 (or 0xBA2904) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 04. RGB value is (186,41,4). Sum of RGB (Red+Green+Blue) = 186+41+4=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2904 is #45D6FB. Grayscale: #505050. Windows color (decimal): -4577020 or 272826. OLE color: 272826.

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

Color convert

RGB 186 41 4 -
CMYK 0 0.78 0.98 0.27
HSL 12.2º 0.96% 0.37% -
HSV(B) 12.2º 0.98% 0.73% -
XYZ 21.06 12.03 1.33 -
YUV 80.14 85.04 203.51 -
System Red Green Blue C M Y K H S L
Decimal 186 41 4 0 0.78 0.98 0.27 12.2 0.96 0.37
Hex BA 29 4 0 4E 62 1B C 60 25
Octal 272 51 4 0 116 142 33 14 140 45
Binary 10111010 101001 100 0 1001110 1100010 11011 1100 1100000 100101

Color Harmonies of #BA2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2904

Black with #BA2904

Text Example


Text Example

White with #BA2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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