Html Css Color HEX #BD2206 Harley Davidson Orange
📋 copy color: '#BD2206'red 189 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #BD2206
Tints of Harley Davidson Orange #BD2206
RGB
CMYK
RGB Variations
Color information
#BD2206 (or 0xBD2206) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 06. RGB value is (189,34,6). Sum of RGB (Red+Green+Blue) = 189+34+6=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2206 is #42DDF9. Grayscale: #4D4D4D. Windows color (decimal): -4382202 or 402109. OLE color: 402109.
HSL color Cylindrical-coordinate representation of color #BD2206: hue angle of 9.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD2206 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.26 |
| HSL | 9.18º | 0.94% | 0.38% | - |
| HSV(B) | 9.18º | 0.97% | 0.74% | - |
| XYZ | 21.59 | 11.98 | 1.35 | - |
| YUV | 77.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 6 | 0 | 0.82 | 0.97 | 0.26 | 9.18 | 0.94 | 0.38 |
| Hex | BD | 22 | 6 | 0 | 52 | 61 | 1A | 9 | 5E | 26 |
| Octal | 275 | 42 | 6 | 0 | 122 | 141 | 32 | 11 | 136 | 46 |
| Binary | 10111101 | 100010 | 110 | 0 | 1010010 | 1100001 | 11010 | 1001 | 1011110 | 100110 |
Color Harmonies of #BD2206
Complementary color
Monochromatic Colors of #BD2206
Black with #BD2206
Text Example
Text Example
White with #BD2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2206; }
p { color: rgb(189,34,6); }
H1.HeaderClassName
{
color: #BD2206;
}
.AnyTagClassName
{
color: #BD2206;
}
</style>
background-color css
<style>
a { background-color: #BD2206; }
a { background-color: rgb(189,34,6); }
div.DivClassName
{
background-color: #BD2206;
}
.BgClassName
{
background-color: #BD2206;
}
</style>
border-color css
<style>
span { border-color: #BD2206; }
span { border-color: rgb(189,34,6); }
td.TdClassName
{
border-color: #BD2206;
}
.TagClassName
{
border-color: #BD2206;
}
</style>