Html Css Color HEX #BD2F00 Harley Davidson Orange
📋 copy color: '#BD2F00'red 189 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #BD2F00
Tints of Harley Davidson Orange #BD2F00
RGB
CMYK
RGB Variations
Color information
#BD2F00 (or 0xBD2F00) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 00. RGB value is (189,47,0). Sum of RGB (Red+Green+Blue) = 189+47+0=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F00 is #42D0FF. Grayscale: #545454. Windows color (decimal): -4378880 or 12221. OLE color: 12221.
HSL color Cylindrical-coordinate representation of color #BD2F00: hue angle of 14.92º 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 #BD2F00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.26 |
| HSL | 14.92º | 1% | 0.37% | - |
| HSV(B) | 14.92º | 1% | 0.74% | - |
| XYZ | 22 | 12.85 | 1.32 | - |
| YUV | 84.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 0 | 0 | 0.75 | 1 | 0.26 | 14.92 | 1 | 0.37 |
| Hex | BD | 2F | 0 | 0 | 4B | 64 | 1A | F | 64 | 25 |
| Octal | 275 | 57 | 0 | 0 | 113 | 144 | 32 | 17 | 144 | 45 |
| Binary | 10111101 | 101111 | 0 | 0 | 1001011 | 1100100 | 11010 | 1111 | 1100100 | 100101 |
Color Harmonies of #BD2F00
Complementary color
Monochromatic Colors of #BD2F00
Black with #BD2F00
Text Example
Text Example
White with #BD2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F00; }
p { color: rgb(189,47,0); }
H1.HeaderClassName
{
color: #BD2F00;
}
.AnyTagClassName
{
color: #BD2F00;
}
</style>
background-color css
<style>
a { background-color: #BD2F00; }
a { background-color: rgb(189,47,0); }
div.DivClassName
{
background-color: #BD2F00;
}
.BgClassName
{
background-color: #BD2F00;
}
</style>
border-color css
<style>
span { border-color: #BD2F00; }
span { border-color: rgb(189,47,0); }
td.TdClassName
{
border-color: #BD2F00;
}
.TagClassName
{
border-color: #BD2F00;
}
</style>