Html Css Color HEX #BA310F Harley Davidson Orange

📋 copy color: '#BA310F'

red 186 ◦ green 49 ◦ blue 15

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

Shades of Harley Davidson Orange #BA310F

Tints of Harley Davidson Orange #BA310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 15 (6.25% from 255) = 6%

R = 74.4%
G = 19.6%
B = 6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA310F (or 0xBA310F) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 0F. RGB value is (186,49,15). Sum of RGB (Red+Green+Blue) = 186+49+15=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA310F is #45CEF0. Grayscale: #565656. Windows color (decimal): -4574961 or 995770. OLE color: 995770.

HSL color Cylindrical-coordinate representation of color #BA310F: hue angle of 11.93º degrees, saturation: 0.85, 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 #BA310F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 15 -
CMYK 0 0.74 0.92 0.27
HSL 11.93º 0.85% 0.39% -
HSV(B) 11.93º 0.92% 0.73% -
XYZ 21.43 12.67 1.77 -
YUV 86.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 186 49 15 0 0.74 0.92 0.27 11.93 0.85 0.39
Hex BA 31 F 0 4A 5C 1B C 55 27
Octal 272 61 17 0 112 134 33 14 125 47
Binary 10111010 110001 1111 0 1001010 1011100 11011 1100 1010101 100111

Color Harmonies of #BA310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA310F

Black with #BA310F

Text Example


Text Example

White with #BA310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA310F; }

 p { color: rgb(186,49,15); }

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

background-color css

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

 a { background-color: rgb(186,49,15); }

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

border-color css

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

 span { border-color: rgb(186,49,15); }

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