Html Css Color HEX #BD220B Harley Davidson Orange
📋 copy color: '#BD220B'red 189 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #BD220B
Tints of Harley Davidson Orange #BD220B
RGB
CMYK
RGB Variations
Color information
#BD220B (or 0xBD220B) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 0B. RGB value is (189,34,11). Sum of RGB (Red+Green+Blue) = 189+34+11=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD220B is #42DDF4. Grayscale: #4D4D4D. Windows color (decimal): -4382197 or 729789. OLE color: 729789.
HSL color Cylindrical-coordinate representation of color #BD220B: hue angle of 7.75º 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 #BD220B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.26 |
| HSL | 7.75º | 0.89% | 0.39% | - |
| HSV(B) | 7.75º | 0.94% | 0.74% | - |
| XYZ | 21.62 | 11.99 | 1.49 | - |
| YUV | 77.72 | 90.35 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 11 | 0 | 0.82 | 0.94 | 0.26 | 7.75 | 0.89 | 0.39 |
| Hex | BD | 22 | B | 0 | 52 | 5E | 1A | 8 | 59 | 27 |
| Octal | 275 | 42 | 13 | 0 | 122 | 136 | 32 | 10 | 131 | 47 |
| Binary | 10111101 | 100010 | 1011 | 0 | 1010010 | 1011110 | 11010 | 1000 | 1011001 | 100111 |
Color Harmonies of #BD220B
Complementary color
Monochromatic Colors of #BD220B
Black with #BD220B
Text Example
Text Example
White with #BD220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD220B; }
p { color: rgb(189,34,11); }
H1.HeaderClassName
{
color: #BD220B;
}
.AnyTagClassName
{
color: #BD220B;
}
</style>
background-color css
<style>
a { background-color: #BD220B; }
a { background-color: rgb(189,34,11); }
div.DivClassName
{
background-color: #BD220B;
}
.BgClassName
{
background-color: #BD220B;
}
</style>
border-color css
<style>
span { border-color: #BD220B; }
span { border-color: rgb(189,34,11); }
td.TdClassName
{
border-color: #BD220B;
}
.TagClassName
{
border-color: #BD220B;
}
</style>