Html Css Color HEX #BB311C Harley Davidson Orange
📋 copy color: '#BB311C'red 187 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #BB311C
Tints of Harley Davidson Orange #BB311C
RGB
CMYK
RGB Variations
Color information
#BB311C (or 0xBB311C) is known color: Harley Davidson Orange. HEX triplet: BB, 31 and 1C. RGB value is (187,49,28). Sum of RGB (Red+Green+Blue) = 187+49+28=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB311C is #44CEE3. Grayscale: #585858. Windows color (decimal): -4509412 or 1847739. OLE color: 1847739.
HSL color Cylindrical-coordinate representation of color #BB311C: hue angle of 7.92º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB311C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.27 |
| HSL | 7.92º | 0.74% | 0.42% | - |
| HSV(B) | 7.92º | 0.85% | 0.73% | - |
| XYZ | 21.8 | 12.85 | 2.43 | - |
| YUV | 87.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 28 | 0 | 0.74 | 0.85 | 0.27 | 7.92 | 0.74 | 0.42 |
| Hex | BB | 31 | 1C | 0 | 4A | 55 | 1B | 8 | 4A | 2A |
| Octal | 273 | 61 | 34 | 0 | 112 | 125 | 33 | 10 | 112 | 52 |
| Binary | 10111011 | 110001 | 11100 | 0 | 1001010 | 1010101 | 11011 | 1000 | 1001010 | 101010 |
Color Harmonies of #BB311C
Complementary color
Monochromatic Colors of #BB311C
Black with #BB311C
Text Example
Text Example
White with #BB311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB311C; }
p { color: rgb(187,49,28); }
H1.HeaderClassName
{
color: #BB311C;
}
.AnyTagClassName
{
color: #BB311C;
}
</style>
background-color css
<style>
a { background-color: #BB311C; }
a { background-color: rgb(187,49,28); }
div.DivClassName
{
background-color: #BB311C;
}
.BgClassName
{
background-color: #BB311C;
}
</style>
border-color css
<style>
span { border-color: #BB311C; }
span { border-color: rgb(187,49,28); }
td.TdClassName
{
border-color: #BB311C;
}
.TagClassName
{
border-color: #BB311C;
}
</style>