Html Css Color HEX #BB3010 Harley Davidson Orange
📋 copy color: '#BB3010'red 187 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #BB3010
Tints of Harley Davidson Orange #BB3010
RGB
CMYK
RGB Variations
Color information
#BB3010 (or 0xBB3010) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 10. RGB value is (187,48,16). Sum of RGB (Red+Green+Blue) = 187+48+16=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3010 is #44CFEF. Grayscale: #565656. Windows color (decimal): -4509680 or 1061051. OLE color: 1061051.
HSL color Cylindrical-coordinate representation of color #BB3010: hue angle of 11.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB3010 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.27 |
| HSL | 11.23º | 0.84% | 0.4% | - |
| HSV(B) | 11.23º | 0.91% | 0.73% | - |
| XYZ | 21.64 | 12.72 | 1.8 | - |
| YUV | 85.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 16 | 0 | 0.74 | 0.91 | 0.27 | 11.23 | 0.84 | 0.4 |
| Hex | BB | 30 | 10 | 0 | 4A | 5B | 1B | B | 54 | 28 |
| Octal | 273 | 60 | 20 | 0 | 112 | 133 | 33 | 13 | 124 | 50 |
| Binary | 10111011 | 110000 | 10000 | 0 | 1001010 | 1011011 | 11011 | 1011 | 1010100 | 101000 |
Color Harmonies of #BB3010
Complementary color
Monochromatic Colors of #BB3010
Black with #BB3010
Text Example
Text Example
White with #BB3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3010; }
p { color: rgb(187,48,16); }
H1.HeaderClassName
{
color: #BB3010;
}
.AnyTagClassName
{
color: #BB3010;
}
</style>
background-color css
<style>
a { background-color: #BB3010; }
a { background-color: rgb(187,48,16); }
div.DivClassName
{
background-color: #BB3010;
}
.BgClassName
{
background-color: #BB3010;
}
</style>
border-color css
<style>
span { border-color: #BB3010; }
span { border-color: rgb(187,48,16); }
td.TdClassName
{
border-color: #BB3010;
}
.TagClassName
{
border-color: #BB3010;
}
</style>