Html Css Color HEX #BD3416 Harley Davidson Orange
📋 copy color: '#BD3416'red 189 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #BD3416
Tints of Harley Davidson Orange #BD3416
RGB
CMYK
RGB Variations
Color information
#BD3416 (or 0xBD3416) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 16. RGB value is (189,52,22). Sum of RGB (Red+Green+Blue) = 189+52+22=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3416 is #42CBE9. Grayscale: #595959. Windows color (decimal): -4377578 or 1455293. OLE color: 1455293.
HSL color Cylindrical-coordinate representation of color #BD3416: hue angle of 10.78º 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 #BD3416 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 22 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.26 |
| HSL | 10.78º | 0.79% | 0.41% | - |
| HSV(B) | 10.78º | 0.88% | 0.74% | - |
| XYZ | 22.36 | 13.33 | 2.15 | - |
| YUV | 89.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 22 | 0 | 0.72 | 0.88 | 0.26 | 10.78 | 0.79 | 0.41 |
| Hex | BD | 34 | 16 | 0 | 48 | 58 | 1A | B | 4F | 29 |
| Octal | 275 | 64 | 26 | 0 | 110 | 130 | 32 | 13 | 117 | 51 |
| Binary | 10111101 | 110100 | 10110 | 0 | 1001000 | 1011000 | 11010 | 1011 | 1001111 | 101001 |
Color Harmonies of #BD3416
Complementary color
Monochromatic Colors of #BD3416
Black with #BD3416
Text Example
Text Example
White with #BD3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3416; }
p { color: rgb(189,52,22); }
H1.HeaderClassName
{
color: #BD3416;
}
.AnyTagClassName
{
color: #BD3416;
}
</style>
background-color css
<style>
a { background-color: #BD3416; }
a { background-color: rgb(189,52,22); }
div.DivClassName
{
background-color: #BD3416;
}
.BgClassName
{
background-color: #BD3416;
}
</style>
border-color css
<style>
span { border-color: #BD3416; }
span { border-color: rgb(189,52,22); }
td.TdClassName
{
border-color: #BD3416;
}
.TagClassName
{
border-color: #BD3416;
}
</style>