Html Css Color HEX #BA3017 Harley Davidson Orange

📋 copy color: '#BA3017'

red 186 ◦ green 48 ◦ blue 23

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

Shades of Harley Davidson Orange #BA3017

Tints of Harley Davidson Orange #BA3017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 23 (9.38% from 255) = 8.95%

R = 72.37%
G = 18.68%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA3017 (or 0xBA3017) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 17. RGB value is (186,48,23). Sum of RGB (Red+Green+Blue) = 186+48+23=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3017 is #45CFE8. Grayscale: #565656. Windows color (decimal): -4575209 or 1519802. OLE color: 1519802.

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

Color convert

RGB 186 48 23 -
CMYK 0 0.74 0.88 0.27
HSL 9.2º 0.78% 0.41% -
HSV(B) 9.2º 0.88% 0.73% -
XYZ 21.46 12.61 2.11 -
YUV 86.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 186 48 23 0 0.74 0.88 0.27 9.2 0.78 0.41
Hex BA 30 17 0 4A 58 1B 9 4E 29
Octal 272 60 27 0 112 130 33 11 116 51
Binary 10111010 110000 10111 0 1001010 1011000 11011 1001 1001110 101001

Color Harmonies of #BA3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3017

Black with #BA3017

Text Example


Text Example

White with #BA3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3017; }

 p { color: rgb(186,48,23); }

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

background-color css

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

 a { background-color: rgb(186,48,23); }

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

border-color css

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

 span { border-color: rgb(186,48,23); }

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