Html Css Color HEX #BC300B Harley Davidson Orange
📋 copy color: '#BC300B'red 188 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #BC300B
Tints of Harley Davidson Orange #BC300B
RGB
CMYK
RGB Variations
Color information
#BC300B (or 0xBC300B) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 0B. RGB value is (188,48,11). Sum of RGB (Red+Green+Blue) = 188+48+11=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC300B is #43CFF4. Grayscale: #555555. Windows color (decimal): -4444149 or 733372. OLE color: 733372.
HSL color Cylindrical-coordinate representation of color #BC300B: hue angle of 12.54º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC300B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.26 |
| HSL | 12.54º | 0.89% | 0.39% | - |
| HSV(B) | 12.54º | 0.94% | 0.74% | - |
| XYZ | 21.86 | 12.83 | 1.64 | - |
| YUV | 85.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 11 | 0 | 0.74 | 0.94 | 0.26 | 12.54 | 0.89 | 0.39 |
| Hex | BC | 30 | B | 0 | 4A | 5E | 1A | D | 59 | 27 |
| Octal | 274 | 60 | 13 | 0 | 112 | 136 | 32 | 15 | 131 | 47 |
| Binary | 10111100 | 110000 | 1011 | 0 | 1001010 | 1011110 | 11010 | 1101 | 1011001 | 100111 |
Color Harmonies of #BC300B
Complementary color
Monochromatic Colors of #BC300B
Black with #BC300B
Text Example
Text Example
White with #BC300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC300B; }
p { color: rgb(188,48,11); }
H1.HeaderClassName
{
color: #BC300B;
}
.AnyTagClassName
{
color: #BC300B;
}
</style>
background-color css
<style>
a { background-color: #BC300B; }
a { background-color: rgb(188,48,11); }
div.DivClassName
{
background-color: #BC300B;
}
.BgClassName
{
background-color: #BC300B;
}
</style>
border-color css
<style>
span { border-color: #BC300B; }
span { border-color: rgb(188,48,11); }
td.TdClassName
{
border-color: #BC300B;
}
.TagClassName
{
border-color: #BC300B;
}
</style>