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