Html Css Color HEX #BD3B24 Harley Davidson Orange
📋 copy color: '#BD3B24'red 189 ◦ green 59 ◦ blue 36
Shades of Harley Davidson Orange #BD3B24
Tints of Harley Davidson Orange #BD3B24
RGB
CMYK
RGB Variations
Color information
#BD3B24 (or 0xBD3B24) is known color: Harley Davidson Orange. HEX triplet: BD, 3B and 24. RGB value is (189,59,36). Sum of RGB (Red+Green+Blue) = 189+59+36=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B24 is #42C4DB. Grayscale: #5F5F5F. Windows color (decimal): -4375772 or 2374589. OLE color: 2374589.
HSL color Cylindrical-coordinate representation of color #BD3B24: hue angle of 9.02º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD3B24 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 36 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.26 |
| HSL | 9.02º | 0.68% | 0.44% | - |
| HSV(B) | 9.02º | 0.81% | 0.74% | - |
| XYZ | 22.87 | 14.07 | 3.18 | - |
| YUV | 95.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 36 | 0 | 0.69 | 0.81 | 0.26 | 9.02 | 0.68 | 0.44 |
| Hex | BD | 3B | 24 | 0 | 45 | 51 | 1A | 9 | 44 | 2C |
| Octal | 275 | 73 | 44 | 0 | 105 | 121 | 32 | 11 | 104 | 54 |
| Binary | 10111101 | 111011 | 100100 | 0 | 1000101 | 1010001 | 11010 | 1001 | 1000100 | 101100 |
Color Harmonies of #BD3B24
Complementary color
Monochromatic Colors of #BD3B24
Black with #BD3B24
Text Example
Text Example
White with #BD3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B24; }
p { color: rgb(189,59,36); }
H1.HeaderClassName
{
color: #BD3B24;
}
.AnyTagClassName
{
color: #BD3B24;
}
</style>
background-color css
<style>
a { background-color: #BD3B24; }
a { background-color: rgb(189,59,36); }
div.DivClassName
{
background-color: #BD3B24;
}
.BgClassName
{
background-color: #BD3B24;
}
</style>
border-color css
<style>
span { border-color: #BD3B24; }
span { border-color: rgb(189,59,36); }
td.TdClassName
{
border-color: #BD3B24;
}
.TagClassName
{
border-color: #BD3B24;
}
</style>