Html Css Color HEX #BD2602 Harley Davidson Orange
📋 copy color: '#BD2602'red 189 ◦ green 38 ◦ blue 2
Shades of Harley Davidson Orange #BD2602
Tints of Harley Davidson Orange #BD2602
RGB
CMYK
RGB Variations
Color information
#BD2602 (or 0xBD2602) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 02. RGB value is (189,38,2). Sum of RGB (Red+Green+Blue) = 189+38+2=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2602 is #42D9FD. Grayscale: #4F4F4F. Windows color (decimal): -4381182 or 140989. OLE color: 140989.
HSL color Cylindrical-coordinate representation of color #BD2602: hue angle of 11.55º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD2602 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.26 |
| HSL | 11.55º | 0.98% | 0.37% | - |
| HSV(B) | 11.55º | 0.99% | 0.74% | - |
| XYZ | 21.69 | 12.21 | 1.27 | - |
| YUV | 79.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 2 | 0 | 0.80 | 0.99 | 0.26 | 11.55 | 0.98 | 0.37 |
| Hex | BD | 26 | 2 | 0 | 50 | 63 | 1A | C | 62 | 25 |
| Octal | 275 | 46 | 2 | 0 | 120 | 143 | 32 | 14 | 142 | 45 |
| Binary | 10111101 | 100110 | 10 | 0 | 1010000 | 1100011 | 11010 | 1100 | 1100010 | 100101 |
Color Harmonies of #BD2602
Complementary color
Monochromatic Colors of #BD2602
Black with #BD2602
Text Example
Text Example
White with #BD2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2602; }
p { color: rgb(189,38,2); }
H1.HeaderClassName
{
color: #BD2602;
}
.AnyTagClassName
{
color: #BD2602;
}
</style>
background-color css
<style>
a { background-color: #BD2602; }
a { background-color: rgb(189,38,2); }
div.DivClassName
{
background-color: #BD2602;
}
.BgClassName
{
background-color: #BD2602;
}
</style>
border-color css
<style>
span { border-color: #BD2602; }
span { border-color: rgb(189,38,2); }
td.TdClassName
{
border-color: #BD2602;
}
.TagClassName
{
border-color: #BD2602;
}
</style>