Html Css Color HEX #BA2807 Harley Davidson Orange

📋 copy color: '#BA2807'

red 186 ◦ green 40 ◦ blue 7

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

Shades of Harley Davidson Orange #BA2807

Tints of Harley Davidson Orange #BA2807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 79.83%
G = 17.17%
B = 3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA2807 (or 0xBA2807) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 07. RGB value is (186,40,7). Sum of RGB (Red+Green+Blue) = 186+40+7=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2807 is #45D7F8. Grayscale: #505050. Windows color (decimal): -4577273 or 469178. OLE color: 469178.

HSL color Cylindrical-coordinate representation of color #BA2807: hue angle of 11.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 #BA2807 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 40 7 -
CMYK 0 0.78 0.96 0.27
HSL 11.06º 0.93% 0.38% -
HSV(B) 11.06º 0.96% 0.73% -
XYZ 21.05 11.97 1.4 -
YUV 79.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 186 40 7 0 0.78 0.96 0.27 11.06 0.93 0.38
Hex BA 28 7 0 4E 60 1B B 5D 26
Octal 272 50 7 0 116 140 33 13 135 46
Binary 10111010 101000 111 0 1001110 1100000 11011 1011 1011101 100110

Color Harmonies of #BA2807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2807

Black with #BA2807

Text Example


Text Example

White with #BA2807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2807; }

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

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

background-color css

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

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

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

border-color css

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

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

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