Html Css Color HEX #BA2709 Harley Davidson Orange

📋 copy color: '#BA2709'

red 186 ◦ green 39 ◦ blue 9

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

Shades of Harley Davidson Orange #BA2709

Tints of Harley Davidson Orange #BA2709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 79.49%
G = 16.67%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA2709 (or 0xBA2709) is known color: Harley Davidson Orange. HEX triplet: BA, 27 and 09. RGB value is (186,39,9). Sum of RGB (Red+Green+Blue) = 186+39+9=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2709 is #45D8F6. Grayscale: #4F4F4F. Windows color (decimal): -4577527 or 599994. OLE color: 599994.

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

Color convert

RGB 186 39 9 -
CMYK 0 0.79 0.95 0.27
HSL 10.17º 0.91% 0.38% -
HSV(B) 10.17º 0.95% 0.73% -
XYZ 21.02 11.91 1.45 -
YUV 79.53 88.2 203.94 -
System Red Green Blue C M Y K H S L
Decimal 186 39 9 0 0.79 0.95 0.27 10.17 0.91 0.38
Hex BA 27 9 0 4F 5F 1B A 5B 26
Octal 272 47 11 0 117 137 33 12 133 46
Binary 10111010 100111 1001 0 1001111 1011111 11011 1010 1011011 100110

Color Harmonies of #BA2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2709

Black with #BA2709

Text Example


Text Example

White with #BA2709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2709; }

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

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

background-color css

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

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

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

border-color css

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

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

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