Html Css Color HEX #BD2F0C Harley Davidson Orange
📋 copy color: '#BD2F0C'red 189 ◦ green 47 ◦ blue 12
Shades of Harley Davidson Orange #BD2F0C
Tints of Harley Davidson Orange #BD2F0C
RGB
CMYK
RGB Variations
Color information
#BD2F0C (or 0xBD2F0C) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 0C. RGB value is (189,47,12). Sum of RGB (Red+Green+Blue) = 189+47+12=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F0C is #42D0F3. Grayscale: #555555. Windows color (decimal): -4378868 or 798653. OLE color: 798653.
HSL color Cylindrical-coordinate representation of color #BD2F0C: hue angle of 11.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD2F0C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.26 |
| HSL | 11.86º | 0.88% | 0.39% | - |
| HSV(B) | 11.86º | 0.94% | 0.74% | - |
| XYZ | 22.07 | 12.88 | 1.67 | - |
| YUV | 85.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 12 | 0 | 0.75 | 0.94 | 0.26 | 11.86 | 0.88 | 0.39 |
| Hex | BD | 2F | C | 0 | 4B | 5E | 1A | C | 58 | 27 |
| Octal | 275 | 57 | 14 | 0 | 113 | 136 | 32 | 14 | 130 | 47 |
| Binary | 10111101 | 101111 | 1100 | 0 | 1001011 | 1011110 | 11010 | 1100 | 1011000 | 100111 |
Color Harmonies of #BD2F0C
Complementary color
Monochromatic Colors of #BD2F0C
Black with #BD2F0C
Text Example
Text Example
White with #BD2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F0C; }
p { color: rgb(189,47,12); }
H1.HeaderClassName
{
color: #BD2F0C;
}
.AnyTagClassName
{
color: #BD2F0C;
}
</style>
background-color css
<style>
a { background-color: #BD2F0C; }
a { background-color: rgb(189,47,12); }
div.DivClassName
{
background-color: #BD2F0C;
}
.BgClassName
{
background-color: #BD2F0C;
}
</style>
border-color css
<style>
span { border-color: #BD2F0C; }
span { border-color: rgb(189,47,12); }
td.TdClassName
{
border-color: #BD2F0C;
}
.TagClassName
{
border-color: #BD2F0C;
}
</style>