Html Css Color HEX #BD331E Harley Davidson Orange
📋 copy color: '#BD331E'red 189 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #BD331E
Tints of Harley Davidson Orange #BD331E
RGB
CMYK
RGB Variations
Color information
#BD331E (or 0xBD331E) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 1E. RGB value is (189,51,30). Sum of RGB (Red+Green+Blue) = 189+51+30=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD331E is #42CCE1. Grayscale: #5A5A5A. Windows color (decimal): -4377826 or 1979325. OLE color: 1979325.
HSL color Cylindrical-coordinate representation of color #BD331E: hue angle of 7.92º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD331E is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 30 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.26 |
| HSL | 7.92º | 0.73% | 0.43% | - |
| HSV(B) | 7.92º | 0.84% | 0.74% | - |
| XYZ | 22.4 | 13.28 | 2.61 | - |
| YUV | 89.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 30 | 0 | 0.73 | 0.84 | 0.26 | 7.92 | 0.73 | 0.43 |
| Hex | BD | 33 | 1E | 0 | 49 | 54 | 1A | 8 | 49 | 2B |
| Octal | 275 | 63 | 36 | 0 | 111 | 124 | 32 | 10 | 111 | 53 |
| Binary | 10111101 | 110011 | 11110 | 0 | 1001001 | 1010100 | 11010 | 1000 | 1001001 | 101011 |
Color Harmonies of #BD331E
Complementary color
Monochromatic Colors of #BD331E
Black with #BD331E
Text Example
Text Example
White with #BD331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD331E; }
p { color: rgb(189,51,30); }
H1.HeaderClassName
{
color: #BD331E;
}
.AnyTagClassName
{
color: #BD331E;
}
</style>
background-color css
<style>
a { background-color: #BD331E; }
a { background-color: rgb(189,51,30); }
div.DivClassName
{
background-color: #BD331E;
}
.BgClassName
{
background-color: #BD331E;
}
</style>
border-color css
<style>
span { border-color: #BD331E; }
span { border-color: rgb(189,51,30); }
td.TdClassName
{
border-color: #BD331E;
}
.TagClassName
{
border-color: #BD331E;
}
</style>