#BA2B08

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

Shades of Harley Davidson Orange #BA2B08

Tints of Harley Davidson Orange #BA2B08

Color information

#BA2B08 (or 0xBA2B08) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 2B and 08. RGB value is (186,43,8). Sum of RGB (Red+Green+Blue) = 186+43+8=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B08 is #45D4F7. Grayscale: #525252. Windows color (decimal): -4576504 or 535482. OLE color: 535482.

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

Color convert

RGB186438-
CMYK00.770.960.27
HSL11.8º91.75%38.04%-
HSV(B)11.8º95.7%72.94%-
XYZ21.1612.181.47-
YUV81.7786.38202.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=78.48%
G=18.14%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18643800.770.960.2711.891.7538.04
HexBA2B804D601Bc5c26
Octal27253100115140331413446
Binary1011101010101110000100110111000001101111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B08; }

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

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

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

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

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

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

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

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