Html Css Color HEX #BD2C06 Harley Davidson Orange
📋 copy color: '#BD2C06'red 189 ◦ green 44 ◦ blue 6
Shades of Harley Davidson Orange #BD2C06
Tints of Harley Davidson Orange #BD2C06
RGB
CMYK
RGB Variations
Color information
#BD2C06 (or 0xBD2C06) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 06. RGB value is (189,44,6). Sum of RGB (Red+Green+Blue) = 189+44+6=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C06 is #42D3F9. Grayscale: #535353. Windows color (decimal): -4379642 or 404669. OLE color: 404669.
HSL color Cylindrical-coordinate representation of color #BD2C06: hue angle of 12.46º 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 #BD2C06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.26 |
| HSL | 12.46º | 0.94% | 0.38% | - |
| HSV(B) | 12.46º | 0.97% | 0.74% | - |
| XYZ | 21.92 | 12.63 | 1.46 | - |
| YUV | 83.02 | 84.54 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 6 | 0 | 0.77 | 0.97 | 0.26 | 12.46 | 0.94 | 0.38 |
| Hex | BD | 2C | 6 | 0 | 4D | 61 | 1A | C | 5E | 26 |
| Octal | 275 | 54 | 6 | 0 | 115 | 141 | 32 | 14 | 136 | 46 |
| Binary | 10111101 | 101100 | 110 | 0 | 1001101 | 1100001 | 11010 | 1100 | 1011110 | 100110 |
Color Harmonies of #BD2C06
Complementary color
Monochromatic Colors of #BD2C06
Black with #BD2C06
Text Example
Text Example
White with #BD2C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C06; }
p { color: rgb(189,44,6); }
H1.HeaderClassName
{
color: #BD2C06;
}
.AnyTagClassName
{
color: #BD2C06;
}
</style>
background-color css
<style>
a { background-color: #BD2C06; }
a { background-color: rgb(189,44,6); }
div.DivClassName
{
background-color: #BD2C06;
}
.BgClassName
{
background-color: #BD2C06;
}
</style>
border-color css
<style>
span { border-color: #BD2C06; }
span { border-color: rgb(189,44,6); }
td.TdClassName
{
border-color: #BD2C06;
}
.TagClassName
{
border-color: #BD2C06;
}
</style>