Html Css Color HEX #BA3620 Harley Davidson Orange

📋 copy color: '#BA3620'

red 186 ◦ green 54 ◦ blue 32

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

Shades of Harley Davidson Orange #BA3620

Tints of Harley Davidson Orange #BA3620

RGB

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

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

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

R = 68.38%
G = 19.85%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA3620 (or 0xBA3620) is known color: Harley Davidson Orange. HEX triplet: BA, 36 and 20. RGB value is (186,54,32). Sum of RGB (Red+Green+Blue) = 186+54+32=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3620 is #45C9DF. Grayscale: #5B5B5B. Windows color (decimal): -4573664 or 2111162. OLE color: 2111162.

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

Color convert

RGB 186 54 32 -
CMYK 0 0.71 0.83 0.27
HSL 8.57º 0.71% 0.43% -
HSV(B) 8.57º 0.83% 0.73% -
XYZ 21.83 13.18 2.76 -
YUV 90.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 186 54 32 0 0.71 0.83 0.27 8.57 0.71 0.43
Hex BA 36 20 0 47 53 1B 9 47 2B
Octal 272 66 40 0 107 123 33 11 107 53
Binary 10111010 110110 100000 0 1000111 1010011 11011 1001 1000111 101011

Color Harmonies of #BA3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3620

Black with #BA3620

Text Example


Text Example

White with #BA3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3620; }

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

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

background-color css

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

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

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

border-color css

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

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

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