Html Css Color HEX #BD2F0B Harley Davidson Orange
📋 copy color: '#BD2F0B'red 189 ◦ green 47 ◦ blue 11
Shades of Harley Davidson Orange #BD2F0B
Tints of Harley Davidson Orange #BD2F0B
RGB
CMYK
RGB Variations
Color information
#BD2F0B (or 0xBD2F0B) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 0B. RGB value is (189,47,11). Sum of RGB (Red+Green+Blue) = 189+47+11=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F0B is #42D0F4. Grayscale: #555555. Windows color (decimal): -4378869 or 733117. OLE color: 733117.
HSL color Cylindrical-coordinate representation of color #BD2F0B: hue angle of 12.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD2F0B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.26 |
| HSL | 12.13º | 0.89% | 0.39% | - |
| HSV(B) | 12.13º | 0.94% | 0.74% | - |
| XYZ | 22.06 | 12.88 | 1.64 | - |
| YUV | 85.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 11 | 0 | 0.75 | 0.94 | 0.26 | 12.13 | 0.89 | 0.39 |
| Hex | BD | 2F | B | 0 | 4B | 5E | 1A | C | 59 | 27 |
| Octal | 275 | 57 | 13 | 0 | 113 | 136 | 32 | 14 | 131 | 47 |
| Binary | 10111101 | 101111 | 1011 | 0 | 1001011 | 1011110 | 11010 | 1100 | 1011001 | 100111 |
Color Harmonies of #BD2F0B
Complementary color
Monochromatic Colors of #BD2F0B
Black with #BD2F0B
Text Example
Text Example
White with #BD2F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F0B; }
p { color: rgb(189,47,11); }
H1.HeaderClassName
{
color: #BD2F0B;
}
.AnyTagClassName
{
color: #BD2F0B;
}
</style>
background-color css
<style>
a { background-color: #BD2F0B; }
a { background-color: rgb(189,47,11); }
div.DivClassName
{
background-color: #BD2F0B;
}
.BgClassName
{
background-color: #BD2F0B;
}
</style>
border-color css
<style>
span { border-color: #BD2F0B; }
span { border-color: rgb(189,47,11); }
td.TdClassName
{
border-color: #BD2F0B;
}
.TagClassName
{
border-color: #BD2F0B;
}
</style>