Html Css Color HEX #BA300F Harley Davidson Orange

📋 copy color: '#BA300F'

red 186 ◦ green 48 ◦ blue 15

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

Shades of Harley Davidson Orange #BA300F

Tints of Harley Davidson Orange #BA300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 74.7%
G = 19.28%
B = 6.02%

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

#BA300F (or 0xBA300F) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 0F. RGB value is (186,48,15). Sum of RGB (Red+Green+Blue) = 186+48+15=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA300F is #45CFF0. Grayscale: #555555. Windows color (decimal): -4575217 or 995514. OLE color: 995514.

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

Color convert

RGB 186 48 15 -
CMYK 0 0.74 0.92 0.27
HSL 11.58º 0.85% 0.39% -
HSV(B) 11.58º 0.92% 0.73% -
XYZ 21.39 12.59 1.75 -
YUV 85.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 186 48 15 0 0.74 0.92 0.27 11.58 0.85 0.39
Hex BA 30 F 0 4A 5C 1B C 55 27
Octal 272 60 17 0 112 134 33 14 125 47
Binary 10111010 110000 1111 0 1001010 1011100 11011 1100 1010101 100111

Color Harmonies of #BA300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA300F

Black with #BA300F

Text Example


Text Example

White with #BA300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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