Html Css Color HEX #BF341B Harley Davidson Orange
📋 copy color: '#BF341B'red 191 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #BF341B
Tints of Harley Davidson Orange #BF341B
RGB
CMYK
RGB Variations
Color information
#BF341B (or 0xBF341B) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 1B. RGB value is (191,52,27). Sum of RGB (Red+Green+Blue) = 191+52+27=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF341B is #40CBE4. Grayscale: #5A5A5A. Windows color (decimal): -4246501 or 1782975. OLE color: 1782975.
HSL color Cylindrical-coordinate representation of color #BF341B: hue angle of 9.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF341B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 27 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.25 |
| HSL | 9.15º | 0.75% | 0.43% | - |
| HSV(B) | 9.15º | 0.86% | 0.75% | - |
| XYZ | 22.91 | 13.61 | 2.46 | - |
| YUV | 90.71 | 92.05 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 27 | 0 | 0.73 | 0.86 | 0.25 | 9.15 | 0.75 | 0.43 |
| Hex | BF | 34 | 1B | 0 | 49 | 56 | 19 | 9 | 4B | 2B |
| Octal | 277 | 64 | 33 | 0 | 111 | 126 | 31 | 11 | 113 | 53 |
| Binary | 10111111 | 110100 | 11011 | 0 | 1001001 | 1010110 | 11001 | 1001 | 1001011 | 101011 |
Color Harmonies of #BF341B
Complementary color
Monochromatic Colors of #BF341B
Black with #BF341B
Text Example
Text Example
White with #BF341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF341B; }
p { color: rgb(191,52,27); }
H1.HeaderClassName
{
color: #BF341B;
}
.AnyTagClassName
{
color: #BF341B;
}
</style>
background-color css
<style>
a { background-color: #BF341B; }
a { background-color: rgb(191,52,27); }
div.DivClassName
{
background-color: #BF341B;
}
.BgClassName
{
background-color: #BF341B;
}
</style>
border-color css
<style>
span { border-color: #BF341B; }
span { border-color: rgb(191,52,27); }
td.TdClassName
{
border-color: #BF341B;
}
.TagClassName
{
border-color: #BF341B;
}
</style>