Html Css Color HEX #BB2511 Harley Davidson Orange
📋 copy color: '#BB2511'red 187 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #BB2511
Tints of Harley Davidson Orange #BB2511
RGB
CMYK
RGB Variations
Color information
#BB2511 (or 0xBB2511) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 11. RGB value is (187,37,17). Sum of RGB (Red+Green+Blue) = 187+37+17=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2511 is #44DAEE. Grayscale: #4F4F4F. Windows color (decimal): -4512495 or 1123771. OLE color: 1123771.
HSL color Cylindrical-coordinate representation of color #BB2511: hue angle of 7.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB2511 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.27 |
| HSL | 7.06º | 0.83% | 0.4% | - |
| HSV(B) | 7.06º | 0.91% | 0.73% | - |
| XYZ | 21.26 | 11.93 | 1.71 | - |
| YUV | 79.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 17 | 0 | 0.80 | 0.91 | 0.27 | 7.06 | 0.83 | 0.4 |
| Hex | BB | 25 | 11 | 0 | 50 | 5B | 1B | 7 | 53 | 28 |
| Octal | 273 | 45 | 21 | 0 | 120 | 133 | 33 | 7 | 123 | 50 |
| Binary | 10111011 | 100101 | 10001 | 0 | 1010000 | 1011011 | 11011 | 111 | 1010011 | 101000 |
Color Harmonies of #BB2511
Complementary color
Monochromatic Colors of #BB2511
Black with #BB2511
Text Example
Text Example
White with #BB2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2511; }
p { color: rgb(187,37,17); }
H1.HeaderClassName
{
color: #BB2511;
}
.AnyTagClassName
{
color: #BB2511;
}
</style>
background-color css
<style>
a { background-color: #BB2511; }
a { background-color: rgb(187,37,17); }
div.DivClassName
{
background-color: #BB2511;
}
.BgClassName
{
background-color: #BB2511;
}
</style>
border-color css
<style>
span { border-color: #BB2511; }
span { border-color: rgb(187,37,17); }
td.TdClassName
{
border-color: #BB2511;
}
.TagClassName
{
border-color: #BB2511;
}
</style>