Html Css Color HEX #B9341E Harley Davidson Orange
📋 copy color: '#B9341E'red 185 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #B9341E
Tints of Harley Davidson Orange #B9341E
RGB
CMYK
RGB Variations
Color information
#B9341E (or 0xB9341E) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 1E. RGB value is (185,52,30). Sum of RGB (Red+Green+Blue) = 185+52+30=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9341E is #46CBE1. Grayscale: #595959. Windows color (decimal): -4639714 or 1979577. OLE color: 1979577.
HSL color Cylindrical-coordinate representation of color #B9341E: hue angle of 8.52º degrees, saturation: 0.72, 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 #B9341E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 30 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.27 |
| HSL | 8.52º | 0.72% | 0.42% | - |
| HSV(B) | 8.52º | 0.84% | 0.73% | - |
| XYZ | 21.47 | 12.86 | 2.58 | - |
| YUV | 89.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 30 | 0 | 0.72 | 0.84 | 0.27 | 8.52 | 0.72 | 0.42 |
| Hex | B9 | 34 | 1E | 0 | 48 | 54 | 1B | 9 | 48 | 2A |
| Octal | 271 | 64 | 36 | 0 | 110 | 124 | 33 | 11 | 110 | 52 |
| Binary | 10111001 | 110100 | 11110 | 0 | 1001000 | 1010100 | 11011 | 1001 | 1001000 | 101010 |
Color Harmonies of #B9341E
Complementary color
Monochromatic Colors of #B9341E
Black with #B9341E
Text Example
Text Example
White with #B9341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9341E; }
p { color: rgb(185,52,30); }
H1.HeaderClassName
{
color: #B9341E;
}
.AnyTagClassName
{
color: #B9341E;
}
</style>
background-color css
<style>
a { background-color: #B9341E; }
a { background-color: rgb(185,52,30); }
div.DivClassName
{
background-color: #B9341E;
}
.BgClassName
{
background-color: #B9341E;
}
</style>
border-color css
<style>
span { border-color: #B9341E; }
span { border-color: rgb(185,52,30); }
td.TdClassName
{
border-color: #B9341E;
}
.TagClassName
{
border-color: #B9341E;
}
</style>