Html Css Color HEX #BD2A07 Harley Davidson Orange
📋 copy color: '#BD2A07'red 189 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #BD2A07
Tints of Harley Davidson Orange #BD2A07
RGB
CMYK
RGB Variations
Color information
#BD2A07 (or 0xBD2A07) is known color: Harley Davidson Orange. HEX triplet: BD, 2A and 07. RGB value is (189,42,7). Sum of RGB (Red+Green+Blue) = 189+42+7=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A07 is #42D5F8. Grayscale: #525252. Windows color (decimal): -4380153 or 469693. OLE color: 469693.
HSL color Cylindrical-coordinate representation of color #BD2A07: hue angle of 11.54º 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 #BD2A07 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.26 |
| HSL | 11.54º | 0.93% | 0.38% | - |
| HSV(B) | 11.54º | 0.96% | 0.74% | - |
| XYZ | 21.85 | 12.49 | 1.46 | - |
| YUV | 81.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 7 | 0 | 0.78 | 0.96 | 0.26 | 11.54 | 0.93 | 0.38 |
| Hex | BD | 2A | 7 | 0 | 4E | 60 | 1A | C | 5D | 26 |
| Octal | 275 | 52 | 7 | 0 | 116 | 140 | 32 | 14 | 135 | 46 |
| Binary | 10111101 | 101010 | 111 | 0 | 1001110 | 1100000 | 11010 | 1100 | 1011101 | 100110 |
Color Harmonies of #BD2A07
Complementary color
Monochromatic Colors of #BD2A07
Black with #BD2A07
Text Example
Text Example
White with #BD2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A07; }
p { color: rgb(189,42,7); }
H1.HeaderClassName
{
color: #BD2A07;
}
.AnyTagClassName
{
color: #BD2A07;
}
</style>
background-color css
<style>
a { background-color: #BD2A07; }
a { background-color: rgb(189,42,7); }
div.DivClassName
{
background-color: #BD2A07;
}
.BgClassName
{
background-color: #BD2A07;
}
</style>
border-color css
<style>
span { border-color: #BD2A07; }
span { border-color: rgb(189,42,7); }
td.TdClassName
{
border-color: #BD2A07;
}
.TagClassName
{
border-color: #BD2A07;
}
</style>