Html Css Color HEX #BA2F11 Harley Davidson Orange

📋 copy color: '#BA2F11'

red 186 ◦ green 47 ◦ blue 17

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

Shades of Harley Davidson Orange #BA2F11

Tints of Harley Davidson Orange #BA2F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.8%

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

R = 74.4%
G = 18.8%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA2F11 (or 0xBA2F11) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 11. RGB value is (186,47,17). Sum of RGB (Red+Green+Blue) = 186+47+17=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F11 is #45D0EE. Grayscale: #555555. Windows color (decimal): -4575471 or 1126330. OLE color: 1126330.

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

Color convert

RGB 186 47 17 -
CMYK 0 0.75 0.91 0.27
HSL 10.65º 0.83% 0.4% -
HSV(B) 10.65º 0.91% 0.73% -
XYZ 21.37 12.51 1.82 -
YUV 85.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 186 47 17 0 0.75 0.91 0.27 10.65 0.83 0.4
Hex BA 2F 11 0 4B 5B 1B B 53 28
Octal 272 57 21 0 113 133 33 13 123 50
Binary 10111010 101111 10001 0 1001011 1011011 11011 1011 1010011 101000

Color Harmonies of #BA2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F11

Black with #BA2F11

Text Example


Text Example

White with #BA2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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