Html Css Color HEX #BC2F18 Harley Davidson Orange
📋 copy color: '#BC2F18'red 188 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #BC2F18
Tints of Harley Davidson Orange #BC2F18
RGB
CMYK
RGB Variations
Color information
#BC2F18 (or 0xBC2F18) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 18. RGB value is (188,47,24). Sum of RGB (Red+Green+Blue) = 188+47+24=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F18 is #43D0E7. Grayscale: #565656. Windows color (decimal): -4444392 or 1585084. OLE color: 1585084.
HSL color Cylindrical-coordinate representation of color #BC2F18: hue angle of 8.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC2F18 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 24 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.26 |
| HSL | 8.41º | 0.77% | 0.42% | - |
| HSV(B) | 8.41º | 0.87% | 0.74% | - |
| XYZ | 21.92 | 12.79 | 2.18 | - |
| YUV | 86.54 | 92.71 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 24 | 0 | 0.75 | 0.87 | 0.26 | 8.41 | 0.77 | 0.42 |
| Hex | BC | 2F | 18 | 0 | 4B | 57 | 1A | 8 | 4D | 2A |
| Octal | 274 | 57 | 30 | 0 | 113 | 127 | 32 | 10 | 115 | 52 |
| Binary | 10111100 | 101111 | 11000 | 0 | 1001011 | 1010111 | 11010 | 1000 | 1001101 | 101010 |
Color Harmonies of #BC2F18
Complementary color
Monochromatic Colors of #BC2F18
Black with #BC2F18
Text Example
Text Example
White with #BC2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F18; }
p { color: rgb(188,47,24); }
H1.HeaderClassName
{
color: #BC2F18;
}
.AnyTagClassName
{
color: #BC2F18;
}
</style>
background-color css
<style>
a { background-color: #BC2F18; }
a { background-color: rgb(188,47,24); }
div.DivClassName
{
background-color: #BC2F18;
}
.BgClassName
{
background-color: #BC2F18;
}
</style>
border-color css
<style>
span { border-color: #BC2F18; }
span { border-color: rgb(188,47,24); }
td.TdClassName
{
border-color: #BC2F18;
}
.TagClassName
{
border-color: #BC2F18;
}
</style>