Html Css Color HEX #BB351B Harley Davidson Orange
📋 copy color: '#BB351B'red 187 ◦ green 53 ◦ blue 27
Shades of Harley Davidson Orange #BB351B
Tints of Harley Davidson Orange #BB351B
RGB
CMYK
RGB Variations
Color information
#BB351B (or 0xBB351B) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 1B. RGB value is (187,53,27). Sum of RGB (Red+Green+Blue) = 187+53+27=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB351B is #44CAE4. Grayscale: #5A5A5A. Windows color (decimal): -4508389 or 1783227. OLE color: 1783227.
HSL color Cylindrical-coordinate representation of color #BB351B: hue angle of 9.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB351B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 27 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.27 |
| HSL | 9.75º | 0.75% | 0.42% | - |
| HSV(B) | 9.75º | 0.86% | 0.73% | - |
| XYZ | 21.96 | 13.19 | 2.43 | - |
| YUV | 90.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 27 | 0 | 0.72 | 0.86 | 0.27 | 9.75 | 0.75 | 0.42 |
| Hex | BB | 35 | 1B | 0 | 48 | 56 | 1B | A | 4B | 2A |
| Octal | 273 | 65 | 33 | 0 | 110 | 126 | 33 | 12 | 113 | 52 |
| Binary | 10111011 | 110101 | 11011 | 0 | 1001000 | 1010110 | 11011 | 1010 | 1001011 | 101010 |
Color Harmonies of #BB351B
Complementary color
Monochromatic Colors of #BB351B
Black with #BB351B
Text Example
Text Example
White with #BB351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB351B; }
p { color: rgb(187,53,27); }
H1.HeaderClassName
{
color: #BB351B;
}
.AnyTagClassName
{
color: #BB351B;
}
</style>
background-color css
<style>
a { background-color: #BB351B; }
a { background-color: rgb(187,53,27); }
div.DivClassName
{
background-color: #BB351B;
}
.BgClassName
{
background-color: #BB351B;
}
</style>
border-color css
<style>
span { border-color: #BB351B; }
span { border-color: rgb(187,53,27); }
td.TdClassName
{
border-color: #BB351B;
}
.TagClassName
{
border-color: #BB351B;
}
</style>