Html Css Color HEX #BB3510 Harley Davidson Orange
📋 copy color: '#BB3510'red 187 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #BB3510
Tints of Harley Davidson Orange #BB3510
RGB
CMYK
RGB Variations
Color information
#BB3510 (or 0xBB3510) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 10. RGB value is (187,53,16). Sum of RGB (Red+Green+Blue) = 187+53+16=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3510 is #44CAEF. Grayscale: #595959. Windows color (decimal): -4508400 or 1062331. OLE color: 1062331.
HSL color Cylindrical-coordinate representation of color #BB3510: hue angle of 12.98º 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 #BB3510 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.27 |
| HSL | 12.98º | 0.84% | 0.4% | - |
| HSV(B) | 12.98º | 0.91% | 0.73% | - |
| XYZ | 21.86 | 13.15 | 1.88 | - |
| YUV | 88.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 16 | 0 | 0.72 | 0.91 | 0.27 | 12.98 | 0.84 | 0.4 |
| Hex | BB | 35 | 10 | 0 | 48 | 5B | 1B | D | 54 | 28 |
| Octal | 273 | 65 | 20 | 0 | 110 | 133 | 33 | 15 | 124 | 50 |
| Binary | 10111011 | 110101 | 10000 | 0 | 1001000 | 1011011 | 11011 | 1101 | 1010100 | 101000 |
Color Harmonies of #BB3510
Complementary color
Monochromatic Colors of #BB3510
Black with #BB3510
Text Example
Text Example
White with #BB3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3510; }
p { color: rgb(187,53,16); }
H1.HeaderClassName
{
color: #BB3510;
}
.AnyTagClassName
{
color: #BB3510;
}
</style>
background-color css
<style>
a { background-color: #BB3510; }
a { background-color: rgb(187,53,16); }
div.DivClassName
{
background-color: #BB3510;
}
.BgClassName
{
background-color: #BB3510;
}
</style>
border-color css
<style>
span { border-color: #BB3510; }
span { border-color: rgb(187,53,16); }
td.TdClassName
{
border-color: #BB3510;
}
.TagClassName
{
border-color: #BB3510;
}
</style>