Html Css Color HEX #BA3617 Harley Davidson Orange

📋 copy color: '#BA3617'

red 186 ◦ green 54 ◦ blue 23

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

Shades of Harley Davidson Orange #BA3617

Tints of Harley Davidson Orange #BA3617

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.53%

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

R = 70.72%
G = 20.53%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA3617 (or 0xBA3617) is known color: Harley Davidson Orange. HEX triplet: BA, 36 and 17. RGB value is (186,54,23). Sum of RGB (Red+Green+Blue) = 186+54+23=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3617 is #45C9E8. Grayscale: #5A5A5A. Windows color (decimal): -4573673 or 1521338. OLE color: 1521338.

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

Color convert

RGB 186 54 23 -
CMYK 0 0.71 0.88 0.27
HSL 11.41º 0.78% 0.41% -
HSV(B) 11.41º 0.88% 0.73% -
XYZ 21.72 13.14 2.2 -
YUV 89.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 186 54 23 0 0.71 0.88 0.27 11.41 0.78 0.41
Hex BA 36 17 0 47 58 1B B 4E 29
Octal 272 66 27 0 107 130 33 13 116 51
Binary 10111010 110110 10111 0 1000111 1011000 11011 1011 1001110 101001

Color Harmonies of #BA3617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3617

Black with #BA3617

Text Example


Text Example

White with #BA3617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3617; }

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

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

background-color css

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

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

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

border-color css

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

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

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