Html Css Color HEX #BB2610 Harley Davidson Orange
📋 copy color: '#BB2610'red 187 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #BB2610
Tints of Harley Davidson Orange #BB2610
RGB
CMYK
RGB Variations
Color information
#BB2610 (or 0xBB2610) is known color: Harley Davidson Orange. HEX triplet: BB, 26 and 10. RGB value is (187,38,16). Sum of RGB (Red+Green+Blue) = 187+38+16=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2610 is #44D9EF. Grayscale: #505050. Windows color (decimal): -4512240 or 1058491. OLE color: 1058491.
HSL color Cylindrical-coordinate representation of color #BB2610: hue angle of 7.72º degrees, saturation: 0.84, 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 #BB2610 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 16 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.27 |
| HSL | 7.72º | 0.84% | 0.4% | - |
| HSV(B) | 7.72º | 0.91% | 0.73% | - |
| XYZ | 21.28 | 11.99 | 1.68 | - |
| YUV | 80.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 16 | 0 | 0.80 | 0.91 | 0.27 | 7.72 | 0.84 | 0.4 |
| Hex | BB | 26 | 10 | 0 | 50 | 5B | 1B | 8 | 54 | 28 |
| Octal | 273 | 46 | 20 | 0 | 120 | 133 | 33 | 10 | 124 | 50 |
| Binary | 10111011 | 100110 | 10000 | 0 | 1010000 | 1011011 | 11011 | 1000 | 1010100 | 101000 |
Color Harmonies of #BB2610
Complementary color
Monochromatic Colors of #BB2610
Black with #BB2610
Text Example
Text Example
White with #BB2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2610; }
p { color: rgb(187,38,16); }
H1.HeaderClassName
{
color: #BB2610;
}
.AnyTagClassName
{
color: #BB2610;
}
</style>
background-color css
<style>
a { background-color: #BB2610; }
a { background-color: rgb(187,38,16); }
div.DivClassName
{
background-color: #BB2610;
}
.BgClassName
{
background-color: #BB2610;
}
</style>
border-color css
<style>
span { border-color: #BB2610; }
span { border-color: rgb(187,38,16); }
td.TdClassName
{
border-color: #BB2610;
}
.TagClassName
{
border-color: #BB2610;
}
</style>