Html Css Color HEX #BA3318 Harley Davidson Orange

📋 copy color: '#BA3318'

red 186 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #BA3318

Tints of Harley Davidson Orange #BA3318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 71.26%
G = 19.54%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA3318 (or 0xBA3318) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 18. RGB value is (186,51,24). Sum of RGB (Red+Green+Blue) = 186+51+24=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3318 is #45CCE7. Grayscale: #585858. Windows color (decimal): -4574440 or 1586106. OLE color: 1586106.

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

Color convert

RGB 186 51 24 -
CMYK 0 0.73 0.87 0.27
HSL 10º 0.77% 0.41% -
HSV(B) 10º 0.87% 0.73% -
XYZ 21.6 12.87 2.21 -
YUV 88.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 186 51 24 0 0.73 0.87 0.27 10 0.77 0.41
Hex BA 33 18 0 49 57 1B A 4D 29
Octal 272 63 30 0 111 127 33 12 115 51
Binary 10111010 110011 11000 0 1001001 1010111 11011 1010 1001101 101001

Color Harmonies of #BA3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3318

Black with #BA3318

Text Example


Text Example

White with #BA3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3318; }

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

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

background-color css

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

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

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

border-color css

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

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

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