Html Css Color HEX #BC301A Harley Davidson Orange
📋 copy color: '#BC301A'red 188 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #BC301A
Tints of Harley Davidson Orange #BC301A
RGB
CMYK
RGB Variations
Color information
#BC301A (or 0xBC301A) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 1A. RGB value is (188,48,26). Sum of RGB (Red+Green+Blue) = 188+48+26=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC301A is #43CFE5. Grayscale: #575757. Windows color (decimal): -4444134 or 1716412. OLE color: 1716412.
HSL color Cylindrical-coordinate representation of color #BC301A: hue angle of 8.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC301A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 26 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.26 |
| HSL | 8.15º | 0.76% | 0.42% | - |
| HSV(B) | 8.15º | 0.86% | 0.74% | - |
| XYZ | 21.98 | 12.88 | 2.3 | - |
| YUV | 87.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 26 | 0 | 0.74 | 0.86 | 0.26 | 8.15 | 0.76 | 0.42 |
| Hex | BC | 30 | 1A | 0 | 4A | 56 | 1A | 8 | 4C | 2A |
| Octal | 274 | 60 | 32 | 0 | 112 | 126 | 32 | 10 | 114 | 52 |
| Binary | 10111100 | 110000 | 11010 | 0 | 1001010 | 1010110 | 11010 | 1000 | 1001100 | 101010 |
Color Harmonies of #BC301A
Complementary color
Monochromatic Colors of #BC301A
Black with #BC301A
Text Example
Text Example
White with #BC301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC301A; }
p { color: rgb(188,48,26); }
H1.HeaderClassName
{
color: #BC301A;
}
.AnyTagClassName
{
color: #BC301A;
}
</style>
background-color css
<style>
a { background-color: #BC301A; }
a { background-color: rgb(188,48,26); }
div.DivClassName
{
background-color: #BC301A;
}
.BgClassName
{
background-color: #BC301A;
}
</style>
border-color css
<style>
span { border-color: #BC301A; }
span { border-color: rgb(188,48,26); }
td.TdClassName
{
border-color: #BC301A;
}
.TagClassName
{
border-color: #BC301A;
}
</style>