Html Css Color HEX #BD2E07 Harley Davidson Orange
📋 copy color: '#BD2E07'red 189 ◦ green 46 ◦ blue 7
Shades of Harley Davidson Orange #BD2E07
Tints of Harley Davidson Orange #BD2E07
RGB
CMYK
RGB Variations
Color information
#BD2E07 (or 0xBD2E07) is known color: Harley Davidson Orange. HEX triplet: BD, 2E and 07. RGB value is (189,46,7). Sum of RGB (Red+Green+Blue) = 189+46+7=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E07 is #42D1F8. Grayscale: #545454. Windows color (decimal): -4379129 or 470717. OLE color: 470717.
HSL color Cylindrical-coordinate representation of color #BD2E07: hue angle of 12.86º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD2E07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.26 |
| HSL | 12.86º | 0.93% | 0.38% | - |
| HSV(B) | 12.86º | 0.96% | 0.74% | - |
| XYZ | 22 | 12.79 | 1.51 | - |
| YUV | 84.31 | 84.38 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 7 | 0 | 0.76 | 0.96 | 0.26 | 12.86 | 0.93 | 0.38 |
| Hex | BD | 2E | 7 | 0 | 4C | 60 | 1A | D | 5D | 26 |
| Octal | 275 | 56 | 7 | 0 | 114 | 140 | 32 | 15 | 135 | 46 |
| Binary | 10111101 | 101110 | 111 | 0 | 1001100 | 1100000 | 11010 | 1101 | 1011101 | 100110 |
Color Harmonies of #BD2E07
Complementary color
Monochromatic Colors of #BD2E07
Black with #BD2E07
Text Example
Text Example
White with #BD2E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E07; }
p { color: rgb(189,46,7); }
H1.HeaderClassName
{
color: #BD2E07;
}
.AnyTagClassName
{
color: #BD2E07;
}
</style>
background-color css
<style>
a { background-color: #BD2E07; }
a { background-color: rgb(189,46,7); }
div.DivClassName
{
background-color: #BD2E07;
}
.BgClassName
{
background-color: #BD2E07;
}
</style>
border-color css
<style>
span { border-color: #BD2E07; }
span { border-color: rgb(189,46,7); }
td.TdClassName
{
border-color: #BD2E07;
}
.TagClassName
{
border-color: #BD2E07;
}
</style>