Html Css Color HEX #BC2B02 Harley Davidson Orange
📋 copy color: '#BC2B02'red 188 ◦ green 43 ◦ blue 2
Shades of Harley Davidson Orange #BC2B02
Tints of Harley Davidson Orange #BC2B02
RGB
CMYK
RGB Variations
Color information
#BC2B02 (or 0xBC2B02) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 02. RGB value is (188,43,2). Sum of RGB (Red+Green+Blue) = 188+43+2=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B02 is #43D4FD. Grayscale: #515151. Windows color (decimal): -4445438 or 142268. OLE color: 142268.
HSL color Cylindrical-coordinate representation of color #BC2B02: hue angle of 13.23º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC2B02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.26 |
| HSL | 13.23º | 0.98% | 0.37% | - |
| HSV(B) | 13.23º | 0.99% | 0.74% | - |
| XYZ | 21.61 | 12.42 | 1.32 | - |
| YUV | 81.68 | 83.04 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 2 | 0 | 0.77 | 0.99 | 0.26 | 13.23 | 0.98 | 0.37 |
| Hex | BC | 2B | 2 | 0 | 4D | 63 | 1A | D | 62 | 25 |
| Octal | 274 | 53 | 2 | 0 | 115 | 143 | 32 | 15 | 142 | 45 |
| Binary | 10111100 | 101011 | 10 | 0 | 1001101 | 1100011 | 11010 | 1101 | 1100010 | 100101 |
Color Harmonies of #BC2B02
Complementary color
Monochromatic Colors of #BC2B02
Black with #BC2B02
Text Example
Text Example
White with #BC2B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B02; }
p { color: rgb(188,43,2); }
H1.HeaderClassName
{
color: #BC2B02;
}
.AnyTagClassName
{
color: #BC2B02;
}
</style>
background-color css
<style>
a { background-color: #BC2B02; }
a { background-color: rgb(188,43,2); }
div.DivClassName
{
background-color: #BC2B02;
}
.BgClassName
{
background-color: #BC2B02;
}
</style>
border-color css
<style>
span { border-color: #BC2B02; }
span { border-color: rgb(188,43,2); }
td.TdClassName
{
border-color: #BC2B02;
}
.TagClassName
{
border-color: #BC2B02;
}
</style>