Html Css Color HEX #BD3716 Harley Davidson Orange
📋 copy color: '#BD3716'red 189 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #BD3716
Tints of Harley Davidson Orange #BD3716
RGB
CMYK
RGB Variations
Color information
#BD3716 (or 0xBD3716) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 16. RGB value is (189,55,22). Sum of RGB (Red+Green+Blue) = 189+55+22=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3716 is #42C8E9. Grayscale: #5B5B5B. Windows color (decimal): -4376810 or 1456061. OLE color: 1456061.
HSL color Cylindrical-coordinate representation of color #BD3716: hue angle of 11.86º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3716 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 22 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.26 |
| HSL | 11.86º | 0.79% | 0.41% | - |
| HSV(B) | 11.86º | 0.88% | 0.74% | - |
| XYZ | 22.5 | 13.61 | 2.2 | - |
| YUV | 91.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 22 | 0 | 0.71 | 0.88 | 0.26 | 11.86 | 0.79 | 0.41 |
| Hex | BD | 37 | 16 | 0 | 47 | 58 | 1A | C | 4F | 29 |
| Octal | 275 | 67 | 26 | 0 | 107 | 130 | 32 | 14 | 117 | 51 |
| Binary | 10111101 | 110111 | 10110 | 0 | 1000111 | 1011000 | 11010 | 1100 | 1001111 | 101001 |
Color Harmonies of #BD3716
Complementary color
Monochromatic Colors of #BD3716
Black with #BD3716
Text Example
Text Example
White with #BD3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3716; }
p { color: rgb(189,55,22); }
H1.HeaderClassName
{
color: #BD3716;
}
.AnyTagClassName
{
color: #BD3716;
}
</style>
background-color css
<style>
a { background-color: #BD3716; }
a { background-color: rgb(189,55,22); }
div.DivClassName
{
background-color: #BD3716;
}
.BgClassName
{
background-color: #BD3716;
}
</style>
border-color css
<style>
span { border-color: #BD3716; }
span { border-color: rgb(189,55,22); }
td.TdClassName
{
border-color: #BD3716;
}
.TagClassName
{
border-color: #BD3716;
}
</style>