Html Css Color HEX #BA321E Harley Davidson Orange

📋 copy color: '#BA321E'

red 186 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #BA321E

Tints of Harley Davidson Orange #BA321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 69.92%
G = 18.8%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA321E (or 0xBA321E) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 1E. RGB value is (186,50,30). Sum of RGB (Red+Green+Blue) = 186+50+30=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA321E is #45CDE1. Grayscale: #585858. Windows color (decimal): -4574690 or 1979066. OLE color: 1979066.

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

Color convert

RGB 186 50 30 -
CMYK 0 0.73 0.84 0.27
HSL 7.69º 0.72% 0.42% -
HSV(B) 7.69º 0.84% 0.73% -
XYZ 21.62 12.81 2.56 -
YUV 88.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 186 50 30 0 0.73 0.84 0.27 7.69 0.72 0.42
Hex BA 32 1E 0 49 54 1B 8 48 2A
Octal 272 62 36 0 111 124 33 10 110 52
Binary 10111010 110010 11110 0 1001001 1010100 11011 1000 1001000 101010

Color Harmonies of #BA321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA321E

Black with #BA321E

Text Example


Text Example

White with #BA321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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