Html Css Color HEX #BC2F10 Harley Davidson Orange
📋 copy color: '#BC2F10'red 188 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #BC2F10
Tints of Harley Davidson Orange #BC2F10
RGB
CMYK
RGB Variations
Color information
#BC2F10 (or 0xBC2F10) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 10. RGB value is (188,47,16). Sum of RGB (Red+Green+Blue) = 188+47+16=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F10 is #43D0EF. Grayscale: #555555. Windows color (decimal): -4444400 or 1060796. OLE color: 1060796.
HSL color Cylindrical-coordinate representation of color #BC2F10: hue angle of 10.81º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC2F10 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 16 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.26 |
| HSL | 10.81º | 0.84% | 0.4% | - |
| HSV(B) | 10.81º | 0.91% | 0.74% | - |
| XYZ | 21.85 | 12.76 | 1.8 | - |
| YUV | 85.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 16 | 0 | 0.75 | 0.91 | 0.26 | 10.81 | 0.84 | 0.4 |
| Hex | BC | 2F | 10 | 0 | 4B | 5B | 1A | B | 54 | 28 |
| Octal | 274 | 57 | 20 | 0 | 113 | 133 | 32 | 13 | 124 | 50 |
| Binary | 10111100 | 101111 | 10000 | 0 | 1001011 | 1011011 | 11010 | 1011 | 1010100 | 101000 |
Color Harmonies of #BC2F10
Complementary color
Monochromatic Colors of #BC2F10
Black with #BC2F10
Text Example
Text Example
White with #BC2F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F10; }
p { color: rgb(188,47,16); }
H1.HeaderClassName
{
color: #BC2F10;
}
.AnyTagClassName
{
color: #BC2F10;
}
</style>
background-color css
<style>
a { background-color: #BC2F10; }
a { background-color: rgb(188,47,16); }
div.DivClassName
{
background-color: #BC2F10;
}
.BgClassName
{
background-color: #BC2F10;
}
</style>
border-color css
<style>
span { border-color: #BC2F10; }
span { border-color: rgb(188,47,16); }
td.TdClassName
{
border-color: #BC2F10;
}
.TagClassName
{
border-color: #BC2F10;
}
</style>