#BC2E02

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

Shades of Harley Davidson Orange #BC2E02

Tints of Harley Davidson Orange #BC2E02

Color information

#BC2E02 (or 0xBC2E02) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2E and 02. RGB value is (188,46,2). Sum of RGB (Red+Green+Blue) = 188+46+2=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E02 is #43D1FD. Grayscale: #535353. Windows color (decimal): -4444670 or 143036. OLE color: 143036.

HSL color Cylindrical-coordinate representation of color #BC2E02: hue angle of 14.19º 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 #BC2E02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB188462-
CMYK00.760.990.26
HSL14.19º97.89%37.25%-
HSV(B)14.19º98.94%73.73%-
XYZ21.7312.651.35-
YUV83.4482.04202.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.66%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=79.66%
G=19.49%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18846200.760.990.2614.1997.8937.25
HexBC2E204C631Ae6225
Octal2745620114143321614245
Binary10111100101110100100110011000111101011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2E02; }

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

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

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

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

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

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

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

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