Html Css Color HEX #BD2805 Harley Davidson Orange
📋 copy color: '#BD2805'red 189 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #BD2805
Tints of Harley Davidson Orange #BD2805
RGB
CMYK
RGB Variations
Color information
#BD2805 (or 0xBD2805) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 05. RGB value is (189,40,5). Sum of RGB (Red+Green+Blue) = 189+40+5=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2805 is #42D7FA. Grayscale: #505050. Windows color (decimal): -4380667 or 338109. OLE color: 338109.
HSL color Cylindrical-coordinate representation of color #BD2805: hue angle of 11.41º degrees, saturation: 0.95, 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 #BD2805 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.26 |
| HSL | 11.41º | 0.95% | 0.38% | - |
| HSV(B) | 11.41º | 0.97% | 0.74% | - |
| XYZ | 21.77 | 12.35 | 1.38 | - |
| YUV | 80.56 | 85.36 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 5 | 0 | 0.79 | 0.97 | 0.26 | 11.41 | 0.95 | 0.38 |
| Hex | BD | 28 | 5 | 0 | 4F | 61 | 1A | B | 5F | 26 |
| Octal | 275 | 50 | 5 | 0 | 117 | 141 | 32 | 13 | 137 | 46 |
| Binary | 10111101 | 101000 | 101 | 0 | 1001111 | 1100001 | 11010 | 1011 | 1011111 | 100110 |
Color Harmonies of #BD2805
Complementary color
Monochromatic Colors of #BD2805
Black with #BD2805
Text Example
Text Example
White with #BD2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2805; }
p { color: rgb(189,40,5); }
H1.HeaderClassName
{
color: #BD2805;
}
.AnyTagClassName
{
color: #BD2805;
}
</style>
background-color css
<style>
a { background-color: #BD2805; }
a { background-color: rgb(189,40,5); }
div.DivClassName
{
background-color: #BD2805;
}
.BgClassName
{
background-color: #BD2805;
}
</style>
border-color css
<style>
span { border-color: #BD2805; }
span { border-color: rgb(189,40,5); }
td.TdClassName
{
border-color: #BD2805;
}
.TagClassName
{
border-color: #BD2805;
}
</style>