Html Css Color HEX #BA2701 Harley Davidson Orange

📋 copy color: '#BA2701'

red 186 ◦ green 39 ◦ blue 1

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

Shades of Harley Davidson Orange #BA2701

Tints of Harley Davidson Orange #BA2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 82.3%
G = 17.26%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA2701 (or 0xBA2701) is known color: Harley Davidson Orange. HEX triplet: BA, 27 and 01. RGB value is (186,39,1). Sum of RGB (Red+Green+Blue) = 186+39+1=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2701 is #45D8FE. Grayscale: #4E4E4E. Windows color (decimal): -4577535 or 75706. OLE color: 75706.

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

Color convert

RGB 186 39 1 -
CMYK 0 0.79 0.99 0.27
HSL 12.32º 0.99% 0.37% -
HSV(B) 12.32º 0.99% 0.73% -
XYZ 20.98 11.89 1.22 -
YUV 78.62 84.2 204.59 -
System Red Green Blue C M Y K H S L
Decimal 186 39 1 0 0.79 0.99 0.27 12.32 0.99 0.37
Hex BA 27 1 0 4F 63 1B C 63 25
Octal 272 47 1 0 117 143 33 14 143 45
Binary 10111010 100111 1 0 1001111 1100011 11011 1100 1100011 100101

Color Harmonies of #BA2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2701

Black with #BA2701

Text Example


Text Example

White with #BA2701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2701; }

 p { color: rgb(186,39,1); }

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

background-color css

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

 a { background-color: rgb(186,39,1); }

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

border-color css

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

 span { border-color: rgb(186,39,1); }

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