Html Css Color HEX #BD3612 Harley Davidson Orange
📋 copy color: '#BD3612'red 189 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #BD3612
Tints of Harley Davidson Orange #BD3612
RGB
CMYK
RGB Variations
Color information
#BD3612 (or 0xBD3612) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 12. RGB value is (189,54,18). Sum of RGB (Red+Green+Blue) = 189+54+18=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3612 is #42C9ED. Grayscale: #5A5A5A. Windows color (decimal): -4377070 or 1193661. OLE color: 1193661.
HSL color Cylindrical-coordinate representation of color #BD3612: hue angle of 12.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD3612 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.26 |
| HSL | 12.63º | 0.83% | 0.41% | - |
| HSV(B) | 12.63º | 0.9% | 0.74% | - |
| XYZ | 22.41 | 13.5 | 2 | - |
| YUV | 90.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 18 | 0 | 0.71 | 0.90 | 0.26 | 12.63 | 0.83 | 0.41 |
| Hex | BD | 36 | 12 | 0 | 47 | 5A | 1A | D | 53 | 29 |
| Octal | 275 | 66 | 22 | 0 | 107 | 132 | 32 | 15 | 123 | 51 |
| Binary | 10111101 | 110110 | 10010 | 0 | 1000111 | 1011010 | 11010 | 1101 | 1010011 | 101001 |
Color Harmonies of #BD3612
Complementary color
Monochromatic Colors of #BD3612
Black with #BD3612
Text Example
Text Example
White with #BD3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3612; }
p { color: rgb(189,54,18); }
H1.HeaderClassName
{
color: #BD3612;
}
.AnyTagClassName
{
color: #BD3612;
}
</style>
background-color css
<style>
a { background-color: #BD3612; }
a { background-color: rgb(189,54,18); }
div.DivClassName
{
background-color: #BD3612;
}
.BgClassName
{
background-color: #BD3612;
}
</style>
border-color css
<style>
span { border-color: #BD3612; }
span { border-color: rgb(189,54,18); }
td.TdClassName
{
border-color: #BD3612;
}
.TagClassName
{
border-color: #BD3612;
}
</style>