Html Css Color HEX #BD3A17 Harley Davidson Orange
📋 copy color: '#BD3A17'red 189 ◦ green 58 ◦ blue 23
Shades of Harley Davidson Orange #BD3A17
Tints of Harley Davidson Orange #BD3A17
RGB
CMYK
RGB Variations
Color information
#BD3A17 (or 0xBD3A17) is known color: Harley Davidson Orange. HEX triplet: BD, 3A and 17. RGB value is (189,58,23). Sum of RGB (Red+Green+Blue) = 189+58+23=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A17 is #42C5E8. Grayscale: #5D5D5D. Windows color (decimal): -4376041 or 1522365. OLE color: 1522365.
HSL color Cylindrical-coordinate representation of color #BD3A17: hue angle of 12.65º 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 #BD3A17 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 23 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.26 |
| HSL | 12.65º | 0.78% | 0.42% | - |
| HSV(B) | 12.65º | 0.88% | 0.74% | - |
| XYZ | 22.65 | 13.91 | 2.3 | - |
| YUV | 93.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 23 | 0 | 0.69 | 0.88 | 0.26 | 12.65 | 0.78 | 0.42 |
| Hex | BD | 3A | 17 | 0 | 45 | 58 | 1A | D | 4E | 2A |
| Octal | 275 | 72 | 27 | 0 | 105 | 130 | 32 | 15 | 116 | 52 |
| Binary | 10111101 | 111010 | 10111 | 0 | 1000101 | 1011000 | 11010 | 1101 | 1001110 | 101010 |
Color Harmonies of #BD3A17
Complementary color
Monochromatic Colors of #BD3A17
Black with #BD3A17
Text Example
Text Example
White with #BD3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A17; }
p { color: rgb(189,58,23); }
H1.HeaderClassName
{
color: #BD3A17;
}
.AnyTagClassName
{
color: #BD3A17;
}
</style>
background-color css
<style>
a { background-color: #BD3A17; }
a { background-color: rgb(189,58,23); }
div.DivClassName
{
background-color: #BD3A17;
}
.BgClassName
{
background-color: #BD3A17;
}
</style>
border-color css
<style>
span { border-color: #BD3A17; }
span { border-color: rgb(189,58,23); }
td.TdClassName
{
border-color: #BD3A17;
}
.TagClassName
{
border-color: #BD3A17;
}
</style>