Html Css Color HEX #B92F0E Harley Davidson Orange
📋 copy color: '#B92F0E'red 185 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #B92F0E
Tints of Harley Davidson Orange #B92F0E
RGB
CMYK
RGB Variations
Color information
#B92F0E (or 0xB92F0E) is known color: Harley Davidson Orange. HEX triplet: B9, 2F and 0E. RGB value is (185,47,14). Sum of RGB (Red+Green+Blue) = 185+47+14=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F0E is #46D0F1. Grayscale: #545454. Windows color (decimal): -4641010 or 929721. OLE color: 929721.
HSL color Cylindrical-coordinate representation of color #B92F0E: hue angle of 11.58º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B92F0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 14 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.27 |
| HSL | 11.58º | 0.86% | 0.39% | - |
| HSV(B) | 11.58º | 0.92% | 0.73% | - |
| XYZ | 21.1 | 12.38 | 1.69 | - |
| YUV | 84.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 14 | 0 | 0.75 | 0.92 | 0.27 | 11.58 | 0.86 | 0.39 |
| Hex | B9 | 2F | E | 0 | 4B | 5C | 1B | C | 56 | 27 |
| Octal | 271 | 57 | 16 | 0 | 113 | 134 | 33 | 14 | 126 | 47 |
| Binary | 10111001 | 101111 | 1110 | 0 | 1001011 | 1011100 | 11011 | 1100 | 1010110 | 100111 |
Color Harmonies of #B92F0E
Complementary color
Monochromatic Colors of #B92F0E
Black with #B92F0E
Text Example
Text Example
White with #B92F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F0E; }
p { color: rgb(185,47,14); }
H1.HeaderClassName
{
color: #B92F0E;
}
.AnyTagClassName
{
color: #B92F0E;
}
</style>
background-color css
<style>
a { background-color: #B92F0E; }
a { background-color: rgb(185,47,14); }
div.DivClassName
{
background-color: #B92F0E;
}
.BgClassName
{
background-color: #B92F0E;
}
</style>
border-color css
<style>
span { border-color: #B92F0E; }
span { border-color: rgb(185,47,14); }
td.TdClassName
{
border-color: #B92F0E;
}
.TagClassName
{
border-color: #B92F0E;
}
</style>