Html Css Color HEX #B92501 Harley Davidson Orange
📋 copy color: '#B92501'red 185 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #B92501
Tints of Harley Davidson Orange #B92501
RGB
CMYK
RGB Variations
Color information
#B92501 (or 0xB92501) is known color: Harley Davidson Orange. HEX triplet: B9, 25 and 01. RGB value is (185,37,1). Sum of RGB (Red+Green+Blue) = 185+37+1=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B92501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92501 is #46DAFE. Grayscale: #4D4D4D. Windows color (decimal): -4643583 or 75193. OLE color: 75193.
HSL color Cylindrical-coordinate representation of color #B92501: hue angle of 11.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B92501 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.27 |
| HSL | 11.74º | 0.99% | 0.36% | - |
| HSV(B) | 11.74º | 0.99% | 0.73% | - |
| XYZ | 20.67 | 11.64 | 1.19 | - |
| YUV | 77.15 | 85.03 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 1 | 0 | 0.80 | 0.99 | 0.27 | 11.74 | 0.99 | 0.36 |
| Hex | B9 | 25 | 1 | 0 | 50 | 63 | 1B | C | 63 | 24 |
| Octal | 271 | 45 | 1 | 0 | 120 | 143 | 33 | 14 | 143 | 44 |
| Binary | 10111001 | 100101 | 1 | 0 | 1010000 | 1100011 | 11011 | 1100 | 1100011 | 100100 |
Color Harmonies of #B92501
Complementary color
Monochromatic Colors of #B92501
Black with #B92501
Text Example
Text Example
White with #B92501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92501; }
p { color: rgb(185,37,1); }
H1.HeaderClassName
{
color: #B92501;
}
.AnyTagClassName
{
color: #B92501;
}
</style>
background-color css
<style>
a { background-color: #B92501; }
a { background-color: rgb(185,37,1); }
div.DivClassName
{
background-color: #B92501;
}
.BgClassName
{
background-color: #B92501;
}
</style>
border-color css
<style>
span { border-color: #B92501; }
span { border-color: rgb(185,37,1); }
td.TdClassName
{
border-color: #B92501;
}
.TagClassName
{
border-color: #B92501;
}
</style>