Html Css Color HEX #BC310A Harley Davidson Orange
📋 copy color: '#BC310A'red 188 ◦ green 49 ◦ blue 10
Shades of Harley Davidson Orange #BC310A
Tints of Harley Davidson Orange #BC310A
RGB
CMYK
RGB Variations
Color information
#BC310A (or 0xBC310A) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 0A. RGB value is (188,49,10). Sum of RGB (Red+Green+Blue) = 188+49+10=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC310A is #43CEF5. Grayscale: #565656. Windows color (decimal): -4443894 or 668092. OLE color: 668092.
HSL color Cylindrical-coordinate representation of color #BC310A: hue angle of 13.15º 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 #BC310A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.26 |
| HSL | 13.15º | 0.9% | 0.39% | - |
| HSV(B) | 13.15º | 0.95% | 0.74% | - |
| XYZ | 21.89 | 12.91 | 1.63 | - |
| YUV | 86.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 10 | 0 | 0.74 | 0.95 | 0.26 | 13.15 | 0.9 | 0.39 |
| Hex | BC | 31 | A | 0 | 4A | 5F | 1A | D | 5A | 27 |
| Octal | 274 | 61 | 12 | 0 | 112 | 137 | 32 | 15 | 132 | 47 |
| Binary | 10111100 | 110001 | 1010 | 0 | 1001010 | 1011111 | 11010 | 1101 | 1011010 | 100111 |
Color Harmonies of #BC310A
Complementary color
Monochromatic Colors of #BC310A
Black with #BC310A
Text Example
Text Example
White with #BC310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC310A; }
p { color: rgb(188,49,10); }
H1.HeaderClassName
{
color: #BC310A;
}
.AnyTagClassName
{
color: #BC310A;
}
</style>
background-color css
<style>
a { background-color: #BC310A; }
a { background-color: rgb(188,49,10); }
div.DivClassName
{
background-color: #BC310A;
}
.BgClassName
{
background-color: #BC310A;
}
</style>
border-color css
<style>
span { border-color: #BC310A; }
span { border-color: rgb(188,49,10); }
td.TdClassName
{
border-color: #BC310A;
}
.TagClassName
{
border-color: #BC310A;
}
</style>