Html Css Color HEX #B9341D Harley Davidson Orange
📋 copy color: '#B9341D'red 185 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #B9341D
Tints of Harley Davidson Orange #B9341D
RGB
CMYK
RGB Variations
Color information
#B9341D (or 0xB9341D) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 1D. RGB value is (185,52,29). Sum of RGB (Red+Green+Blue) = 185+52+29=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9341D is #46CBE2. Grayscale: #595959. Windows color (decimal): -4639715 or 1914041. OLE color: 1914041.
HSL color Cylindrical-coordinate representation of color #B9341D: hue angle of 8.85º 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 #B9341D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 29 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.27 |
| HSL | 8.85º | 0.73% | 0.42% | - |
| HSV(B) | 8.85º | 0.84% | 0.73% | - |
| XYZ | 21.46 | 12.86 | 2.51 | - |
| YUV | 89.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 29 | 0 | 0.72 | 0.84 | 0.27 | 8.85 | 0.73 | 0.42 |
| Hex | B9 | 34 | 1D | 0 | 48 | 54 | 1B | 9 | 49 | 2A |
| Octal | 271 | 64 | 35 | 0 | 110 | 124 | 33 | 11 | 111 | 52 |
| Binary | 10111001 | 110100 | 11101 | 0 | 1001000 | 1010100 | 11011 | 1001 | 1001001 | 101010 |
Color Harmonies of #B9341D
Complementary color
Monochromatic Colors of #B9341D
Black with #B9341D
Text Example
Text Example
White with #B9341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9341D; }
p { color: rgb(185,52,29); }
H1.HeaderClassName
{
color: #B9341D;
}
.AnyTagClassName
{
color: #B9341D;
}
</style>
background-color css
<style>
a { background-color: #B9341D; }
a { background-color: rgb(185,52,29); }
div.DivClassName
{
background-color: #B9341D;
}
.BgClassName
{
background-color: #B9341D;
}
</style>
border-color css
<style>
span { border-color: #B9341D; }
span { border-color: rgb(185,52,29); }
td.TdClassName
{
border-color: #B9341D;
}
.TagClassName
{
border-color: #B9341D;
}
</style>