Html Css Color HEX #BD3417 Harley Davidson Orange
📋 copy color: '#BD3417'red 189 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #BD3417
Tints of Harley Davidson Orange #BD3417
RGB
CMYK
RGB Variations
Color information
#BD3417 (or 0xBD3417) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 17. RGB value is (189,52,23). Sum of RGB (Red+Green+Blue) = 189+52+23=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3417 is #42CBE8. Grayscale: #595959. Windows color (decimal): -4377577 or 1520829. OLE color: 1520829.
HSL color Cylindrical-coordinate representation of color #BD3417: hue angle of 10.48º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3417 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 23 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.26 |
| HSL | 10.48º | 0.78% | 0.42% | - |
| HSV(B) | 10.48º | 0.88% | 0.74% | - |
| XYZ | 22.37 | 13.34 | 2.21 | - |
| YUV | 89.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 23 | 0 | 0.72 | 0.88 | 0.26 | 10.48 | 0.78 | 0.42 |
| Hex | BD | 34 | 17 | 0 | 48 | 58 | 1A | A | 4E | 2A |
| Octal | 275 | 64 | 27 | 0 | 110 | 130 | 32 | 12 | 116 | 52 |
| Binary | 10111101 | 110100 | 10111 | 0 | 1001000 | 1011000 | 11010 | 1010 | 1001110 | 101010 |
Color Harmonies of #BD3417
Complementary color
Monochromatic Colors of #BD3417
Black with #BD3417
Text Example
Text Example
White with #BD3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3417; }
p { color: rgb(189,52,23); }
H1.HeaderClassName
{
color: #BD3417;
}
.AnyTagClassName
{
color: #BD3417;
}
</style>
background-color css
<style>
a { background-color: #BD3417; }
a { background-color: rgb(189,52,23); }
div.DivClassName
{
background-color: #BD3417;
}
.BgClassName
{
background-color: #BD3417;
}
</style>
border-color css
<style>
span { border-color: #BD3417; }
span { border-color: rgb(189,52,23); }
td.TdClassName
{
border-color: #BD3417;
}
.TagClassName
{
border-color: #BD3417;
}
</style>