Html Css Color HEX #BD3106 Harley Davidson Orange
📋 copy color: '#BD3106'red 189 ◦ green 49 ◦ blue 6
Shades of Harley Davidson Orange #BD3106
Tints of Harley Davidson Orange #BD3106
RGB
CMYK
RGB Variations
Color information
#BD3106 (or 0xBD3106) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 06. RGB value is (189,49,6). Sum of RGB (Red+Green+Blue) = 189+49+6=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3106 is #42CEF9. Grayscale: #565656. Windows color (decimal): -4378362 or 405949. OLE color: 405949.
HSL color Cylindrical-coordinate representation of color #BD3106: hue angle of 14.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD3106 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.26 |
| HSL | 14.1º | 0.94% | 0.38% | - |
| HSV(B) | 14.1º | 0.97% | 0.74% | - |
| XYZ | 22.12 | 13.03 | 1.52 | - |
| YUV | 85.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 6 | 0 | 0.74 | 0.97 | 0.26 | 14.1 | 0.94 | 0.38 |
| Hex | BD | 31 | 6 | 0 | 4A | 61 | 1A | E | 5E | 26 |
| Octal | 275 | 61 | 6 | 0 | 112 | 141 | 32 | 16 | 136 | 46 |
| Binary | 10111101 | 110001 | 110 | 0 | 1001010 | 1100001 | 11010 | 1110 | 1011110 | 100110 |
Color Harmonies of #BD3106
Complementary color
Monochromatic Colors of #BD3106
Black with #BD3106
Text Example
Text Example
White with #BD3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3106; }
p { color: rgb(189,49,6); }
H1.HeaderClassName
{
color: #BD3106;
}
.AnyTagClassName
{
color: #BD3106;
}
</style>
background-color css
<style>
a { background-color: #BD3106; }
a { background-color: rgb(189,49,6); }
div.DivClassName
{
background-color: #BD3106;
}
.BgClassName
{
background-color: #BD3106;
}
</style>
border-color css
<style>
span { border-color: #BD3106; }
span { border-color: rgb(189,49,6); }
td.TdClassName
{
border-color: #BD3106;
}
.TagClassName
{
border-color: #BD3106;
}
</style>