Html Css Color HEX #BB3614 Harley Davidson Orange
📋 copy color: '#BB3614'red 187 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #BB3614
Tints of Harley Davidson Orange #BB3614
RGB
CMYK
RGB Variations
Color information
#BB3614 (or 0xBB3614) is known color: Harley Davidson Orange. HEX triplet: BB, 36 and 14. RGB value is (187,54,20). Sum of RGB (Red+Green+Blue) = 187+54+20=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3614 is #44C9EB. Grayscale: #5A5A5A. Windows color (decimal): -4508140 or 1324731. OLE color: 1324731.
HSL color Cylindrical-coordinate representation of color #BB3614: hue angle of 12.22º degrees, saturation: 0.81, 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 #BB3614 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.27 |
| HSL | 12.22º | 0.81% | 0.41% | - |
| HSV(B) | 12.22º | 0.89% | 0.73% | - |
| XYZ | 21.94 | 13.25 | 2.06 | - |
| YUV | 89.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 20 | 0 | 0.71 | 0.89 | 0.27 | 12.22 | 0.81 | 0.41 |
| Hex | BB | 36 | 14 | 0 | 47 | 59 | 1B | C | 51 | 29 |
| Octal | 273 | 66 | 24 | 0 | 107 | 131 | 33 | 14 | 121 | 51 |
| Binary | 10111011 | 110110 | 10100 | 0 | 1000111 | 1011001 | 11011 | 1100 | 1010001 | 101001 |
Color Harmonies of #BB3614
Complementary color
Monochromatic Colors of #BB3614
Black with #BB3614
Text Example
Text Example
White with #BB3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3614; }
p { color: rgb(187,54,20); }
H1.HeaderClassName
{
color: #BB3614;
}
.AnyTagClassName
{
color: #BB3614;
}
</style>
background-color css
<style>
a { background-color: #BB3614; }
a { background-color: rgb(187,54,20); }
div.DivClassName
{
background-color: #BB3614;
}
.BgClassName
{
background-color: #BB3614;
}
</style>
border-color css
<style>
span { border-color: #BB3614; }
span { border-color: rgb(187,54,20); }
td.TdClassName
{
border-color: #BB3614;
}
.TagClassName
{
border-color: #BB3614;
}
</style>