Html Css Color HEX #BA2C06 Harley Davidson Orange

📋 copy color: '#BA2C06'

red 186 ◦ green 44 ◦ blue 6

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

Shades of Harley Davidson Orange #BA2C06

Tints of Harley Davidson Orange #BA2C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 78.81%
G = 18.64%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA2C06 (or 0xBA2C06) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 06. RGB value is (186,44,6). Sum of RGB (Red+Green+Blue) = 186+44+6=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C06 is #45D3F9. Grayscale: #525252. Windows color (decimal): -4576250 or 404666. OLE color: 404666.

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

Color convert

RGB 186 44 6 -
CMYK 0 0.76 0.97 0.27
HSL 12.67º 0.94% 0.38% -
HSV(B) 12.67º 0.97% 0.73% -
XYZ 21.18 12.25 1.42 -
YUV 82.13 85.04 202.09 -
System Red Green Blue C M Y K H S L
Decimal 186 44 6 0 0.76 0.97 0.27 12.67 0.94 0.38
Hex BA 2C 6 0 4C 61 1B D 5E 26
Octal 272 54 6 0 114 141 33 15 136 46
Binary 10111010 101100 110 0 1001100 1100001 11011 1101 1011110 100110

Color Harmonies of #BA2C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C06

Black with #BA2C06

Text Example


Text Example

White with #BA2C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C06; }

 p { color: rgb(186,44,6); }

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

background-color css

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

 a { background-color: rgb(186,44,6); }

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

border-color css

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

 span { border-color: rgb(186,44,6); }

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