#BC2D12

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

Shades of Harley Davidson Orange #BC2D12

Tints of Harley Davidson Orange #BC2D12

Color information

#BC2D12 (or 0xBC2D12) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2D and 12. RGB value is (188,45,18). Sum of RGB (Red+Green+Blue) = 188+45+18=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D12 is #43D2ED. Grayscale: #545454. Windows color (decimal): -4444910 or 1191356. OLE color: 1191356.

HSL color Cylindrical-coordinate representation of color #BC2D12: hue angle of 9.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2D12 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1884518-
CMYK00.760.900.26
HSL9.53º82.52%40.39%-
HSV(B)9.53º90.43%73.73%-
XYZ21.7912.611.86-
YUV84.6890.38201.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 74.90%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=74.90%
G=17.93%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188451800.760.900.269.5382.5240.39
HexBC2D1204C5A1Aa5328
Octal27455220114132321212350
Binary10111100101101100100100110010110101101010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D12; }

 p { color: rgb(188,45,18); }

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

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

 a { background-color: rgb(188,45,18); }

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

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

 span { border-color: rgb(188,45,18); }

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