Html Css Color HEX #BB2711 Harley Davidson Orange
📋 copy color: '#BB2711'red 187 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #BB2711
Tints of Harley Davidson Orange #BB2711
RGB
CMYK
RGB Variations
Color information
#BB2711 (or 0xBB2711) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 11. RGB value is (187,39,17). Sum of RGB (Red+Green+Blue) = 187+39+17=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2711 is #44D8EE. Grayscale: #505050. Windows color (decimal): -4511983 or 1124283. OLE color: 1124283.
HSL color Cylindrical-coordinate representation of color #BB2711: hue angle of 7.76º 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 #BB2711 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.27 |
| HSL | 7.76º | 0.83% | 0.4% | - |
| HSV(B) | 7.76º | 0.91% | 0.73% | - |
| XYZ | 21.32 | 12.06 | 1.73 | - |
| YUV | 80.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 17 | 0 | 0.79 | 0.91 | 0.27 | 7.76 | 0.83 | 0.4 |
| Hex | BB | 27 | 11 | 0 | 4F | 5B | 1B | 8 | 53 | 28 |
| Octal | 273 | 47 | 21 | 0 | 117 | 133 | 33 | 10 | 123 | 50 |
| Binary | 10111011 | 100111 | 10001 | 0 | 1001111 | 1011011 | 11011 | 1000 | 1010011 | 101000 |
Color Harmonies of #BB2711
Complementary color
Monochromatic Colors of #BB2711
Black with #BB2711
Text Example
Text Example
White with #BB2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2711; }
p { color: rgb(187,39,17); }
H1.HeaderClassName
{
color: #BB2711;
}
.AnyTagClassName
{
color: #BB2711;
}
</style>
background-color css
<style>
a { background-color: #BB2711; }
a { background-color: rgb(187,39,17); }
div.DivClassName
{
background-color: #BB2711;
}
.BgClassName
{
background-color: #BB2711;
}
</style>
border-color css
<style>
span { border-color: #BB2711; }
span { border-color: rgb(187,39,17); }
td.TdClassName
{
border-color: #BB2711;
}
.TagClassName
{
border-color: #BB2711;
}
</style>