Html Css Color HEX #BD3414 Harley Davidson Orange
📋 copy color: '#BD3414'red 189 ◦ green 52 ◦ blue 20
Shades of Harley Davidson Orange #BD3414
Tints of Harley Davidson Orange #BD3414
RGB
CMYK
RGB Variations
Color information
#BD3414 (or 0xBD3414) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 14. RGB value is (189,52,20). Sum of RGB (Red+Green+Blue) = 189+52+20=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3414 is #42CBEB. Grayscale: #595959. Windows color (decimal): -4377580 or 1324221. OLE color: 1324221.
HSL color Cylindrical-coordinate representation of color #BD3414: hue angle of 11.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD3414 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 20 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.26 |
| HSL | 11.36º | 0.81% | 0.41% | - |
| HSV(B) | 11.36º | 0.89% | 0.74% | - |
| XYZ | 22.34 | 13.33 | 2.06 | - |
| YUV | 89.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 20 | 0 | 0.72 | 0.89 | 0.26 | 11.36 | 0.81 | 0.41 |
| Hex | BD | 34 | 14 | 0 | 48 | 59 | 1A | B | 51 | 29 |
| Octal | 275 | 64 | 24 | 0 | 110 | 131 | 32 | 13 | 121 | 51 |
| Binary | 10111101 | 110100 | 10100 | 0 | 1001000 | 1011001 | 11010 | 1011 | 1010001 | 101001 |
Color Harmonies of #BD3414
Complementary color
Monochromatic Colors of #BD3414
Black with #BD3414
Text Example
Text Example
White with #BD3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3414; }
p { color: rgb(189,52,20); }
H1.HeaderClassName
{
color: #BD3414;
}
.AnyTagClassName
{
color: #BD3414;
}
</style>
background-color css
<style>
a { background-color: #BD3414; }
a { background-color: rgb(189,52,20); }
div.DivClassName
{
background-color: #BD3414;
}
.BgClassName
{
background-color: #BD3414;
}
</style>
border-color css
<style>
span { border-color: #BD3414; }
span { border-color: rgb(189,52,20); }
td.TdClassName
{
border-color: #BD3414;
}
.TagClassName
{
border-color: #BD3414;
}
</style>