Html Css Color HEX #BC2605 Harley Davidson Orange
📋 copy color: '#BC2605'red 188 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #BC2605
Tints of Harley Davidson Orange #BC2605
RGB
CMYK
RGB Variations
Color information
#BC2605 (or 0xBC2605) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 05. RGB value is (188,38,5). Sum of RGB (Red+Green+Blue) = 188+38+5=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2605 is #43D9FA. Grayscale: #4F4F4F. Windows color (decimal): -4446715 or 337596. OLE color: 337596.
HSL color Cylindrical-coordinate representation of color #BC2605: hue angle of 10.82º 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 #BC2605 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.26 |
| HSL | 10.82º | 0.95% | 0.38% | - |
| HSV(B) | 10.82º | 0.97% | 0.74% | - |
| XYZ | 21.46 | 12.09 | 1.35 | - |
| YUV | 79.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 5 | 0 | 0.80 | 0.97 | 0.26 | 10.82 | 0.95 | 0.38 |
| Hex | BC | 26 | 5 | 0 | 50 | 61 | 1A | B | 5F | 26 |
| Octal | 274 | 46 | 5 | 0 | 120 | 141 | 32 | 13 | 137 | 46 |
| Binary | 10111100 | 100110 | 101 | 0 | 1010000 | 1100001 | 11010 | 1011 | 1011111 | 100110 |
Color Harmonies of #BC2605
Complementary color
Monochromatic Colors of #BC2605
Black with #BC2605
Text Example
Text Example
White with #BC2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2605; }
p { color: rgb(188,38,5); }
H1.HeaderClassName
{
color: #BC2605;
}
.AnyTagClassName
{
color: #BC2605;
}
</style>
background-color css
<style>
a { background-color: #BC2605; }
a { background-color: rgb(188,38,5); }
div.DivClassName
{
background-color: #BC2605;
}
.BgClassName
{
background-color: #BC2605;
}
</style>
border-color css
<style>
span { border-color: #BC2605; }
span { border-color: rgb(188,38,5); }
td.TdClassName
{
border-color: #BC2605;
}
.TagClassName
{
border-color: #BC2605;
}
</style>