Html Css Color HEX #BD200B Harley Davidson Orange
📋 copy color: '#BD200B'red 189 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #BD200B
Tints of Harley Davidson Orange #BD200B
RGB
CMYK
RGB Variations
Color information
#BD200B (or 0xBD200B) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 0B. RGB value is (189,32,11). Sum of RGB (Red+Green+Blue) = 189+32+11=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD200B is #42DFF4. Grayscale: #4C4C4C. Windows color (decimal): -4382709 or 729277. OLE color: 729277.
HSL color Cylindrical-coordinate representation of color #BD200B: hue angle of 7.08º 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 #BD200B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.26 |
| HSL | 7.08º | 0.89% | 0.39% | - |
| HSV(B) | 7.08º | 0.94% | 0.74% | - |
| XYZ | 21.56 | 11.88 | 1.47 | - |
| YUV | 76.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 11 | 0 | 0.83 | 0.94 | 0.26 | 7.08 | 0.89 | 0.39 |
| Hex | BD | 20 | B | 0 | 53 | 5E | 1A | 7 | 59 | 27 |
| Octal | 275 | 40 | 13 | 0 | 123 | 136 | 32 | 7 | 131 | 47 |
| Binary | 10111101 | 100000 | 1011 | 0 | 1010011 | 1011110 | 11010 | 111 | 1011001 | 100111 |
Color Harmonies of #BD200B
Complementary color
Monochromatic Colors of #BD200B
Black with #BD200B
Text Example
Text Example
White with #BD200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD200B; }
p { color: rgb(189,32,11); }
H1.HeaderClassName
{
color: #BD200B;
}
.AnyTagClassName
{
color: #BD200B;
}
</style>
background-color css
<style>
a { background-color: #BD200B; }
a { background-color: rgb(189,32,11); }
div.DivClassName
{
background-color: #BD200B;
}
.BgClassName
{
background-color: #BD200B;
}
</style>
border-color css
<style>
span { border-color: #BD200B; }
span { border-color: rgb(189,32,11); }
td.TdClassName
{
border-color: #BD200B;
}
.TagClassName
{
border-color: #BD200B;
}
</style>