Html Css Color HEX #BC2B09 Harley Davidson Orange
📋 copy color: '#BC2B09'red 188 ◦ green 43 ◦ blue 9
Shades of Harley Davidson Orange #BC2B09
Tints of Harley Davidson Orange #BC2B09
RGB
CMYK
RGB Variations
Color information
#BC2B09 (or 0xBC2B09) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 09. RGB value is (188,43,9). Sum of RGB (Red+Green+Blue) = 188+43+9=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B09 is #43D4F6. Grayscale: #525252. Windows color (decimal): -4445431 or 601020. OLE color: 601020.
HSL color Cylindrical-coordinate representation of color #BC2B09: hue angle of 11.4º 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 #BC2B09 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.26 |
| HSL | 11.4º | 0.91% | 0.39% | - |
| HSV(B) | 11.4º | 0.95% | 0.74% | - |
| XYZ | 21.65 | 12.44 | 1.52 | - |
| YUV | 82.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 9 | 0 | 0.77 | 0.95 | 0.26 | 11.4 | 0.91 | 0.39 |
| Hex | BC | 2B | 9 | 0 | 4D | 5F | 1A | B | 5B | 27 |
| Octal | 274 | 53 | 11 | 0 | 115 | 137 | 32 | 13 | 133 | 47 |
| Binary | 10111100 | 101011 | 1001 | 0 | 1001101 | 1011111 | 11010 | 1011 | 1011011 | 100111 |
Color Harmonies of #BC2B09
Complementary color
Monochromatic Colors of #BC2B09
Black with #BC2B09
Text Example
Text Example
White with #BC2B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B09; }
p { color: rgb(188,43,9); }
H1.HeaderClassName
{
color: #BC2B09;
}
.AnyTagClassName
{
color: #BC2B09;
}
</style>
background-color css
<style>
a { background-color: #BC2B09; }
a { background-color: rgb(188,43,9); }
div.DivClassName
{
background-color: #BC2B09;
}
.BgClassName
{
background-color: #BC2B09;
}
</style>
border-color css
<style>
span { border-color: #BC2B09; }
span { border-color: rgb(188,43,9); }
td.TdClassName
{
border-color: #BC2B09;
}
.TagClassName
{
border-color: #BC2B09;
}
</style>