Html Css Color HEX #BB1F07 Harley Davidson Orange
📋 copy color: '#BB1F07'red 187 ◦ green 31 ◦ blue 7
Shades of Harley Davidson Orange #BB1F07
Tints of Harley Davidson Orange #BB1F07
RGB
CMYK
RGB Variations
Color information
#BB1F07 (or 0xBB1F07) is known color: Harley Davidson Orange. HEX triplet: BB, 1F and 07. RGB value is (187,31,7). Sum of RGB (Red+Green+Blue) = 187+31+7=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1F07 is #44E0F8. Grayscale: #4B4B4B. Windows color (decimal): -4514041 or 466875. OLE color: 466875.
HSL color Cylindrical-coordinate representation of color #BB1F07: hue angle of 8º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB1F07 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.27 |
| HSL | 8º | 0.93% | 0.38% | - |
| HSV(B) | 8º | 0.96% | 0.73% | - |
| XYZ | 21.02 | 11.56 | 1.32 | - |
| YUV | 74.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 7 | 0 | 0.83 | 0.96 | 0.27 | 8 | 0.93 | 0.38 |
| Hex | BB | 1F | 7 | 0 | 53 | 60 | 1B | 8 | 5D | 26 |
| Octal | 273 | 37 | 7 | 0 | 123 | 140 | 33 | 10 | 135 | 46 |
| Binary | 10111011 | 11111 | 111 | 0 | 1010011 | 1100000 | 11011 | 1000 | 1011101 | 100110 |
Color Harmonies of #BB1F07
Complementary color
Monochromatic Colors of #BB1F07
Black with #BB1F07
Text Example
Text Example
White with #BB1F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1F07; }
p { color: rgb(187,31,7); }
H1.HeaderClassName
{
color: #BB1F07;
}
.AnyTagClassName
{
color: #BB1F07;
}
</style>
background-color css
<style>
a { background-color: #BB1F07; }
a { background-color: rgb(187,31,7); }
div.DivClassName
{
background-color: #BB1F07;
}
.BgClassName
{
background-color: #BB1F07;
}
</style>
border-color css
<style>
span { border-color: #BB1F07; }
span { border-color: rgb(187,31,7); }
td.TdClassName
{
border-color: #BB1F07;
}
.TagClassName
{
border-color: #BB1F07;
}
</style>