Html Css Color HEX #BC2B00 Harley Davidson Orange
📋 copy color: '#BC2B00'red 188 ◦ green 43 ◦ blue 0
Shades of Harley Davidson Orange #BC2B00
Tints of Harley Davidson Orange #BC2B00
RGB
CMYK
RGB Variations
Color information
#BC2B00 (or 0xBC2B00) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 00. RGB value is (188,43,0). Sum of RGB (Red+Green+Blue) = 188+43+0=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B00 is #43D4FF. Grayscale: #515151. Windows color (decimal): -4445440 or 11196. OLE color: 11196.
HSL color Cylindrical-coordinate representation of color #BC2B00: hue angle of 13.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC2B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.26 |
| HSL | 13.72º | 1% | 0.37% | - |
| HSV(B) | 13.72º | 1% | 0.74% | - |
| XYZ | 21.6 | 12.42 | 1.26 | - |
| YUV | 81.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 0 | 0 | 0.77 | 1 | 0.26 | 13.72 | 1 | 0.37 |
| Hex | BC | 2B | 0 | 0 | 4D | 64 | 1A | E | 64 | 25 |
| Octal | 274 | 53 | 0 | 0 | 115 | 144 | 32 | 16 | 144 | 45 |
| Binary | 10111100 | 101011 | 0 | 0 | 1001101 | 1100100 | 11010 | 1110 | 1100100 | 100101 |
Color Harmonies of #BC2B00
Complementary color
Monochromatic Colors of #BC2B00
Black with #BC2B00
Text Example
Text Example
White with #BC2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B00; }
p { color: rgb(188,43,0); }
H1.HeaderClassName
{
color: #BC2B00;
}
.AnyTagClassName
{
color: #BC2B00;
}
</style>
background-color css
<style>
a { background-color: #BC2B00; }
a { background-color: rgb(188,43,0); }
div.DivClassName
{
background-color: #BC2B00;
}
.BgClassName
{
background-color: #BC2B00;
}
</style>
border-color css
<style>
span { border-color: #BC2B00; }
span { border-color: rgb(188,43,0); }
td.TdClassName
{
border-color: #BC2B00;
}
.TagClassName
{
border-color: #BC2B00;
}
</style>