#BA2B00

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

Shades of Harley Davidson Orange #BA2B00

Tints of Harley Davidson Orange #BA2B00

Color information

#BA2B00 (or 0xBA2B00) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2B and 00. RGB value is (186,43,0). Sum of RGB (Red+Green+Blue) = 186+43+0=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B00 is #45D4FF. Grayscale: #515151. Windows color (decimal): -4576512 or 11194. OLE color: 11194.

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

Color convert

RGB186430-
CMYK00.7710.27
HSL13.87º100%36.47%-
HSV(B)13.87º100%72.94%-
XYZ21.1112.171.24-
YUV80.8582.38203-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.22%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.22%
G=18.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18643000.7710.2713.8710036.47
HexBA2B004D641Be6424
Octal2725300115144331614444
Binary1011101010101100100110111001001101111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B00; }

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

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

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

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

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

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

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

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