#BC2B01

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

Shades of Harley Davidson Orange #BC2B01

Tints of Harley Davidson Orange #BC2B01

Color information

#BC2B01 (or 0xBC2B01) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2B and 01. RGB value is (188,43,1). Sum of RGB (Red+Green+Blue) = 188+43+1=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B01 is #43D4FE. Grayscale: #515151. Windows color (decimal): -4445439 or 76732. OLE color: 76732.

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

Color convert

RGB188431-
CMYK00.770.990.26
HSL13.48º98.94%37.06%-
HSV(B)13.48º99.47%73.73%-
XYZ21.6112.421.29-
YUV81.5782.54203.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 81.03%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=81.03%
G=18.53%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18843100.770.990.2613.4898.9437.06
HexBC2B104D631Ad6325
Octal2745310115143321514345
Binary1011110010101110100110111000111101011011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2B01; }

 p { color: rgb(188,43,1); }

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

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

 a { background-color: rgb(188,43,1); }

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

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

 span { border-color: rgb(188,43,1); }

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