Html Css Color HEX #BA2C05 Harley Davidson Orange

📋 copy color: '#BA2C05'

red 186 ◦ green 44 ◦ blue 5

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

Shades of Harley Davidson Orange #BA2C05

Tints of Harley Davidson Orange #BA2C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.72%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 79.15%
G = 18.72%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA2C05 (or 0xBA2C05) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 05. RGB value is (186,44,5). Sum of RGB (Red+Green+Blue) = 186+44+5=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C05 is #45D3FA. Grayscale: #525252. Windows color (decimal): -4576251 or 339130. OLE color: 339130.

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

Color convert

RGB 186 44 5 -
CMYK 0 0.76 0.97 0.27
HSL 12.93º 0.95% 0.37% -
HSV(B) 12.93º 0.97% 0.73% -
XYZ 21.18 12.25 1.39 -
YUV 82.01 84.54 202.17 -
System Red Green Blue C M Y K H S L
Decimal 186 44 5 0 0.76 0.97 0.27 12.93 0.95 0.37
Hex BA 2C 5 0 4C 61 1B D 5F 25
Octal 272 54 5 0 114 141 33 15 137 45
Binary 10111010 101100 101 0 1001100 1100001 11011 1101 1011111 100101

Color Harmonies of #BA2C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C05

Black with #BA2C05

Text Example


Text Example

White with #BA2C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C05; }

 p { color: rgb(186,44,5); }

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

background-color css

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

 a { background-color: rgb(186,44,5); }

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

border-color css

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

 span { border-color: rgb(186,44,5); }

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