#BA2E06

Color #BA2E06 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BA2E06

Tints of Harley Davidson Orange #BA2E06

Color information

#BA2E06 (or 0xBA2E06) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2E and 06. RGB value is (186,46,6). Sum of RGB (Red+Green+Blue) = 186+46+6=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E06 is #45D1F9. Grayscale: #535353. Windows color (decimal): -4575738 or 405178. OLE color: 405178.

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

Color convert

RGB186466-
CMYK00.750.970.27
HSL13.33º93.75%37.65%-
HSV(B)13.33º96.77%72.94%-
XYZ21.2612.411.45-
YUV83.384.38201.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.15%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 6 (2.73% from 255) = 2.52%
R=78.15%
G=19.33%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18646600.750.970.2713.3393.7537.65
HexBA2E604B611Bd5e26
Octal2725660113141331513646
Binary101110101011101100100101111000011101111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E06; }

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

 H1.HeaderClassName
 {
   color: #BA2E06;
 }
 .AnyTagClassName
 {
   color: #BA2E06;
 }
</style>
background-color css

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

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

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

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

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

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