Html Css Color HEX #BD2E00 Harley Davidson Orange
📋 copy color: '#BD2E00'red 189 ◦ green 46 ◦ blue 0
Shades of Harley Davidson Orange #BD2E00
Tints of Harley Davidson Orange #BD2E00
RGB
CMYK
RGB Variations
Color information
#BD2E00 (or 0xBD2E00) is known color: Harley Davidson Orange. HEX triplet: BD, 2E and 00. RGB value is (189,46,0). Sum of RGB (Red+Green+Blue) = 189+46+0=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E00 is #42D1FF. Grayscale: #535353. Windows color (decimal): -4379136 or 11965. OLE color: 11965.
HSL color Cylindrical-coordinate representation of color #BD2E00: hue angle of 14.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD2E00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.26 |
| HSL | 14.6º | 1% | 0.37% | - |
| HSV(B) | 14.6º | 1% | 0.74% | - |
| XYZ | 21.96 | 12.77 | 1.31 | - |
| YUV | 83.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 0 | 0 | 0.76 | 1 | 0.26 | 14.6 | 1 | 0.37 |
| Hex | BD | 2E | 0 | 0 | 4C | 64 | 1A | F | 64 | 25 |
| Octal | 275 | 56 | 0 | 0 | 114 | 144 | 32 | 17 | 144 | 45 |
| Binary | 10111101 | 101110 | 0 | 0 | 1001100 | 1100100 | 11010 | 1111 | 1100100 | 100101 |
Color Harmonies of #BD2E00
Complementary color
Monochromatic Colors of #BD2E00
Black with #BD2E00
Text Example
Text Example
White with #BD2E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E00; }
p { color: rgb(189,46,0); }
H1.HeaderClassName
{
color: #BD2E00;
}
.AnyTagClassName
{
color: #BD2E00;
}
</style>
background-color css
<style>
a { background-color: #BD2E00; }
a { background-color: rgb(189,46,0); }
div.DivClassName
{
background-color: #BD2E00;
}
.BgClassName
{
background-color: #BD2E00;
}
</style>
border-color css
<style>
span { border-color: #BD2E00; }
span { border-color: rgb(189,46,0); }
td.TdClassName
{
border-color: #BD2E00;
}
.TagClassName
{
border-color: #BD2E00;
}
</style>