Html Css Color HEX #BA3111 Harley Davidson Orange

📋 copy color: '#BA3111'

red 186 ◦ green 49 ◦ blue 17

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

Shades of Harley Davidson Orange #BA3111

Tints of Harley Davidson Orange #BA3111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 73.81%
G = 19.44%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA3111 (or 0xBA3111) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 11. RGB value is (186,49,17). Sum of RGB (Red+Green+Blue) = 186+49+17=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3111 is #45CEEE. Grayscale: #565656. Windows color (decimal): -4574959 or 1126842. OLE color: 1126842.

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

Color convert

RGB 186 49 17 -
CMYK 0 0.74 0.91 0.27
HSL 11.36º 0.83% 0.4% -
HSV(B) 11.36º 0.91% 0.73% -
XYZ 21.45 12.68 1.85 -
YUV 86.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 186 49 17 0 0.74 0.91 0.27 11.36 0.83 0.4
Hex BA 31 11 0 4A 5B 1B B 53 28
Octal 272 61 21 0 112 133 33 13 123 50
Binary 10111010 110001 10001 0 1001010 1011011 11011 1011 1010011 101000

Color Harmonies of #BA3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3111

Black with #BA3111

Text Example


Text Example

White with #BA3111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3111; }

 p { color: rgb(186,49,17); }

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

background-color css

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

 a { background-color: rgb(186,49,17); }

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

border-color css

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

 span { border-color: rgb(186,49,17); }

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