#BC2B06

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

Shades of Harley Davidson Orange #BC2B06

Tints of Harley Davidson Orange #BC2B06

Color information

#BC2B06 (or 0xBC2B06) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 2B and 06. RGB value is (188,43,6). Sum of RGB (Red+Green+Blue) = 188+43+6=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B06 is #43D4F9. Grayscale: #525252. Windows color (decimal): -4445434 or 404412. OLE color: 404412.

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

Color convert

RGB188436-
CMYK00.770.970.26
HSL12.2º93.81%38.04%-
HSV(B)12.2º96.81%73.73%-
XYZ21.6412.431.43-
YUV82.1485.04203.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.32%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 6 (2.73% from 255) = 2.53%
R=79.32%
G=18.14%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18843600.770.970.2612.293.8138.04
HexBC2B604D611Ac5e26
Octal2745360115141321413646
Binary101111001010111100100110111000011101011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2B06; }

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

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

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

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

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

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

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

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