Html Css Color HEX #BD290F Harley Davidson Orange
📋 copy color: '#BD290F'red 189 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #BD290F
Tints of Harley Davidson Orange #BD290F
RGB
CMYK
RGB Variations
Color information
#BD290F (or 0xBD290F) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 0F. RGB value is (189,41,15). Sum of RGB (Red+Green+Blue) = 189+41+15=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD290F is #42D6F0. Grayscale: #525252. Windows color (decimal): -4380401 or 993725. OLE color: 993725.
HSL color Cylindrical-coordinate representation of color #BD290F: hue angle of 8.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD290F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 15 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.26 |
| HSL | 8.97º | 0.85% | 0.4% | - |
| HSV(B) | 8.97º | 0.92% | 0.74% | - |
| XYZ | 21.87 | 12.44 | 1.7 | - |
| YUV | 82.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 15 | 0 | 0.78 | 0.92 | 0.26 | 8.97 | 0.85 | 0.4 |
| Hex | BD | 29 | F | 0 | 4E | 5C | 1A | 9 | 55 | 28 |
| Octal | 275 | 51 | 17 | 0 | 116 | 134 | 32 | 11 | 125 | 50 |
| Binary | 10111101 | 101001 | 1111 | 0 | 1001110 | 1011100 | 11010 | 1001 | 1010101 | 101000 |
Color Harmonies of #BD290F
Complementary color
Monochromatic Colors of #BD290F
Black with #BD290F
Text Example
Text Example
White with #BD290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD290F; }
p { color: rgb(189,41,15); }
H1.HeaderClassName
{
color: #BD290F;
}
.AnyTagClassName
{
color: #BD290F;
}
</style>
background-color css
<style>
a { background-color: #BD290F; }
a { background-color: rgb(189,41,15); }
div.DivClassName
{
background-color: #BD290F;
}
.BgClassName
{
background-color: #BD290F;
}
</style>
border-color css
<style>
span { border-color: #BD290F; }
span { border-color: rgb(189,41,15); }
td.TdClassName
{
border-color: #BD290F;
}
.TagClassName
{
border-color: #BD290F;
}
</style>