Html Css Color HEX #BC300D Harley Davidson Orange
📋 copy color: '#BC300D'red 188 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #BC300D
Tints of Harley Davidson Orange #BC300D
RGB
CMYK
RGB Variations
Color information
#BC300D (or 0xBC300D) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 0D. RGB value is (188,48,13). Sum of RGB (Red+Green+Blue) = 188+48+13=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC300D is #43CFF2. Grayscale: #565656. Windows color (decimal): -4444147 or 864444. OLE color: 864444.
HSL color Cylindrical-coordinate representation of color #BC300D: hue angle of 12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC300D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.26 |
| HSL | 12º | 0.87% | 0.39% | - |
| HSV(B) | 12º | 0.93% | 0.74% | - |
| XYZ | 21.87 | 12.83 | 1.71 | - |
| YUV | 85.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 13 | 0 | 0.74 | 0.93 | 0.26 | 12 | 0.87 | 0.39 |
| Hex | BC | 30 | D | 0 | 4A | 5D | 1A | C | 57 | 27 |
| Octal | 274 | 60 | 15 | 0 | 112 | 135 | 32 | 14 | 127 | 47 |
| Binary | 10111100 | 110000 | 1101 | 0 | 1001010 | 1011101 | 11010 | 1100 | 1010111 | 100111 |
Color Harmonies of #BC300D
Complementary color
Monochromatic Colors of #BC300D
Black with #BC300D
Text Example
Text Example
White with #BC300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC300D; }
p { color: rgb(188,48,13); }
H1.HeaderClassName
{
color: #BC300D;
}
.AnyTagClassName
{
color: #BC300D;
}
</style>
background-color css
<style>
a { background-color: #BC300D; }
a { background-color: rgb(188,48,13); }
div.DivClassName
{
background-color: #BC300D;
}
.BgClassName
{
background-color: #BC300D;
}
</style>
border-color css
<style>
span { border-color: #BC300D; }
span { border-color: rgb(188,48,13); }
td.TdClassName
{
border-color: #BC300D;
}
.TagClassName
{
border-color: #BC300D;
}
</style>