Html Css Color HEX #BD3710 Harley Davidson Orange
📋 copy color: '#BD3710'red 189 ◦ green 55 ◦ blue 16
Shades of Harley Davidson Orange #BD3710
Tints of Harley Davidson Orange #BD3710
RGB
CMYK
RGB Variations
Color information
#BD3710 (or 0xBD3710) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 10. RGB value is (189,55,16). Sum of RGB (Red+Green+Blue) = 189+55+16=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3710 is #42C8EF. Grayscale: #5A5A5A. Windows color (decimal): -4376816 or 1062845. OLE color: 1062845.
HSL color Cylindrical-coordinate representation of color #BD3710: hue angle of 13.53º degrees, saturation: 0.84, 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 #BD3710 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 16 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.26 |
| HSL | 13.53º | 0.84% | 0.4% | - |
| HSV(B) | 13.53º | 0.92% | 0.74% | - |
| XYZ | 22.45 | 13.59 | 1.93 | - |
| YUV | 90.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 16 | 0 | 0.71 | 0.92 | 0.26 | 13.53 | 0.84 | 0.4 |
| Hex | BD | 37 | 10 | 0 | 47 | 5C | 1A | E | 54 | 28 |
| Octal | 275 | 67 | 20 | 0 | 107 | 134 | 32 | 16 | 124 | 50 |
| Binary | 10111101 | 110111 | 10000 | 0 | 1000111 | 1011100 | 11010 | 1110 | 1010100 | 101000 |
Color Harmonies of #BD3710
Complementary color
Monochromatic Colors of #BD3710
Black with #BD3710
Text Example
Text Example
White with #BD3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3710; }
p { color: rgb(189,55,16); }
H1.HeaderClassName
{
color: #BD3710;
}
.AnyTagClassName
{
color: #BD3710;
}
</style>
background-color css
<style>
a { background-color: #BD3710; }
a { background-color: rgb(189,55,16); }
div.DivClassName
{
background-color: #BD3710;
}
.BgClassName
{
background-color: #BD3710;
}
</style>
border-color css
<style>
span { border-color: #BD3710; }
span { border-color: rgb(189,55,16); }
td.TdClassName
{
border-color: #BD3710;
}
.TagClassName
{
border-color: #BD3710;
}
</style>