Html Css Color HEX #BA321C Harley Davidson Orange

📋 copy color: '#BA321C'

red 186 ◦ green 50 ◦ blue 28

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

Shades of Harley Davidson Orange #BA321C

Tints of Harley Davidson Orange #BA321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 70.45%
G = 18.94%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA321C (or 0xBA321C) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 1C. RGB value is (186,50,28). Sum of RGB (Red+Green+Blue) = 186+50+28=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA321C is #45CDE3. Grayscale: #585858. Windows color (decimal): -4574692 or 1847994. OLE color: 1847994.

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

Color convert

RGB 186 50 28 -
CMYK 0 0.73 0.85 0.27
HSL 8.35º 0.74% 0.42% -
HSV(B) 8.35º 0.85% 0.73% -
XYZ 21.6 12.8 2.43 -
YUV 88.16 94.06 197.79 -
System Red Green Blue C M Y K H S L
Decimal 186 50 28 0 0.73 0.85 0.27 8.35 0.74 0.42
Hex BA 32 1C 0 49 55 1B 8 4A 2A
Octal 272 62 34 0 111 125 33 10 112 52
Binary 10111010 110010 11100 0 1001001 1010101 11011 1000 1001010 101010

Color Harmonies of #BA321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA321C

Black with #BA321C

Text Example


Text Example

White with #BA321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA321C; }

 p { color: rgb(186,50,28); }

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

background-color css

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

 a { background-color: rgb(186,50,28); }

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

border-color css

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

 span { border-color: rgb(186,50,28); }

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