Html Css Color HEX #BF330A Harley Davidson Orange
📋 copy color: '#BF330A'red 191 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #BF330A
Tints of Harley Davidson Orange #BF330A
RGB
CMYK
RGB Variations
Color information
#BF330A (or 0xBF330A) is known color: Harley Davidson Orange. HEX triplet: BF, 33 and 0A. RGB value is (191,51,10). Sum of RGB (Red+Green+Blue) = 191+51+10=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF330A is #40CCF5. Grayscale: #585858. Windows color (decimal): -4246774 or 668607. OLE color: 668607.
HSL color Cylindrical-coordinate representation of color #BF330A: hue angle of 13.59º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF330A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.25 |
| HSL | 13.59º | 0.9% | 0.39% | - |
| HSV(B) | 13.59º | 0.95% | 0.75% | - |
| XYZ | 22.72 | 13.47 | 1.69 | - |
| YUV | 88.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 10 | 0 | 0.73 | 0.95 | 0.25 | 13.59 | 0.9 | 0.39 |
| Hex | BF | 33 | A | 0 | 49 | 5F | 19 | E | 5A | 27 |
| Octal | 277 | 63 | 12 | 0 | 111 | 137 | 31 | 16 | 132 | 47 |
| Binary | 10111111 | 110011 | 1010 | 0 | 1001001 | 1011111 | 11001 | 1110 | 1011010 | 100111 |
Color Harmonies of #BF330A
Complementary color
Monochromatic Colors of #BF330A
Black with #BF330A
Text Example
Text Example
White with #BF330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF330A; }
p { color: rgb(191,51,10); }
H1.HeaderClassName
{
color: #BF330A;
}
.AnyTagClassName
{
color: #BF330A;
}
</style>
background-color css
<style>
a { background-color: #BF330A; }
a { background-color: rgb(191,51,10); }
div.DivClassName
{
background-color: #BF330A;
}
.BgClassName
{
background-color: #BF330A;
}
</style>
border-color css
<style>
span { border-color: #BF330A; }
span { border-color: rgb(191,51,10); }
td.TdClassName
{
border-color: #BF330A;
}
.TagClassName
{
border-color: #BF330A;
}
</style>