Html Css Color HEX #BA2309 Harley Davidson Orange

📋 copy color: '#BA2309'

red 186 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #BA2309

Tints of Harley Davidson Orange #BA2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 80.87%
G = 15.22%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA2309 (or 0xBA2309) is known color: Harley Davidson Orange. HEX triplet: BA, 23 and 09. RGB value is (186,35,9). Sum of RGB (Red+Green+Blue) = 186+35+9=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2309 is #45DCF6. Grayscale: #4D4D4D. Windows color (decimal): -4578551 or 598970. OLE color: 598970.

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

Color convert

RGB 186 35 9 -
CMYK 0 0.81 0.95 0.27
HSL 8.81º 0.91% 0.38% -
HSV(B) 8.81º 0.95% 0.73% -
XYZ 20.9 11.66 1.41 -
YUV 77.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 186 35 9 0 0.81 0.95 0.27 8.81 0.91 0.38
Hex BA 23 9 0 51 5F 1B 9 5B 26
Octal 272 43 11 0 121 137 33 11 133 46
Binary 10111010 100011 1001 0 1010001 1011111 11011 1001 1011011 100110

Color Harmonies of #BA2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2309

Black with #BA2309

Text Example


Text Example

White with #BA2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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