Html Css Color HEX #BD2607 Harley Davidson Orange
📋 copy color: '#BD2607'red 189 ◦ green 38 ◦ blue 7
Shades of Harley Davidson Orange #BD2607
Tints of Harley Davidson Orange #BD2607
RGB
CMYK
RGB Variations
Color information
#BD2607 (or 0xBD2607) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 07. RGB value is (189,38,7). Sum of RGB (Red+Green+Blue) = 189+38+7=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2607 is #42D9F8. Grayscale: #4F4F4F. Windows color (decimal): -4381177 or 468669. OLE color: 468669.
HSL color Cylindrical-coordinate representation of color #BD2607: hue angle of 10.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD2607 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.26 |
| HSL | 10.22º | 0.93% | 0.38% | - |
| HSV(B) | 10.22º | 0.96% | 0.74% | - |
| XYZ | 21.72 | 12.22 | 1.42 | - |
| YUV | 79.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 7 | 0 | 0.80 | 0.96 | 0.26 | 10.22 | 0.93 | 0.38 |
| Hex | BD | 26 | 7 | 0 | 50 | 60 | 1A | A | 5D | 26 |
| Octal | 275 | 46 | 7 | 0 | 120 | 140 | 32 | 12 | 135 | 46 |
| Binary | 10111101 | 100110 | 111 | 0 | 1010000 | 1100000 | 11010 | 1010 | 1011101 | 100110 |
Color Harmonies of #BD2607
Complementary color
Monochromatic Colors of #BD2607
Black with #BD2607
Text Example
Text Example
White with #BD2607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2607; }
p { color: rgb(189,38,7); }
H1.HeaderClassName
{
color: #BD2607;
}
.AnyTagClassName
{
color: #BD2607;
}
</style>
background-color css
<style>
a { background-color: #BD2607; }
a { background-color: rgb(189,38,7); }
div.DivClassName
{
background-color: #BD2607;
}
.BgClassName
{
background-color: #BD2607;
}
</style>
border-color css
<style>
span { border-color: #BD2607; }
span { border-color: rgb(189,38,7); }
td.TdClassName
{
border-color: #BD2607;
}
.TagClassName
{
border-color: #BD2607;
}
</style>