Html Css Color HEX #BB3007 Harley Davidson Orange
📋 copy color: '#BB3007'red 187 ◦ green 48 ◦ blue 7
Shades of Harley Davidson Orange #BB3007
Tints of Harley Davidson Orange #BB3007
RGB
CMYK
RGB Variations
Color information
#BB3007 (or 0xBB3007) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 07. RGB value is (187,48,7). Sum of RGB (Red+Green+Blue) = 187+48+7=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3007 is #44CFF8. Grayscale: #555555. Windows color (decimal): -4509689 or 471227. OLE color: 471227.
HSL color Cylindrical-coordinate representation of color #BB3007: hue angle of 13.67º 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 #BB3007 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.27 |
| HSL | 13.67º | 0.93% | 0.38% | - |
| HSV(B) | 13.67º | 0.96% | 0.73% | - |
| XYZ | 21.59 | 12.69 | 1.51 | - |
| YUV | 84.89 | 84.05 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 7 | 0 | 0.74 | 0.96 | 0.27 | 13.67 | 0.93 | 0.38 |
| Hex | BB | 30 | 7 | 0 | 4A | 60 | 1B | E | 5D | 26 |
| Octal | 273 | 60 | 7 | 0 | 112 | 140 | 33 | 16 | 135 | 46 |
| Binary | 10111011 | 110000 | 111 | 0 | 1001010 | 1100000 | 11011 | 1110 | 1011101 | 100110 |
Color Harmonies of #BB3007
Complementary color
Monochromatic Colors of #BB3007
Black with #BB3007
Text Example
Text Example
White with #BB3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3007; }
p { color: rgb(187,48,7); }
H1.HeaderClassName
{
color: #BB3007;
}
.AnyTagClassName
{
color: #BB3007;
}
</style>
background-color css
<style>
a { background-color: #BB3007; }
a { background-color: rgb(187,48,7); }
div.DivClassName
{
background-color: #BB3007;
}
.BgClassName
{
background-color: #BB3007;
}
</style>
border-color css
<style>
span { border-color: #BB3007; }
span { border-color: rgb(187,48,7); }
td.TdClassName
{
border-color: #BB3007;
}
.TagClassName
{
border-color: #BB3007;
}
</style>