Html Css Color HEX #BA301B Harley Davidson Orange

📋 copy color: '#BA301B'

red 186 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #BA301B

Tints of Harley Davidson Orange #BA301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 71.26%
G = 18.39%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA301B (or 0xBA301B) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 1B. RGB value is (186,48,27). Sum of RGB (Red+Green+Blue) = 186+48+27=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA301B is #45CFE4. Grayscale: #575757. Windows color (decimal): -4575205 or 1781946. OLE color: 1781946.

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

Color convert

RGB 186 48 27 -
CMYK 0 0.74 0.85 0.27
HSL 7.92º 0.75% 0.42% -
HSV(B) 7.92º 0.85% 0.73% -
XYZ 21.5 12.63 2.34 -
YUV 86.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 186 48 27 0 0.74 0.85 0.27 7.92 0.75 0.42
Hex BA 30 1B 0 4A 55 1B 8 4B 2A
Octal 272 60 33 0 112 125 33 10 113 52
Binary 10111010 110000 11011 0 1001010 1010101 11011 1000 1001011 101010

Color Harmonies of #BA301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA301B

Black with #BA301B

Text Example


Text Example

White with #BA301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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