Html Css Color HEX #BA2507 Harley Davidson Orange

📋 copy color: '#BA2507'

red 186 ◦ green 37 ◦ blue 7

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

Shades of Harley Davidson Orange #BA2507

Tints of Harley Davidson Orange #BA2507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 80.87%
G = 16.09%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA2507 (or 0xBA2507) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 07. RGB value is (186,37,7). Sum of RGB (Red+Green+Blue) = 186+37+7=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2507 is #45DAF8. Grayscale: #4E4E4E. Windows color (decimal): -4578041 or 468410. OLE color: 468410.

HSL color Cylindrical-coordinate representation of color #BA2507: hue angle of 10.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA2507 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 7 -
CMYK 0 0.80 0.96 0.27
HSL 10.06º 0.93% 0.38% -
HSV(B) 10.06º 0.96% 0.73% -
XYZ 20.95 11.78 1.37 -
YUV 78.13 87.86 204.94 -
System Red Green Blue C M Y K H S L
Decimal 186 37 7 0 0.80 0.96 0.27 10.06 0.93 0.38
Hex BA 25 7 0 50 60 1B A 5D 26
Octal 272 45 7 0 120 140 33 12 135 46
Binary 10111010 100101 111 0 1010000 1100000 11011 1010 1011101 100110

Color Harmonies of #BA2507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2507

Black with #BA2507

Text Example


Text Example

White with #BA2507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2507; }

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

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

background-color css

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

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

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

border-color css

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

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

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