Html Css Color HEX #BC301B Harley Davidson Orange
📋 copy color: '#BC301B'red 188 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #BC301B
Tints of Harley Davidson Orange #BC301B
RGB
CMYK
RGB Variations
Color information
#BC301B (or 0xBC301B) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 1B. RGB value is (188,48,27). Sum of RGB (Red+Green+Blue) = 188+48+27=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC301B is #43CFE4. Grayscale: #575757. Windows color (decimal): -4444133 or 1781948. OLE color: 1781948.
HSL color Cylindrical-coordinate representation of color #BC301B: hue angle of 7.83º degrees, saturation: 0.75, 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 #BC301B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.26 |
| HSL | 7.83º | 0.75% | 0.42% | - |
| HSV(B) | 7.83º | 0.86% | 0.74% | - |
| XYZ | 21.99 | 12.88 | 2.36 | - |
| YUV | 87.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 27 | 0 | 0.74 | 0.86 | 0.26 | 7.83 | 0.75 | 0.42 |
| Hex | BC | 30 | 1B | 0 | 4A | 56 | 1A | 8 | 4B | 2A |
| Octal | 274 | 60 | 33 | 0 | 112 | 126 | 32 | 10 | 113 | 52 |
| Binary | 10111100 | 110000 | 11011 | 0 | 1001010 | 1010110 | 11010 | 1000 | 1001011 | 101010 |
Color Harmonies of #BC301B
Complementary color
Monochromatic Colors of #BC301B
Black with #BC301B
Text Example
Text Example
White with #BC301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC301B; }
p { color: rgb(188,48,27); }
H1.HeaderClassName
{
color: #BC301B;
}
.AnyTagClassName
{
color: #BC301B;
}
</style>
background-color css
<style>
a { background-color: #BC301B; }
a { background-color: rgb(188,48,27); }
div.DivClassName
{
background-color: #BC301B;
}
.BgClassName
{
background-color: #BC301B;
}
</style>
border-color css
<style>
span { border-color: #BC301B; }
span { border-color: rgb(188,48,27); }
td.TdClassName
{
border-color: #BC301B;
}
.TagClassName
{
border-color: #BC301B;
}
</style>