Html Css Color HEX #BF2C06 Harley Davidson Orange
📋 copy color: '#BF2C06'red 191 ◦ green 44 ◦ blue 6
Shades of Harley Davidson Orange #BF2C06
Tints of Harley Davidson Orange #BF2C06
RGB
CMYK
RGB Variations
Color information
#BF2C06 (or 0xBF2C06) is known color: Harley Davidson Orange. HEX triplet: BF, 2C and 06. RGB value is (191,44,6). Sum of RGB (Red+Green+Blue) = 191+44+6=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2C06 is #40D3F9. Grayscale: #535353. Windows color (decimal): -4248570 or 404671. OLE color: 404671.
HSL color Cylindrical-coordinate representation of color #BF2C06: hue angle of 12.32º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF2C06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.25 |
| HSL | 12.32º | 0.94% | 0.39% | - |
| HSV(B) | 12.32º | 0.97% | 0.75% | - |
| XYZ | 22.42 | 12.89 | 1.48 | - |
| YUV | 83.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 6 | 0 | 0.77 | 0.97 | 0.25 | 12.32 | 0.94 | 0.39 |
| Hex | BF | 2C | 6 | 0 | 4D | 61 | 19 | C | 5E | 27 |
| Octal | 277 | 54 | 6 | 0 | 115 | 141 | 31 | 14 | 136 | 47 |
| Binary | 10111111 | 101100 | 110 | 0 | 1001101 | 1100001 | 11001 | 1100 | 1011110 | 100111 |
Color Harmonies of #BF2C06
Complementary color
Monochromatic Colors of #BF2C06
Black with #BF2C06
Text Example
Text Example
White with #BF2C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C06; }
p { color: rgb(191,44,6); }
H1.HeaderClassName
{
color: #BF2C06;
}
.AnyTagClassName
{
color: #BF2C06;
}
</style>
background-color css
<style>
a { background-color: #BF2C06; }
a { background-color: rgb(191,44,6); }
div.DivClassName
{
background-color: #BF2C06;
}
.BgClassName
{
background-color: #BF2C06;
}
</style>
border-color css
<style>
span { border-color: #BF2C06; }
span { border-color: rgb(191,44,6); }
td.TdClassName
{
border-color: #BF2C06;
}
.TagClassName
{
border-color: #BF2C06;
}
</style>