Html Css Color HEX #BA2505 Harley Davidson Orange

📋 copy color: '#BA2505'

red 186 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #BA2505

Tints of Harley Davidson Orange #BA2505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

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

R = 81.58%
G = 16.23%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA2505 (or 0xBA2505) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 05. RGB value is (186,37,5). Sum of RGB (Red+Green+Blue) = 186+37+5=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2505 is #45DAFA. Grayscale: #4E4E4E. Windows color (decimal): -4578043 or 337338. OLE color: 337338.

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

Color convert

RGB 186 37 5 -
CMYK 0 0.80 0.97 0.27
HSL 10.61º 0.95% 0.37% -
HSV(B) 10.61º 0.97% 0.73% -
XYZ 20.94 11.77 1.31 -
YUV 77.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 186 37 5 0 0.80 0.97 0.27 10.61 0.95 0.37
Hex BA 25 5 0 50 61 1B B 5F 25
Octal 272 45 5 0 120 141 33 13 137 45
Binary 10111010 100101 101 0 1010000 1100001 11011 1011 1011111 100101

Color Harmonies of #BA2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2505

Black with #BA2505

Text Example


Text Example

White with #BA2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2505; }

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

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

background-color css

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

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

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

border-color css

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

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

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