#BC2B03

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

Shades of Harley Davidson Orange #BC2B03

Tints of Harley Davidson Orange #BC2B03

Color information

#BC2B03 (or 0xBC2B03) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2B and 03. RGB value is (188,43,3). Sum of RGB (Red+Green+Blue) = 188+43+3=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B03 is #43D4FC. Grayscale: #525252. Windows color (decimal): -4445437 or 207804. OLE color: 207804.

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

Color convert

RGB188433-
CMYK00.770.980.26
HSL12.97º96.86%37.45%-
HSV(B)12.97º98.4%73.73%-
XYZ21.6212.431.35-
YUV81.883.54203.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 80.34%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=80.34%
G=18.38%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18843300.770.980.2612.9796.8637.45
HexBC2B304D621Ad6125
Octal2745330115142321514145
Binary10111100101011110100110111000101101011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2B03; }

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

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

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

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

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

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

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

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