#BC2002

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

Shades of Harley Davidson Orange #BC2002

Tints of Harley Davidson Orange #BC2002

Color information

#BC2002 (or 0xBC2002) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 20 and 02. RGB value is (188,32,2). Sum of RGB (Red+Green+Blue) = 188+32+2=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2002 is #43DFFD. Grayscale: #4B4B4B. Windows color (decimal): -4448254 or 139452. OLE color: 139452.

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

Color convert

RGB188322-
CMYK00.830.990.26
HSL9.68º97.89%37.25%-
HSV(B)9.68º98.94%73.73%-
XYZ21.2711.731.2-
YUV75.2286.68208.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 84.68%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=84.68%
G=14.41%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18832200.830.990.269.6897.8937.25
HexBC202053631Aa6225
Octal2744020123143321214245
Binary10111100100000100101001111000111101010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2002; }

 p { color: rgb(188,32,2); }

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

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

 a { background-color: rgb(188,32,2); }

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

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

 span { border-color: rgb(188,32,2); }

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