Html Css Color HEX #BC2D05 Harley Davidson Orange
📋 copy color: '#BC2D05'red 188 ◦ green 45 ◦ blue 5
Shades of Harley Davidson Orange #BC2D05
Tints of Harley Davidson Orange #BC2D05
RGB
CMYK
RGB Variations
Color information
#BC2D05 (or 0xBC2D05) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 05. RGB value is (188,45,5). Sum of RGB (Red+Green+Blue) = 188+45+5=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D05 is #43D2FA. Grayscale: #535353. Windows color (decimal): -4444923 or 339388. OLE color: 339388.
HSL color Cylindrical-coordinate representation of color #BC2D05: hue angle of 13.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC2D05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.26 |
| HSL | 13.11º | 0.95% | 0.38% | - |
| HSV(B) | 13.11º | 0.97% | 0.74% | - |
| XYZ | 21.7 | 12.58 | 1.43 | - |
| YUV | 83.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 5 | 0 | 0.76 | 0.97 | 0.26 | 13.11 | 0.95 | 0.38 |
| Hex | BC | 2D | 5 | 0 | 4C | 61 | 1A | D | 5F | 26 |
| Octal | 274 | 55 | 5 | 0 | 114 | 141 | 32 | 15 | 137 | 46 |
| Binary | 10111100 | 101101 | 101 | 0 | 1001100 | 1100001 | 11010 | 1101 | 1011111 | 100110 |
Color Harmonies of #BC2D05
Complementary color
Monochromatic Colors of #BC2D05
Black with #BC2D05
Text Example
Text Example
White with #BC2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D05; }
p { color: rgb(188,45,5); }
H1.HeaderClassName
{
color: #BC2D05;
}
.AnyTagClassName
{
color: #BC2D05;
}
</style>
background-color css
<style>
a { background-color: #BC2D05; }
a { background-color: rgb(188,45,5); }
div.DivClassName
{
background-color: #BC2D05;
}
.BgClassName
{
background-color: #BC2D05;
}
</style>
border-color css
<style>
span { border-color: #BC2D05; }
span { border-color: rgb(188,45,5); }
td.TdClassName
{
border-color: #BC2D05;
}
.TagClassName
{
border-color: #BC2D05;
}
</style>