#BC300A

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

Shades of Harley Davidson Orange #BC300A

Tints of Harley Davidson Orange #BC300A

Color information

#BC300A (or 0xBC300A) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 30 and 0A. RGB value is (188,48,10). Sum of RGB (Red+Green+Blue) = 188+48+10=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC300A is #43CFF5. Grayscale: #555555. Windows color (decimal): -4444150 or 667836. OLE color: 667836.

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

Color convert

RGB1884810-
CMYK00.740.950.26
HSL12.81º89.9%38.82%-
HSV(B)12.81º94.68%73.73%-
XYZ21.8512.831.61-
YUV85.5385.38201.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.42%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=76.42%
G=19.51%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188481000.740.950.2612.8189.938.82
HexBC30A04A5F1Ad5a27
Octal27460120112137321513247
Binary1011110011000010100100101010111111101011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC300A; }

 p { color: rgb(188,48,10); }

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

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

 a { background-color: rgb(188,48,10); }

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

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

 span { border-color: rgb(188,48,10); }

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