Html Css Color HEX #B92711 Harley Davidson Orange
📋 copy color: '#B92711'red 185 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #B92711
Tints of Harley Davidson Orange #B92711
RGB
CMYK
RGB Variations
Color information
#B92711 (or 0xB92711) is known color: Harley Davidson Orange. HEX triplet: B9, 27 and 11. RGB value is (185,39,17). Sum of RGB (Red+Green+Blue) = 185+39+17=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B92711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92711 is #46D8EE. Grayscale: #505050. Windows color (decimal): -4643055 or 1124281. OLE color: 1124281.
HSL color Cylindrical-coordinate representation of color #B92711: hue angle of 7.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B92711 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.27 |
| HSL | 7.86º | 0.83% | 0.4% | - |
| HSV(B) | 7.86º | 0.91% | 0.73% | - |
| XYZ | 20.83 | 11.81 | 1.71 | - |
| YUV | 80.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 17 | 0 | 0.79 | 0.91 | 0.27 | 7.86 | 0.83 | 0.4 |
| Hex | B9 | 27 | 11 | 0 | 4F | 5B | 1B | 8 | 53 | 28 |
| Octal | 271 | 47 | 21 | 0 | 117 | 133 | 33 | 10 | 123 | 50 |
| Binary | 10111001 | 100111 | 10001 | 0 | 1001111 | 1011011 | 11011 | 1000 | 1010011 | 101000 |
Color Harmonies of #B92711
Complementary color
Monochromatic Colors of #B92711
Black with #B92711
Text Example
Text Example
White with #B92711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92711; }
p { color: rgb(185,39,17); }
H1.HeaderClassName
{
color: #B92711;
}
.AnyTagClassName
{
color: #B92711;
}
</style>
background-color css
<style>
a { background-color: #B92711; }
a { background-color: rgb(185,39,17); }
div.DivClassName
{
background-color: #B92711;
}
.BgClassName
{
background-color: #B92711;
}
</style>
border-color css
<style>
span { border-color: #B92711; }
span { border-color: rgb(185,39,17); }
td.TdClassName
{
border-color: #B92711;
}
.TagClassName
{
border-color: #B92711;
}
</style>