#BA2B02

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

Shades of Harley Davidson Orange #BA2B02

Tints of Harley Davidson Orange #BA2B02

Color information

#BA2B02 (or 0xBA2B02) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2B and 02. RGB value is (186,43,2). Sum of RGB (Red+Green+Blue) = 186+43+2=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B02 is #45D4FD. Grayscale: #515151. Windows color (decimal): -4576510 or 142266. OLE color: 142266.

HSL color Cylindrical-coordinate representation of color #BA2B02: hue angle of 13.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2B02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186432-
CMYK00.770.990.27
HSL13.37º97.87%36.86%-
HSV(B)13.37º98.92%72.94%-
XYZ21.1212.171.29-
YUV81.0883.38202.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.52%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=80.52%
G=18.61%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18643200.770.990.2713.3797.8736.86
HexBA2B204D631Bd6225
Octal2725320115143331514245
Binary10111010101011100100110111000111101111011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B02; }

 p { color: rgb(186,43,2); }

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

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

 a { background-color: rgb(186,43,2); }

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

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

 span { border-color: rgb(186,43,2); }

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