Html Css Color HEX #BC2803 Harley Davidson Orange
📋 copy color: '#BC2803'red 188 ◦ green 40 ◦ blue 3
Shades of Harley Davidson Orange #BC2803
Tints of Harley Davidson Orange #BC2803
RGB
CMYK
RGB Variations
Color information
#BC2803 (or 0xBC2803) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 03. RGB value is (188,40,3). Sum of RGB (Red+Green+Blue) = 188+40+3=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2803 is #43D7FC. Grayscale: #505050. Windows color (decimal): -4446205 or 207036. OLE color: 207036.
HSL color Cylindrical-coordinate representation of color #BC2803: hue angle of 12º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC2803 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.26 |
| HSL | 12º | 0.97% | 0.37% | - |
| HSV(B) | 12º | 0.98% | 0.74% | - |
| XYZ | 21.51 | 12.22 | 1.31 | - |
| YUV | 80.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 3 | 0 | 0.79 | 0.98 | 0.26 | 12 | 0.97 | 0.37 |
| Hex | BC | 28 | 3 | 0 | 4F | 62 | 1A | C | 61 | 25 |
| Octal | 274 | 50 | 3 | 0 | 117 | 142 | 32 | 14 | 141 | 45 |
| Binary | 10111100 | 101000 | 11 | 0 | 1001111 | 1100010 | 11010 | 1100 | 1100001 | 100101 |
Color Harmonies of #BC2803
Complementary color
Monochromatic Colors of #BC2803
Black with #BC2803
Text Example
Text Example
White with #BC2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2803; }
p { color: rgb(188,40,3); }
H1.HeaderClassName
{
color: #BC2803;
}
.AnyTagClassName
{
color: #BC2803;
}
</style>
background-color css
<style>
a { background-color: #BC2803; }
a { background-color: rgb(188,40,3); }
div.DivClassName
{
background-color: #BC2803;
}
.BgClassName
{
background-color: #BC2803;
}
</style>
border-color css
<style>
span { border-color: #BC2803; }
span { border-color: rgb(188,40,3); }
td.TdClassName
{
border-color: #BC2803;
}
.TagClassName
{
border-color: #BC2803;
}
</style>