Html Css Color HEX #BB331C Harley Davidson Orange
📋 copy color: '#BB331C'red 187 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #BB331C
Tints of Harley Davidson Orange #BB331C
RGB
CMYK
RGB Variations
Color information
#BB331C (or 0xBB331C) is known color: Harley Davidson Orange. HEX triplet: BB, 33 and 1C. RGB value is (187,51,28). Sum of RGB (Red+Green+Blue) = 187+51+28=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB331C is #44CCE3. Grayscale: #595959. Windows color (decimal): -4508900 or 1848251. OLE color: 1848251.
HSL color Cylindrical-coordinate representation of color #BB331C: hue angle of 8.68º 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 #BB331C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 28 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.27 |
| HSL | 8.68º | 0.74% | 0.42% | - |
| HSV(B) | 8.68º | 0.85% | 0.73% | - |
| XYZ | 21.89 | 13.02 | 2.46 | - |
| YUV | 89.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 28 | 0 | 0.73 | 0.85 | 0.27 | 8.68 | 0.74 | 0.42 |
| Hex | BB | 33 | 1C | 0 | 49 | 55 | 1B | 9 | 4A | 2A |
| Octal | 273 | 63 | 34 | 0 | 111 | 125 | 33 | 11 | 112 | 52 |
| Binary | 10111011 | 110011 | 11100 | 0 | 1001001 | 1010101 | 11011 | 1001 | 1001010 | 101010 |
Color Harmonies of #BB331C
Complementary color
Monochromatic Colors of #BB331C
Black with #BB331C
Text Example
Text Example
White with #BB331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB331C; }
p { color: rgb(187,51,28); }
H1.HeaderClassName
{
color: #BB331C;
}
.AnyTagClassName
{
color: #BB331C;
}
</style>
background-color css
<style>
a { background-color: #BB331C; }
a { background-color: rgb(187,51,28); }
div.DivClassName
{
background-color: #BB331C;
}
.BgClassName
{
background-color: #BB331C;
}
</style>
border-color css
<style>
span { border-color: #BB331C; }
span { border-color: rgb(187,51,28); }
td.TdClassName
{
border-color: #BB331C;
}
.TagClassName
{
border-color: #BB331C;
}
</style>