Html Css Color HEX #BD260D Harley Davidson Orange
📋 copy color: '#BD260D'red 189 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #BD260D
Tints of Harley Davidson Orange #BD260D
RGB
CMYK
RGB Variations
Color information
#BD260D (or 0xBD260D) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 0D. RGB value is (189,38,13). Sum of RGB (Red+Green+Blue) = 189+38+13=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD260D is #42D9F2. Grayscale: #505050. Windows color (decimal): -4381171 or 861885. OLE color: 861885.
HSL color Cylindrical-coordinate representation of color #BD260D: hue angle of 8.52º degrees, saturation: 0.87, 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 #BD260D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.26 |
| HSL | 8.52º | 0.87% | 0.4% | - |
| HSV(B) | 8.52º | 0.93% | 0.74% | - |
| XYZ | 21.75 | 12.23 | 1.6 | - |
| YUV | 80.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 13 | 0 | 0.80 | 0.93 | 0.26 | 8.52 | 0.87 | 0.4 |
| Hex | BD | 26 | D | 0 | 50 | 5D | 1A | 9 | 57 | 28 |
| Octal | 275 | 46 | 15 | 0 | 120 | 135 | 32 | 11 | 127 | 50 |
| Binary | 10111101 | 100110 | 1101 | 0 | 1010000 | 1011101 | 11010 | 1001 | 1010111 | 101000 |
Color Harmonies of #BD260D
Complementary color
Monochromatic Colors of #BD260D
Black with #BD260D
Text Example
Text Example
White with #BD260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD260D; }
p { color: rgb(189,38,13); }
H1.HeaderClassName
{
color: #BD260D;
}
.AnyTagClassName
{
color: #BD260D;
}
</style>
background-color css
<style>
a { background-color: #BD260D; }
a { background-color: rgb(189,38,13); }
div.DivClassName
{
background-color: #BD260D;
}
.BgClassName
{
background-color: #BD260D;
}
</style>
border-color css
<style>
span { border-color: #BD260D; }
span { border-color: rgb(189,38,13); }
td.TdClassName
{
border-color: #BD260D;
}
.TagClassName
{
border-color: #BD260D;
}
</style>