Html Css Color HEX #BB341D Harley Davidson Orange
📋 copy color: '#BB341D'red 187 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #BB341D
Tints of Harley Davidson Orange #BB341D
RGB
CMYK
RGB Variations
Color information
#BB341D (or 0xBB341D) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 1D. RGB value is (187,52,29). Sum of RGB (Red+Green+Blue) = 187+52+29=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB341D is #44CBE2. Grayscale: #595959. Windows color (decimal): -4508643 or 1914043. OLE color: 1914043.
HSL color Cylindrical-coordinate representation of color #BB341D: hue angle of 8.73º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB341D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 29 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.27 |
| HSL | 8.73º | 0.73% | 0.42% | - |
| HSV(B) | 8.73º | 0.84% | 0.73% | - |
| XYZ | 21.94 | 13.11 | 2.54 | - |
| YUV | 89.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 29 | 0 | 0.72 | 0.84 | 0.27 | 8.73 | 0.73 | 0.42 |
| Hex | BB | 34 | 1D | 0 | 48 | 54 | 1B | 9 | 49 | 2A |
| Octal | 273 | 64 | 35 | 0 | 110 | 124 | 33 | 11 | 111 | 52 |
| Binary | 10111011 | 110100 | 11101 | 0 | 1001000 | 1010100 | 11011 | 1001 | 1001001 | 101010 |
Color Harmonies of #BB341D
Complementary color
Monochromatic Colors of #BB341D
Black with #BB341D
Text Example
Text Example
White with #BB341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB341D; }
p { color: rgb(187,52,29); }
H1.HeaderClassName
{
color: #BB341D;
}
.AnyTagClassName
{
color: #BB341D;
}
</style>
background-color css
<style>
a { background-color: #BB341D; }
a { background-color: rgb(187,52,29); }
div.DivClassName
{
background-color: #BB341D;
}
.BgClassName
{
background-color: #BB341D;
}
</style>
border-color css
<style>
span { border-color: #BB341D; }
span { border-color: rgb(187,52,29); }
td.TdClassName
{
border-color: #BB341D;
}
.TagClassName
{
border-color: #BB341D;
}
</style>