Html Css Color HEX #BA3420 Harley Davidson Orange

📋 copy color: '#BA3420'

red 186 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #BA3420

Tints of Harley Davidson Orange #BA3420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 68.89%
G = 19.26%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA3420 (or 0xBA3420) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 20. RGB value is (186,52,32). Sum of RGB (Red+Green+Blue) = 186+52+32=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3420 is #45CBDF. Grayscale: #595959. Windows color (decimal): -4574176 or 2110650. OLE color: 2110650.

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

Color convert

RGB 186 52 32 -
CMYK 0 0.72 0.83 0.27
HSL 7.79º 0.71% 0.43% -
HSV(B) 7.79º 0.83% 0.73% -
XYZ 21.74 13 2.73 -
YUV 89.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 186 52 32 0 0.72 0.83 0.27 7.79 0.71 0.43
Hex BA 34 20 0 48 53 1B 8 47 2B
Octal 272 64 40 0 110 123 33 10 107 53
Binary 10111010 110100 100000 0 1001000 1010011 11011 1000 1000111 101011

Color Harmonies of #BA3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3420

Black with #BA3420

Text Example


Text Example

White with #BA3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3420; }

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

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

background-color css

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

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

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

border-color css

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

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

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