Html Css Color HEX #BA2208 Harley Davidson Orange

📋 copy color: '#BA2208'

red 186 ◦ green 34 ◦ blue 8

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

Shades of Harley Davidson Orange #BA2208

Tints of Harley Davidson Orange #BA2208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 81.58%
G = 14.91%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA2208 (or 0xBA2208) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 08. RGB value is (186,34,8). Sum of RGB (Red+Green+Blue) = 186+34+8=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2208 is #45DDF7. Grayscale: #4C4C4C. Windows color (decimal): -4578808 or 533178. OLE color: 533178.

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

Color convert

RGB 186 34 8 -
CMYK 0 0.82 0.96 0.27
HSL 8.76º 0.92% 0.38% -
HSV(B) 8.76º 0.96% 0.73% -
XYZ 20.87 11.6 1.37 -
YUV 76.48 89.36 206.11 -
System Red Green Blue C M Y K H S L
Decimal 186 34 8 0 0.82 0.96 0.27 8.76 0.92 0.38
Hex BA 22 8 0 52 60 1B 9 5C 26
Octal 272 42 10 0 122 140 33 11 134 46
Binary 10111010 100010 1000 0 1010010 1100000 11011 1001 1011100 100110

Color Harmonies of #BA2208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2208

Black with #BA2208

Text Example


Text Example

White with #BA2208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2208; }

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

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

background-color css

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

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

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

border-color css

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

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

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