Html Css Color HEX #BC2409 Harley Davidson Orange
📋 copy color: '#BC2409'red 188 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #BC2409
Tints of Harley Davidson Orange #BC2409
RGB
CMYK
RGB Variations
Color information
#BC2409 (or 0xBC2409) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 09. RGB value is (188,36,9). Sum of RGB (Red+Green+Blue) = 188+36+9=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2409 is #43DBF6. Grayscale: #4E4E4E. Windows color (decimal): -4447223 or 599228. OLE color: 599228.
HSL color Cylindrical-coordinate representation of color #BC2409: hue angle of 9.05º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC2409 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 9 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.26 |
| HSL | 9.05º | 0.91% | 0.39% | - |
| HSV(B) | 9.05º | 0.95% | 0.74% | - |
| XYZ | 21.42 | 11.97 | 1.44 | - |
| YUV | 78.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 9 | 0 | 0.81 | 0.95 | 0.26 | 9.05 | 0.91 | 0.39 |
| Hex | BC | 24 | 9 | 0 | 51 | 5F | 1A | 9 | 5B | 27 |
| Octal | 274 | 44 | 11 | 0 | 121 | 137 | 32 | 11 | 133 | 47 |
| Binary | 10111100 | 100100 | 1001 | 0 | 1010001 | 1011111 | 11010 | 1001 | 1011011 | 100111 |
Color Harmonies of #BC2409
Complementary color
Monochromatic Colors of #BC2409
Black with #BC2409
Text Example
Text Example
White with #BC2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2409; }
p { color: rgb(188,36,9); }
H1.HeaderClassName
{
color: #BC2409;
}
.AnyTagClassName
{
color: #BC2409;
}
</style>
background-color css
<style>
a { background-color: #BC2409; }
a { background-color: rgb(188,36,9); }
div.DivClassName
{
background-color: #BC2409;
}
.BgClassName
{
background-color: #BC2409;
}
</style>
border-color css
<style>
span { border-color: #BC2409; }
span { border-color: rgb(188,36,9); }
td.TdClassName
{
border-color: #BC2409;
}
.TagClassName
{
border-color: #BC2409;
}
</style>