Html Css Color HEX #BF330B Harley Davidson Orange
📋 copy color: '#BF330B'red 191 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #BF330B
Tints of Harley Davidson Orange #BF330B
RGB
CMYK
RGB Variations
Color information
#BF330B (or 0xBF330B) is known color: Harley Davidson Orange. HEX triplet: BF, 33 and 0B. RGB value is (191,51,11). Sum of RGB (Red+Green+Blue) = 191+51+11=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF330B is #40CCF4. Grayscale: #585858. Windows color (decimal): -4246773 or 734143. OLE color: 734143.
HSL color Cylindrical-coordinate representation of color #BF330B: hue angle of 13.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF330B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.25 |
| HSL | 13.33º | 0.89% | 0.4% | - |
| HSV(B) | 13.33º | 0.94% | 0.75% | - |
| XYZ | 22.73 | 13.47 | 1.72 | - |
| YUV | 88.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 11 | 0 | 0.73 | 0.94 | 0.25 | 13.33 | 0.89 | 0.4 |
| Hex | BF | 33 | B | 0 | 49 | 5E | 19 | D | 59 | 28 |
| Octal | 277 | 63 | 13 | 0 | 111 | 136 | 31 | 15 | 131 | 50 |
| Binary | 10111111 | 110011 | 1011 | 0 | 1001001 | 1011110 | 11001 | 1101 | 1011001 | 101000 |
Color Harmonies of #BF330B
Complementary color
Monochromatic Colors of #BF330B
Black with #BF330B
Text Example
Text Example
White with #BF330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF330B; }
p { color: rgb(191,51,11); }
H1.HeaderClassName
{
color: #BF330B;
}
.AnyTagClassName
{
color: #BF330B;
}
</style>
background-color css
<style>
a { background-color: #BF330B; }
a { background-color: rgb(191,51,11); }
div.DivClassName
{
background-color: #BF330B;
}
.BgClassName
{
background-color: #BF330B;
}
</style>
border-color css
<style>
span { border-color: #BF330B; }
span { border-color: rgb(191,51,11); }
td.TdClassName
{
border-color: #BF330B;
}
.TagClassName
{
border-color: #BF330B;
}
</style>