Html Css Color HEX #BA3415 Harley Davidson Orange

📋 copy color: '#BA3415'

red 186 ◦ green 52 ◦ blue 21

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

Shades of Harley Davidson Orange #BA3415

Tints of Harley Davidson Orange #BA3415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 71.81%
G = 20.08%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA3415 (or 0xBA3415) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 15. RGB value is (186,52,21). Sum of RGB (Red+Green+Blue) = 186+52+21=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3415 is #45CBEA. Grayscale: #585858. Windows color (decimal): -4574187 or 1389754. OLE color: 1389754.

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

Color convert

RGB 186 52 21 -
CMYK 0 0.72 0.89 0.27
HSL 11.27º 0.8% 0.41% -
HSV(B) 11.27º 0.89% 0.73% -
XYZ 21.61 12.95 2.07 -
YUV 88.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 186 52 21 0 0.72 0.89 0.27 11.27 0.8 0.41
Hex BA 34 15 0 48 59 1B B 50 29
Octal 272 64 25 0 110 131 33 13 120 51
Binary 10111010 110100 10101 0 1001000 1011001 11011 1011 1010000 101001

Color Harmonies of #BA3415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3415

Black with #BA3415

Text Example


Text Example

White with #BA3415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3415; }

 p { color: rgb(186,52,21); }

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

background-color css

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

 a { background-color: rgb(186,52,21); }

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

border-color css

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

 span { border-color: rgb(186,52,21); }

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