Html Css Color HEX #B92F0D Harley Davidson Orange
📋 copy color: '#B92F0D'red 185 ◦ green 47 ◦ blue 13
Shades of Harley Davidson Orange #B92F0D
Tints of Harley Davidson Orange #B92F0D
RGB
CMYK
RGB Variations
Color information
#B92F0D (or 0xB92F0D) is known color: Harley Davidson Orange. HEX triplet: B9, 2F and 0D. RGB value is (185,47,13). Sum of RGB (Red+Green+Blue) = 185+47+13=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F0D is #46D0F2. Grayscale: #545454. Windows color (decimal): -4641011 or 864185. OLE color: 864185.
HSL color Cylindrical-coordinate representation of color #B92F0D: hue angle of 11.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B92F0D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 13 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.27 |
| HSL | 11.86º | 0.87% | 0.39% | - |
| HSV(B) | 11.86º | 0.93% | 0.73% | - |
| XYZ | 21.1 | 12.38 | 1.66 | - |
| YUV | 84.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 13 | 0 | 0.75 | 0.93 | 0.27 | 11.86 | 0.87 | 0.39 |
| Hex | B9 | 2F | D | 0 | 4B | 5D | 1B | C | 57 | 27 |
| Octal | 271 | 57 | 15 | 0 | 113 | 135 | 33 | 14 | 127 | 47 |
| Binary | 10111001 | 101111 | 1101 | 0 | 1001011 | 1011101 | 11011 | 1100 | 1010111 | 100111 |
Color Harmonies of #B92F0D
Complementary color
Monochromatic Colors of #B92F0D
Black with #B92F0D
Text Example
Text Example
White with #B92F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F0D; }
p { color: rgb(185,47,13); }
H1.HeaderClassName
{
color: #B92F0D;
}
.AnyTagClassName
{
color: #B92F0D;
}
</style>
background-color css
<style>
a { background-color: #B92F0D; }
a { background-color: rgb(185,47,13); }
div.DivClassName
{
background-color: #B92F0D;
}
.BgClassName
{
background-color: #B92F0D;
}
</style>
border-color css
<style>
span { border-color: #B92F0D; }
span { border-color: rgb(185,47,13); }
td.TdClassName
{
border-color: #B92F0D;
}
.TagClassName
{
border-color: #B92F0D;
}
</style>