Html Css Color HEX #BD2000 Harley Davidson Orange
📋 copy color: '#BD2000'red 189 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #BD2000
Tints of Harley Davidson Orange #BD2000
RGB
CMYK
RGB Variations
Color information
#BD2000 (or 0xBD2000) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 00. RGB value is (189,32,0). Sum of RGB (Red+Green+Blue) = 189+32+0=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2000 is #42DFFF. Grayscale: #4B4B4B. Windows color (decimal): -4382720 or 8381. OLE color: 8381.
HSL color Cylindrical-coordinate representation of color #BD2000: hue angle of 10.16º 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 #BD2000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.26 |
| HSL | 10.16º | 1% | 0.37% | - |
| HSV(B) | 10.16º | 1% | 0.74% | - |
| XYZ | 21.5 | 11.85 | 1.15 | - |
| YUV | 75.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 0 | 0 | 0.83 | 1 | 0.26 | 10.16 | 1 | 0.37 |
| Hex | BD | 20 | 0 | 0 | 53 | 64 | 1A | A | 64 | 25 |
| Octal | 275 | 40 | 0 | 0 | 123 | 144 | 32 | 12 | 144 | 45 |
| Binary | 10111101 | 100000 | 0 | 0 | 1010011 | 1100100 | 11010 | 1010 | 1100100 | 100101 |
Color Harmonies of #BD2000
Complementary color
Monochromatic Colors of #BD2000
Black with #BD2000
Text Example
Text Example
White with #BD2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2000; }
p { color: rgb(189,32,0); }
H1.HeaderClassName
{
color: #BD2000;
}
.AnyTagClassName
{
color: #BD2000;
}
</style>
background-color css
<style>
a { background-color: #BD2000; }
a { background-color: rgb(189,32,0); }
div.DivClassName
{
background-color: #BD2000;
}
.BgClassName
{
background-color: #BD2000;
}
</style>
border-color css
<style>
span { border-color: #BD2000; }
span { border-color: rgb(189,32,0); }
td.TdClassName
{
border-color: #BD2000;
}
.TagClassName
{
border-color: #BD2000;
}
</style>