Html Css Color HEX #BD280F Harley Davidson Orange
📋 copy color: '#BD280F'red 189 ◦ green 40 ◦ blue 15
Shades of Harley Davidson Orange #BD280F
Tints of Harley Davidson Orange #BD280F
RGB
CMYK
RGB Variations
Color information
#BD280F (or 0xBD280F) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 0F. RGB value is (189,40,15). Sum of RGB (Red+Green+Blue) = 189+40+15=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD280F is #42D7F0. Grayscale: #515151. Windows color (decimal): -4380657 or 993469. OLE color: 993469.
HSL color Cylindrical-coordinate representation of color #BD280F: hue angle of 8.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD280F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 15 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.26 |
| HSL | 8.62º | 0.85% | 0.4% | - |
| HSV(B) | 8.62º | 0.92% | 0.74% | - |
| XYZ | 21.83 | 12.37 | 1.69 | - |
| YUV | 81.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 15 | 0 | 0.79 | 0.92 | 0.26 | 8.62 | 0.85 | 0.4 |
| Hex | BD | 28 | F | 0 | 4F | 5C | 1A | 9 | 55 | 28 |
| Octal | 275 | 50 | 17 | 0 | 117 | 134 | 32 | 11 | 125 | 50 |
| Binary | 10111101 | 101000 | 1111 | 0 | 1001111 | 1011100 | 11010 | 1001 | 1010101 | 101000 |
Color Harmonies of #BD280F
Complementary color
Monochromatic Colors of #BD280F
Black with #BD280F
Text Example
Text Example
White with #BD280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD280F; }
p { color: rgb(189,40,15); }
H1.HeaderClassName
{
color: #BD280F;
}
.AnyTagClassName
{
color: #BD280F;
}
</style>
background-color css
<style>
a { background-color: #BD280F; }
a { background-color: rgb(189,40,15); }
div.DivClassName
{
background-color: #BD280F;
}
.BgClassName
{
background-color: #BD280F;
}
</style>
border-color css
<style>
span { border-color: #BD280F; }
span { border-color: rgb(189,40,15); }
td.TdClassName
{
border-color: #BD280F;
}
.TagClassName
{
border-color: #BD280F;
}
</style>