Html Css Color HEX #BA220C Harley Davidson Orange

📋 copy color: '#BA220C'

red 186 ◦ green 34 ◦ blue 12

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

Shades of Harley Davidson Orange #BA220C

Tints of Harley Davidson Orange #BA220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 80.17%
G = 14.66%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA220C (or 0xBA220C) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 0C. RGB value is (186,34,12). Sum of RGB (Red+Green+Blue) = 186+34+12=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA220C is #45DDF3. Grayscale: #4D4D4D. Windows color (decimal): -4578804 or 795322. OLE color: 795322.

HSL color Cylindrical-coordinate representation of color #BA220C: hue angle of 7.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA220C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 12 -
CMYK 0 0.82 0.94 0.27
HSL 7.59º 0.88% 0.39% -
HSV(B) 7.59º 0.94% 0.73% -
XYZ 20.89 11.61 1.49 -
YUV 76.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 186 34 12 0 0.82 0.94 0.27 7.59 0.88 0.39
Hex BA 22 C 0 52 5E 1B 8 58 27
Octal 272 42 14 0 122 136 33 10 130 47
Binary 10111010 100010 1100 0 1010010 1011110 11011 1000 1011000 100111

Color Harmonies of #BA220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA220C

Black with #BA220C

Text Example


Text Example

White with #BA220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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