Html Css Color HEX #BD260E Harley Davidson Orange
📋 copy color: '#BD260E'red 189 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #BD260E
Tints of Harley Davidson Orange #BD260E
RGB
CMYK
RGB Variations
Color information
#BD260E (or 0xBD260E) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 0E. RGB value is (189,38,14). Sum of RGB (Red+Green+Blue) = 189+38+14=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD260E is #42D9F1. Grayscale: #505050. Windows color (decimal): -4381170 or 927421. OLE color: 927421.
HSL color Cylindrical-coordinate representation of color #BD260E: hue angle of 8.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD260E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.26 |
| HSL | 8.23º | 0.86% | 0.4% | - |
| HSV(B) | 8.23º | 0.93% | 0.74% | - |
| XYZ | 21.76 | 12.24 | 1.63 | - |
| YUV | 80.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 14 | 0 | 0.80 | 0.93 | 0.26 | 8.23 | 0.86 | 0.4 |
| Hex | BD | 26 | E | 0 | 50 | 5D | 1A | 8 | 56 | 28 |
| Octal | 275 | 46 | 16 | 0 | 120 | 135 | 32 | 10 | 126 | 50 |
| Binary | 10111101 | 100110 | 1110 | 0 | 1010000 | 1011101 | 11010 | 1000 | 1010110 | 101000 |
Color Harmonies of #BD260E
Complementary color
Monochromatic Colors of #BD260E
Black with #BD260E
Text Example
Text Example
White with #BD260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD260E; }
p { color: rgb(189,38,14); }
H1.HeaderClassName
{
color: #BD260E;
}
.AnyTagClassName
{
color: #BD260E;
}
</style>
background-color css
<style>
a { background-color: #BD260E; }
a { background-color: rgb(189,38,14); }
div.DivClassName
{
background-color: #BD260E;
}
.BgClassName
{
background-color: #BD260E;
}
</style>
border-color css
<style>
span { border-color: #BD260E; }
span { border-color: rgb(189,38,14); }
td.TdClassName
{
border-color: #BD260E;
}
.TagClassName
{
border-color: #BD260E;
}
</style>