Html Css Color HEX #BB2C05 Harley Davidson Orange
📋 copy color: '#BB2C05'red 187 ◦ green 44 ◦ blue 5
Shades of Harley Davidson Orange #BB2C05
Tints of Harley Davidson Orange #BB2C05
RGB
CMYK
RGB Variations
Color information
#BB2C05 (or 0xBB2C05) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 05. RGB value is (187,44,5). Sum of RGB (Red+Green+Blue) = 187+44+5=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C05 is #44D3FA. Grayscale: #525252. Windows color (decimal): -4510715 or 339131. OLE color: 339131.
HSL color Cylindrical-coordinate representation of color #BB2C05: hue angle of 12.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB2C05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.27 |
| HSL | 12.86º | 0.95% | 0.38% | - |
| HSV(B) | 12.86º | 0.97% | 0.73% | - |
| XYZ | 21.42 | 12.38 | 1.4 | - |
| YUV | 82.31 | 84.38 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 5 | 0 | 0.76 | 0.97 | 0.27 | 12.86 | 0.95 | 0.38 |
| Hex | BB | 2C | 5 | 0 | 4C | 61 | 1B | D | 5F | 26 |
| Octal | 273 | 54 | 5 | 0 | 114 | 141 | 33 | 15 | 137 | 46 |
| Binary | 10111011 | 101100 | 101 | 0 | 1001100 | 1100001 | 11011 | 1101 | 1011111 | 100110 |
Color Harmonies of #BB2C05
Complementary color
Monochromatic Colors of #BB2C05
Black with #BB2C05
Text Example
Text Example
White with #BB2C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C05; }
p { color: rgb(187,44,5); }
H1.HeaderClassName
{
color: #BB2C05;
}
.AnyTagClassName
{
color: #BB2C05;
}
</style>
background-color css
<style>
a { background-color: #BB2C05; }
a { background-color: rgb(187,44,5); }
div.DivClassName
{
background-color: #BB2C05;
}
.BgClassName
{
background-color: #BB2C05;
}
</style>
border-color css
<style>
span { border-color: #BB2C05; }
span { border-color: rgb(187,44,5); }
td.TdClassName
{
border-color: #BB2C05;
}
.TagClassName
{
border-color: #BB2C05;
}
</style>