Html Css Color HEX #B92912 Harley Davidson Orange
📋 copy color: '#B92912'red 185 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #B92912
Tints of Harley Davidson Orange #B92912
RGB
CMYK
RGB Variations
Color information
#B92912 (or 0xB92912) is known color: Harley Davidson Orange. HEX triplet: B9, 29 and 12. RGB value is (185,41,18). Sum of RGB (Red+Green+Blue) = 185+41+18=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B92912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92912 is #46D6ED. Grayscale: #515151. Windows color (decimal): -4642542 or 1190329. OLE color: 1190329.
HSL color Cylindrical-coordinate representation of color #B92912: hue angle of 8.26º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B92912 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 18 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.27 |
| HSL | 8.26º | 0.82% | 0.4% | - |
| HSV(B) | 8.26º | 0.9% | 0.73% | - |
| XYZ | 20.91 | 11.94 | 1.78 | - |
| YUV | 81.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 18 | 0 | 0.78 | 0.90 | 0.27 | 8.26 | 0.82 | 0.4 |
| Hex | B9 | 29 | 12 | 0 | 4E | 5A | 1B | 8 | 52 | 28 |
| Octal | 271 | 51 | 22 | 0 | 116 | 132 | 33 | 10 | 122 | 50 |
| Binary | 10111001 | 101001 | 10010 | 0 | 1001110 | 1011010 | 11011 | 1000 | 1010010 | 101000 |
Color Harmonies of #B92912
Complementary color
Monochromatic Colors of #B92912
Black with #B92912
Text Example
Text Example
White with #B92912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92912; }
p { color: rgb(185,41,18); }
H1.HeaderClassName
{
color: #B92912;
}
.AnyTagClassName
{
color: #B92912;
}
</style>
background-color css
<style>
a { background-color: #B92912; }
a { background-color: rgb(185,41,18); }
div.DivClassName
{
background-color: #B92912;
}
.BgClassName
{
background-color: #B92912;
}
</style>
border-color css
<style>
span { border-color: #B92912; }
span { border-color: rgb(185,41,18); }
td.TdClassName
{
border-color: #B92912;
}
.TagClassName
{
border-color: #B92912;
}
</style>