Html Css Color HEX #BB2C01 Harley Davidson Orange
📋 copy color: '#BB2C01'red 187 ◦ green 44 ◦ blue 1
Shades of Harley Davidson Orange #BB2C01
Tints of Harley Davidson Orange #BB2C01
RGB
CMYK
RGB Variations
Color information
#BB2C01 (or 0xBB2C01) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 01. RGB value is (187,44,1). Sum of RGB (Red+Green+Blue) = 187+44+1=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C01 is #44D3FE. Grayscale: #525252. Windows color (decimal): -4510719 or 76987. OLE color: 76987.
HSL color Cylindrical-coordinate representation of color #BB2C01: hue angle of 13.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB2C01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.27 |
| HSL | 13.87º | 0.99% | 0.37% | - |
| HSV(B) | 13.87º | 0.99% | 0.73% | - |
| XYZ | 21.4 | 12.37 | 1.29 | - |
| YUV | 81.86 | 82.38 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 1 | 0 | 0.76 | 0.99 | 0.27 | 13.87 | 0.99 | 0.37 |
| Hex | BB | 2C | 1 | 0 | 4C | 63 | 1B | E | 63 | 25 |
| Octal | 273 | 54 | 1 | 0 | 114 | 143 | 33 | 16 | 143 | 45 |
| Binary | 10111011 | 101100 | 1 | 0 | 1001100 | 1100011 | 11011 | 1110 | 1100011 | 100101 |
Color Harmonies of #BB2C01
Complementary color
Monochromatic Colors of #BB2C01
Black with #BB2C01
Text Example
Text Example
White with #BB2C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C01; }
p { color: rgb(187,44,1); }
H1.HeaderClassName
{
color: #BB2C01;
}
.AnyTagClassName
{
color: #BB2C01;
}
</style>
background-color css
<style>
a { background-color: #BB2C01; }
a { background-color: rgb(187,44,1); }
div.DivClassName
{
background-color: #BB2C01;
}
.BgClassName
{
background-color: #BB2C01;
}
</style>
border-color css
<style>
span { border-color: #BB2C01; }
span { border-color: rgb(187,44,1); }
td.TdClassName
{
border-color: #BB2C01;
}
.TagClassName
{
border-color: #BB2C01;
}
</style>