Html Css Color HEX #BB290F Harley Davidson Orange
📋 copy color: '#BB290F'red 187 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #BB290F
Tints of Harley Davidson Orange #BB290F
RGB
CMYK
RGB Variations
Color information
#BB290F (or 0xBB290F) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 0F. RGB value is (187,41,15). Sum of RGB (Red+Green+Blue) = 187+41+15=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB290F is #44D6F0. Grayscale: #515151. Windows color (decimal): -4511473 or 993723. OLE color: 993723.
HSL color Cylindrical-coordinate representation of color #BB290F: hue angle of 9.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB290F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 15 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.27 |
| HSL | 9.07º | 0.85% | 0.4% | - |
| HSV(B) | 9.07º | 0.92% | 0.73% | - |
| XYZ | 21.37 | 12.19 | 1.68 | - |
| YUV | 81.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 15 | 0 | 0.78 | 0.92 | 0.27 | 9.07 | 0.85 | 0.4 |
| Hex | BB | 29 | F | 0 | 4E | 5C | 1B | 9 | 55 | 28 |
| Octal | 273 | 51 | 17 | 0 | 116 | 134 | 33 | 11 | 125 | 50 |
| Binary | 10111011 | 101001 | 1111 | 0 | 1001110 | 1011100 | 11011 | 1001 | 1010101 | 101000 |
Color Harmonies of #BB290F
Complementary color
Monochromatic Colors of #BB290F
Black with #BB290F
Text Example
Text Example
White with #BB290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB290F; }
p { color: rgb(187,41,15); }
H1.HeaderClassName
{
color: #BB290F;
}
.AnyTagClassName
{
color: #BB290F;
}
</style>
background-color css
<style>
a { background-color: #BB290F; }
a { background-color: rgb(187,41,15); }
div.DivClassName
{
background-color: #BB290F;
}
.BgClassName
{
background-color: #BB290F;
}
</style>
border-color css
<style>
span { border-color: #BB290F; }
span { border-color: rgb(187,41,15); }
td.TdClassName
{
border-color: #BB290F;
}
.TagClassName
{
border-color: #BB290F;
}
</style>