Html Css Color HEX #BD3A16 Harley Davidson Orange
📋 copy color: '#BD3A16'red 189 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #BD3A16
Tints of Harley Davidson Orange #BD3A16
RGB
CMYK
RGB Variations
Color information
#BD3A16 (or 0xBD3A16) is known color: Harley Davidson Orange. HEX triplet: BD, 3A and 16. RGB value is (189,58,22). Sum of RGB (Red+Green+Blue) = 189+58+22=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A16 is #42C5E9. Grayscale: #5D5D5D. Windows color (decimal): -4376042 or 1456829. OLE color: 1456829.
HSL color Cylindrical-coordinate representation of color #BD3A16: hue angle of 12.93º 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 #BD3A16 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.26 |
| HSL | 12.93º | 0.79% | 0.41% | - |
| HSV(B) | 12.93º | 0.88% | 0.74% | - |
| XYZ | 22.64 | 13.9 | 2.25 | - |
| YUV | 93.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 22 | 0 | 0.69 | 0.88 | 0.26 | 12.93 | 0.79 | 0.41 |
| Hex | BD | 3A | 16 | 0 | 45 | 58 | 1A | D | 4F | 29 |
| Octal | 275 | 72 | 26 | 0 | 105 | 130 | 32 | 15 | 117 | 51 |
| Binary | 10111101 | 111010 | 10110 | 0 | 1000101 | 1011000 | 11010 | 1101 | 1001111 | 101001 |
Color Harmonies of #BD3A16
Complementary color
Monochromatic Colors of #BD3A16
Black with #BD3A16
Text Example
Text Example
White with #BD3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A16; }
p { color: rgb(189,58,22); }
H1.HeaderClassName
{
color: #BD3A16;
}
.AnyTagClassName
{
color: #BD3A16;
}
</style>
background-color css
<style>
a { background-color: #BD3A16; }
a { background-color: rgb(189,58,22); }
div.DivClassName
{
background-color: #BD3A16;
}
.BgClassName
{
background-color: #BD3A16;
}
</style>
border-color css
<style>
span { border-color: #BD3A16; }
span { border-color: rgb(189,58,22); }
td.TdClassName
{
border-color: #BD3A16;
}
.TagClassName
{
border-color: #BD3A16;
}
</style>