Html Css Color HEX #BA2205 Harley Davidson Orange

📋 copy color: '#BA2205'

red 186 ◦ green 34 ◦ blue 5

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

Shades of Harley Davidson Orange #BA2205

Tints of Harley Davidson Orange #BA2205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

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

R = 82.67%
G = 15.11%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA2205 (or 0xBA2205) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 05. RGB value is (186,34,5). Sum of RGB (Red+Green+Blue) = 186+34+5=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2205 is #45DDFA. Grayscale: #4C4C4C. Windows color (decimal): -4578811 or 336570. OLE color: 336570.

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

Color convert

RGB 186 34 5 -
CMYK 0 0.82 0.97 0.27
HSL 9.61º 0.95% 0.37% -
HSV(B) 9.61º 0.97% 0.73% -
XYZ 20.85 11.59 1.28 -
YUV 76.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 186 34 5 0 0.82 0.97 0.27 9.61 0.95 0.37
Hex BA 22 5 0 52 61 1B A 5F 25
Octal 272 42 5 0 122 141 33 12 137 45
Binary 10111010 100010 101 0 1010010 1100001 11011 1010 1011111 100101

Color Harmonies of #BA2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2205

Black with #BA2205

Text Example


Text Example

White with #BA2205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2205; }

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

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

background-color css

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

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

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

border-color css

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

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

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