Html Css Color HEX #BC2F12 Harley Davidson Orange
📋 copy color: '#BC2F12'red 188 ◦ green 47 ◦ blue 18
Shades of Harley Davidson Orange #BC2F12
Tints of Harley Davidson Orange #BC2F12
RGB
CMYK
RGB Variations
Color information
#BC2F12 (or 0xBC2F12) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 12. RGB value is (188,47,18). Sum of RGB (Red+Green+Blue) = 188+47+18=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F12 is #43D0ED. Grayscale: #565656. Windows color (decimal): -4444398 or 1191868. OLE color: 1191868.
HSL color Cylindrical-coordinate representation of color #BC2F12: hue angle of 10.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2F12 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 18 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.26 |
| HSL | 10.24º | 0.83% | 0.4% | - |
| HSV(B) | 10.24º | 0.9% | 0.74% | - |
| XYZ | 21.86 | 12.77 | 1.88 | - |
| YUV | 85.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 18 | 0 | 0.75 | 0.90 | 0.26 | 10.24 | 0.83 | 0.4 |
| Hex | BC | 2F | 12 | 0 | 4B | 5A | 1A | A | 53 | 28 |
| Octal | 274 | 57 | 22 | 0 | 113 | 132 | 32 | 12 | 123 | 50 |
| Binary | 10111100 | 101111 | 10010 | 0 | 1001011 | 1011010 | 11010 | 1010 | 1010011 | 101000 |
Color Harmonies of #BC2F12
Complementary color
Monochromatic Colors of #BC2F12
Black with #BC2F12
Text Example
Text Example
White with #BC2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F12; }
p { color: rgb(188,47,18); }
H1.HeaderClassName
{
color: #BC2F12;
}
.AnyTagClassName
{
color: #BC2F12;
}
</style>
background-color css
<style>
a { background-color: #BC2F12; }
a { background-color: rgb(188,47,18); }
div.DivClassName
{
background-color: #BC2F12;
}
.BgClassName
{
background-color: #BC2F12;
}
</style>
border-color css
<style>
span { border-color: #BC2F12; }
span { border-color: rgb(188,47,18); }
td.TdClassName
{
border-color: #BC2F12;
}
.TagClassName
{
border-color: #BC2F12;
}
</style>