#BC260C

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

Shades of Harley Davidson Orange #BC260C

Tints of Harley Davidson Orange #BC260C

Color information

#BC260C (or 0xBC260C) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 26 and 0C. RGB value is (188,38,12). Sum of RGB (Red+Green+Blue) = 188+38+12=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC260C is #43D9F3. Grayscale: #505050. Windows color (decimal): -4446708 or 796348. OLE color: 796348.

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

Color convert

RGB1883812-
CMYK00.800.940.26
HSL8.86º88%39.22%-
HSV(B)8.86º93.62%73.73%-
XYZ21.512.11.55-
YUV79.8989.7205.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.99%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=78.99%
G=15.97%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188381200.800.940.268.868839.22
HexBC26C0505E1A95827
Octal27446140120136321113047
Binary1011110010011011000101000010111101101010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC260C; }

 p { color: rgb(188,38,12); }

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

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

 a { background-color: rgb(188,38,12); }

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

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

 span { border-color: rgb(188,38,12); }

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