#BC2B0D

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

Shades of Harley Davidson Orange #BC2B0D

Tints of Harley Davidson Orange #BC2B0D

Color information

#BC2B0D (or 0xBC2B0D) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2B and 0D. RGB value is (188,43,13). Sum of RGB (Red+Green+Blue) = 188+43+13=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B0D is #43D4F2. Grayscale: #535353. Windows color (decimal): -4445427 or 863164. OLE color: 863164.

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

Color convert

RGB1884313-
CMYK00.770.930.26
HSL10.29º87.06%39.41%-
HSV(B)10.29º93.09%73.73%-
XYZ21.6812.451.64-
YUV82.9488.54202.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.05%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=77.05%
G=17.62%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188431300.770.930.2610.2987.0639.41
HexBC2BD04D5D1Aa5727
Octal27453150115135321212747
Binary1011110010101111010100110110111011101010101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2B0D; }

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

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

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

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

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

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

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

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