Html Css Color HEX #BA2F0E Harley Davidson Orange

📋 copy color: '#BA2F0E'

red 186 ◦ green 47 ◦ blue 14

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

Shades of Harley Davidson Orange #BA2F0E

Tints of Harley Davidson Orange #BA2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

 BLUE value IS 14 (5.86% from 255) = 5.67%

R = 75.3%
G = 19.03%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA2F0E (or 0xBA2F0E) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 0E. RGB value is (186,47,14). Sum of RGB (Red+Green+Blue) = 186+47+14=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F0E is #45D0F1. Grayscale: #555555. Windows color (decimal): -4575474 or 929722. OLE color: 929722.

HSL color Cylindrical-coordinate representation of color #BA2F0E: hue angle of 11.51º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA2F0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 14 -
CMYK 0 0.75 0.92 0.27
HSL 11.51º 0.86% 0.39% -
HSV(B) 11.51º 0.92% 0.73% -
XYZ 21.35 12.5 1.7 -
YUV 84.8 88.05 200.18 -
System Red Green Blue C M Y K H S L
Decimal 186 47 14 0 0.75 0.92 0.27 11.51 0.86 0.39
Hex BA 2F E 0 4B 5C 1B C 56 27
Octal 272 57 16 0 113 134 33 14 126 47
Binary 10111010 101111 1110 0 1001011 1011100 11011 1100 1010110 100111

Color Harmonies of #BA2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F0E

Black with #BA2F0E

Text Example


Text Example

White with #BA2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F0E; }

 p { color: rgb(186,47,14); }

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

background-color css

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

 a { background-color: rgb(186,47,14); }

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

border-color css

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

 span { border-color: rgb(186,47,14); }

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