Html Css Color HEX #BB3615 Harley Davidson Orange
📋 copy color: '#BB3615'red 187 ◦ green 54 ◦ blue 21
Shades of Harley Davidson Orange #BB3615
Tints of Harley Davidson Orange #BB3615
RGB
CMYK
RGB Variations
Color information
#BB3615 (or 0xBB3615) is known color: Harley Davidson Orange. HEX triplet: BB, 36 and 15. RGB value is (187,54,21). Sum of RGB (Red+Green+Blue) = 187+54+21=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3615 is #44C9EA. Grayscale: #5A5A5A. Windows color (decimal): -4508139 or 1390267. OLE color: 1390267.
HSL color Cylindrical-coordinate representation of color #BB3615: hue angle of 11.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB3615 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 21 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.27 |
| HSL | 11.93º | 0.8% | 0.41% | - |
| HSV(B) | 11.93º | 0.89% | 0.73% | - |
| XYZ | 21.95 | 13.26 | 2.11 | - |
| YUV | 90.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 21 | 0 | 0.71 | 0.89 | 0.27 | 11.93 | 0.8 | 0.41 |
| Hex | BB | 36 | 15 | 0 | 47 | 59 | 1B | C | 50 | 29 |
| Octal | 273 | 66 | 25 | 0 | 107 | 131 | 33 | 14 | 120 | 51 |
| Binary | 10111011 | 110110 | 10101 | 0 | 1000111 | 1011001 | 11011 | 1100 | 1010000 | 101001 |
Color Harmonies of #BB3615
Complementary color
Monochromatic Colors of #BB3615
Black with #BB3615
Text Example
Text Example
White with #BB3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3615; }
p { color: rgb(187,54,21); }
H1.HeaderClassName
{
color: #BB3615;
}
.AnyTagClassName
{
color: #BB3615;
}
</style>
background-color css
<style>
a { background-color: #BB3615; }
a { background-color: rgb(187,54,21); }
div.DivClassName
{
background-color: #BB3615;
}
.BgClassName
{
background-color: #BB3615;
}
</style>
border-color css
<style>
span { border-color: #BB3615; }
span { border-color: rgb(187,54,21); }
td.TdClassName
{
border-color: #BB3615;
}
.TagClassName
{
border-color: #BB3615;
}
</style>