Html Css Color HEX #BA1D05 Harley Davidson Orange

📋 copy color: '#BA1D05'

red 186 ◦ green 29 ◦ blue 5

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

Shades of Harley Davidson Orange #BA1D05

Tints of Harley Davidson Orange #BA1D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.18%

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 84.55%
G = 13.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA1D05 (or 0xBA1D05) is known color: Harley Davidson Orange. HEX triplet: BA, 1D and 05. RGB value is (186,29,5). Sum of RGB (Red+Green+Blue) = 186+29+5=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D05 is #45E2FA. Grayscale: #494949. Windows color (decimal): -4580091 or 335290. OLE color: 335290.

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

Color convert

RGB 186 29 5 -
CMYK 0 0.84 0.97 0.27
HSL 7.96º 0.95% 0.37% -
HSV(B) 7.96º 0.97% 0.73% -
XYZ 20.72 11.33 1.24 -
YUV 73.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 186 29 5 0 0.84 0.97 0.27 7.96 0.95 0.37
Hex BA 1D 5 0 54 61 1B 8 5F 25
Octal 272 35 5 0 124 141 33 10 137 45
Binary 10111010 11101 101 0 1010100 1100001 11011 1000 1011111 100101

Color Harmonies of #BA1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D05

Black with #BA1D05

Text Example


Text Example

White with #BA1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D05; }

 p { color: rgb(186,29,5); }

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

background-color css

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

 a { background-color: rgb(186,29,5); }

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

border-color css

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

 span { border-color: rgb(186,29,5); }

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