Html Css Color HEX #BD3624 Harley Davidson Orange
📋 copy color: '#BD3624'red 189 ◦ green 54 ◦ blue 36
Shades of Harley Davidson Orange #BD3624
Tints of Harley Davidson Orange #BD3624
RGB
CMYK
RGB Variations
Color information
#BD3624 (or 0xBD3624) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 24. RGB value is (189,54,36). Sum of RGB (Red+Green+Blue) = 189+54+36=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3624 is #42C9DB. Grayscale: #5C5C5C. Windows color (decimal): -4377052 or 2373309. OLE color: 2373309.
HSL color Cylindrical-coordinate representation of color #BD3624: hue angle of 7.06º 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 #BD3624 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 36 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.26 |
| HSL | 7.06º | 0.68% | 0.44% | - |
| HSV(B) | 7.06º | 0.81% | 0.74% | - |
| XYZ | 22.62 | 13.58 | 3.1 | - |
| YUV | 92.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 36 | 0 | 0.71 | 0.81 | 0.26 | 7.06 | 0.68 | 0.44 |
| Hex | BD | 36 | 24 | 0 | 47 | 51 | 1A | 7 | 44 | 2C |
| Octal | 275 | 66 | 44 | 0 | 107 | 121 | 32 | 7 | 104 | 54 |
| Binary | 10111101 | 110110 | 100100 | 0 | 1000111 | 1010001 | 11010 | 111 | 1000100 | 101100 |
Color Harmonies of #BD3624
Complementary color
Monochromatic Colors of #BD3624
Black with #BD3624
Text Example
Text Example
White with #BD3624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3624; }
p { color: rgb(189,54,36); }
H1.HeaderClassName
{
color: #BD3624;
}
.AnyTagClassName
{
color: #BD3624;
}
</style>
background-color css
<style>
a { background-color: #BD3624; }
a { background-color: rgb(189,54,36); }
div.DivClassName
{
background-color: #BD3624;
}
.BgClassName
{
background-color: #BD3624;
}
</style>
border-color css
<style>
span { border-color: #BD3624; }
span { border-color: rgb(189,54,36); }
td.TdClassName
{
border-color: #BD3624;
}
.TagClassName
{
border-color: #BD3624;
}
</style>