Html Css Color HEX #BD3915 Harley Davidson Orange
📋 copy color: '#BD3915'red 189 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #BD3915
Tints of Harley Davidson Orange #BD3915
RGB
CMYK
RGB Variations
Color information
#BD3915 (or 0xBD3915) is known color: Harley Davidson Orange. HEX triplet: BD, 39 and 15. RGB value is (189,57,21). Sum of RGB (Red+Green+Blue) = 189+57+21=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3915 is #42C6EA. Grayscale: #5C5C5C. Windows color (decimal): -4376299 or 1391037. OLE color: 1391037.
HSL color Cylindrical-coordinate representation of color #BD3915: hue angle of 12.86º degrees, saturation: 0.8, 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 #BD3915 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 21 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.26 |
| HSL | 12.86º | 0.8% | 0.41% | - |
| HSV(B) | 12.86º | 0.89% | 0.74% | - |
| XYZ | 22.58 | 13.8 | 2.18 | - |
| YUV | 92.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 21 | 0 | 0.70 | 0.89 | 0.26 | 12.86 | 0.8 | 0.41 |
| Hex | BD | 39 | 15 | 0 | 46 | 59 | 1A | D | 50 | 29 |
| Octal | 275 | 71 | 25 | 0 | 106 | 131 | 32 | 15 | 120 | 51 |
| Binary | 10111101 | 111001 | 10101 | 0 | 1000110 | 1011001 | 11010 | 1101 | 1010000 | 101001 |
Color Harmonies of #BD3915
Complementary color
Monochromatic Colors of #BD3915
Black with #BD3915
Text Example
Text Example
White with #BD3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3915; }
p { color: rgb(189,57,21); }
H1.HeaderClassName
{
color: #BD3915;
}
.AnyTagClassName
{
color: #BD3915;
}
</style>
background-color css
<style>
a { background-color: #BD3915; }
a { background-color: rgb(189,57,21); }
div.DivClassName
{
background-color: #BD3915;
}
.BgClassName
{
background-color: #BD3915;
}
</style>
border-color css
<style>
span { border-color: #BD3915; }
span { border-color: rgb(189,57,21); }
td.TdClassName
{
border-color: #BD3915;
}
.TagClassName
{
border-color: #BD3915;
}
</style>