Html Css Color HEX #BA3317 Harley Davidson Orange

📋 copy color: '#BA3317'

red 186 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #BA3317

Tints of Harley Davidson Orange #BA3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 71.54%
G = 19.62%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA3317 (or 0xBA3317) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 17. RGB value is (186,51,23). Sum of RGB (Red+Green+Blue) = 186+51+23=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3317 is #45CCE8. Grayscale: #585858. Windows color (decimal): -4574441 or 1520570. OLE color: 1520570.

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

Color convert

RGB 186 51 23 -
CMYK 0 0.73 0.88 0.27
HSL 10.31º 0.78% 0.41% -
HSV(B) 10.31º 0.88% 0.73% -
XYZ 21.59 12.87 2.16 -
YUV 88.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 186 51 23 0 0.73 0.88 0.27 10.31 0.78 0.41
Hex BA 33 17 0 49 58 1B A 4E 29
Octal 272 63 27 0 111 130 33 12 116 51
Binary 10111010 110011 10111 0 1001001 1011000 11011 1010 1001110 101001

Color Harmonies of #BA3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3317

Black with #BA3317

Text Example


Text Example

White with #BA3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3317; }

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

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

background-color css

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

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

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

border-color css

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

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

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