Html Css Color HEX #BB280B Harley Davidson Orange
📋 copy color: '#BB280B'red 187 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #BB280B
Tints of Harley Davidson Orange #BB280B
RGB
CMYK
RGB Variations
Color information
#BB280B (or 0xBB280B) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 0B. RGB value is (187,40,11). Sum of RGB (Red+Green+Blue) = 187+40+11=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB280B is #44D7F4. Grayscale: #505050. Windows color (decimal): -4511733 or 731323. OLE color: 731323.
HSL color Cylindrical-coordinate representation of color #BB280B: hue angle of 9.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB280B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.27 |
| HSL | 9.89º | 0.89% | 0.39% | - |
| HSV(B) | 9.89º | 0.94% | 0.73% | - |
| XYZ | 21.31 | 12.11 | 1.53 | - |
| YUV | 80.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 11 | 0 | 0.79 | 0.94 | 0.27 | 9.89 | 0.89 | 0.39 |
| Hex | BB | 28 | B | 0 | 4F | 5E | 1B | A | 59 | 27 |
| Octal | 273 | 50 | 13 | 0 | 117 | 136 | 33 | 12 | 131 | 47 |
| Binary | 10111011 | 101000 | 1011 | 0 | 1001111 | 1011110 | 11011 | 1010 | 1011001 | 100111 |
Color Harmonies of #BB280B
Complementary color
Monochromatic Colors of #BB280B
Black with #BB280B
Text Example
Text Example
White with #BB280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB280B; }
p { color: rgb(187,40,11); }
H1.HeaderClassName
{
color: #BB280B;
}
.AnyTagClassName
{
color: #BB280B;
}
</style>
background-color css
<style>
a { background-color: #BB280B; }
a { background-color: rgb(187,40,11); }
div.DivClassName
{
background-color: #BB280B;
}
.BgClassName
{
background-color: #BB280B;
}
</style>
border-color css
<style>
span { border-color: #BB280B; }
span { border-color: rgb(187,40,11); }
td.TdClassName
{
border-color: #BB280B;
}
.TagClassName
{
border-color: #BB280B;
}
</style>