Html Css Color HEX #BC2800 Harley Davidson Orange
📋 copy color: '#BC2800'red 188 ◦ green 40 ◦ blue 0
Shades of Harley Davidson Orange #BC2800
Tints of Harley Davidson Orange #BC2800
RGB
CMYK
RGB Variations
Color information
#BC2800 (or 0xBC2800) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 00. RGB value is (188,40,0). Sum of RGB (Red+Green+Blue) = 188+40+0=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2800 is #43D7FF. Grayscale: #505050. Windows color (decimal): -4446208 or 10428. OLE color: 10428.
HSL color Cylindrical-coordinate representation of color #BC2800: hue angle of 12.77º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC2800 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.26 |
| HSL | 12.77º | 1% | 0.37% | - |
| HSV(B) | 12.77º | 1% | 0.74% | - |
| XYZ | 21.5 | 12.21 | 1.22 | - |
| YUV | 79.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 0 | 0 | 0.79 | 1 | 0.26 | 12.77 | 1 | 0.37 |
| Hex | BC | 28 | 0 | 0 | 4F | 64 | 1A | D | 64 | 25 |
| Octal | 274 | 50 | 0 | 0 | 117 | 144 | 32 | 15 | 144 | 45 |
| Binary | 10111100 | 101000 | 0 | 0 | 1001111 | 1100100 | 11010 | 1101 | 1100100 | 100101 |
Color Harmonies of #BC2800
Complementary color
Monochromatic Colors of #BC2800
Black with #BC2800
Text Example
Text Example
White with #BC2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2800; }
p { color: rgb(188,40,0); }
H1.HeaderClassName
{
color: #BC2800;
}
.AnyTagClassName
{
color: #BC2800;
}
</style>
background-color css
<style>
a { background-color: #BC2800; }
a { background-color: rgb(188,40,0); }
div.DivClassName
{
background-color: #BC2800;
}
.BgClassName
{
background-color: #BC2800;
}
</style>
border-color css
<style>
span { border-color: #BC2800; }
span { border-color: rgb(188,40,0); }
td.TdClassName
{
border-color: #BC2800;
}
.TagClassName
{
border-color: #BC2800;
}
</style>