Html Css Color HEX #BB260B Harley Davidson Orange
📋 copy color: '#BB260B'red 187 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #BB260B
Tints of Harley Davidson Orange #BB260B
RGB
CMYK
RGB Variations
Color information
#BB260B (or 0xBB260B) is known color: Harley Davidson Orange. HEX triplet: BB, 26 and 0B. RGB value is (187,38,11). Sum of RGB (Red+Green+Blue) = 187+38+11=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB260B is #44D9F4. Grayscale: #4F4F4F. Windows color (decimal): -4512245 or 730811. OLE color: 730811.
HSL color Cylindrical-coordinate representation of color #BB260B: hue angle of 9.2º 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 #BB260B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.27 |
| HSL | 9.2º | 0.89% | 0.39% | - |
| HSV(B) | 9.2º | 0.94% | 0.73% | - |
| XYZ | 21.25 | 11.98 | 1.51 | - |
| YUV | 79.47 | 89.36 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 11 | 0 | 0.80 | 0.94 | 0.27 | 9.2 | 0.89 | 0.39 |
| Hex | BB | 26 | B | 0 | 50 | 5E | 1B | 9 | 59 | 27 |
| Octal | 273 | 46 | 13 | 0 | 120 | 136 | 33 | 11 | 131 | 47 |
| Binary | 10111011 | 100110 | 1011 | 0 | 1010000 | 1011110 | 11011 | 1001 | 1011001 | 100111 |
Color Harmonies of #BB260B
Complementary color
Monochromatic Colors of #BB260B
Black with #BB260B
Text Example
Text Example
White with #BB260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB260B; }
p { color: rgb(187,38,11); }
H1.HeaderClassName
{
color: #BB260B;
}
.AnyTagClassName
{
color: #BB260B;
}
</style>
background-color css
<style>
a { background-color: #BB260B; }
a { background-color: rgb(187,38,11); }
div.DivClassName
{
background-color: #BB260B;
}
.BgClassName
{
background-color: #BB260B;
}
</style>
border-color css
<style>
span { border-color: #BB260B; }
span { border-color: rgb(187,38,11); }
td.TdClassName
{
border-color: #BB260B;
}
.TagClassName
{
border-color: #BB260B;
}
</style>