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