Html Css Color HEX #BD3518 Harley Davidson Orange
📋 copy color: '#BD3518'red 189 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #BD3518
Tints of Harley Davidson Orange #BD3518
RGB
CMYK
RGB Variations
Color information
#BD3518 (or 0xBD3518) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 18. RGB value is (189,53,24). Sum of RGB (Red+Green+Blue) = 189+53+24=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3518 is #42CAE7. Grayscale: #5A5A5A. Windows color (decimal): -4377320 or 1586621. OLE color: 1586621.
HSL color Cylindrical-coordinate representation of color #BD3518: hue angle of 10.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD3518 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 24 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.26 |
| HSL | 10.55º | 0.77% | 0.42% | - |
| HSV(B) | 10.55º | 0.87% | 0.74% | - |
| XYZ | 22.42 | 13.43 | 2.27 | - |
| YUV | 90.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 24 | 0 | 0.72 | 0.87 | 0.26 | 10.55 | 0.77 | 0.42 |
| Hex | BD | 35 | 18 | 0 | 48 | 57 | 1A | B | 4D | 2A |
| Octal | 275 | 65 | 30 | 0 | 110 | 127 | 32 | 13 | 115 | 52 |
| Binary | 10111101 | 110101 | 11000 | 0 | 1001000 | 1010111 | 11010 | 1011 | 1001101 | 101010 |
Color Harmonies of #BD3518
Complementary color
Monochromatic Colors of #BD3518
Black with #BD3518
Text Example
Text Example
White with #BD3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3518; }
p { color: rgb(189,53,24); }
H1.HeaderClassName
{
color: #BD3518;
}
.AnyTagClassName
{
color: #BD3518;
}
</style>
background-color css
<style>
a { background-color: #BD3518; }
a { background-color: rgb(189,53,24); }
div.DivClassName
{
background-color: #BD3518;
}
.BgClassName
{
background-color: #BD3518;
}
</style>
border-color css
<style>
span { border-color: #BD3518; }
span { border-color: rgb(189,53,24); }
td.TdClassName
{
border-color: #BD3518;
}
.TagClassName
{
border-color: #BD3518;
}
</style>