Html Css Color HEX #BA2009 Harley Davidson Orange

📋 copy color: '#BA2009'

red 186 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #BA2009

Tints of Harley Davidson Orange #BA2009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 81.94%
G = 14.1%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA2009 (or 0xBA2009) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 09. RGB value is (186,32,9). Sum of RGB (Red+Green+Blue) = 186+32+9=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2009 is #45DFF6. Grayscale: #4B4B4B. Windows color (decimal): -4579319 or 598202. OLE color: 598202.

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

Color convert

RGB 186 32 9 -
CMYK 0 0.83 0.95 0.27
HSL 7.8º 0.91% 0.38% -
HSV(B) 7.8º 0.95% 0.73% -
XYZ 20.82 11.49 1.38 -
YUV 75.42 90.52 206.87 -
System Red Green Blue C M Y K H S L
Decimal 186 32 9 0 0.83 0.95 0.27 7.8 0.91 0.38
Hex BA 20 9 0 53 5F 1B 8 5B 26
Octal 272 40 11 0 123 137 33 10 133 46
Binary 10111010 100000 1001 0 1010011 1011111 11011 1000 1011011 100110

Color Harmonies of #BA2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2009

Black with #BA2009

Text Example


Text Example

White with #BA2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2009; }

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

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

background-color css

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

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

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

border-color css

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

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

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