#BC3107

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

Shades of Harley Davidson Orange #BC3107

Tints of Harley Davidson Orange #BC3107

Color information

#BC3107 (or 0xBC3107) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 31 and 07. RGB value is (188,49,7). Sum of RGB (Red+Green+Blue) = 188+49+7=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3107 is #43CEF8. Grayscale: #565656. Windows color (decimal): -4443897 or 471484. OLE color: 471484.

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

Color convert

RGB188497-
CMYK00.740.960.26
HSL13.92º92.82%38.24%-
HSV(B)13.92º96.28%73.73%-
XYZ21.8812.91.54-
YUV85.7783.55200.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.05%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 7 (3.12% from 255) = 2.87%
R=77.05%
G=20.08%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18849700.740.960.2613.9292.8238.24
HexBC31704A601Ae5d26
Octal2746170112140321613546
Binary101111001100011110100101011000001101011101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3107; }

 p { color: rgb(188,49,7); }

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

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

 a { background-color: rgb(188,49,7); }

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

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

 span { border-color: rgb(188,49,7); }

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