Html Css Color HEX #B93719 Harley Davidson Orange
📋 copy color: '#B93719'red 185 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #B93719
Tints of Harley Davidson Orange #B93719
RGB
CMYK
RGB Variations
Color information
#B93719 (or 0xB93719) is known color: Harley Davidson Orange. HEX triplet: B9, 37 and 19. RGB value is (185,55,25). Sum of RGB (Red+Green+Blue) = 185+55+25=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B93719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93719 is #46C8E6. Grayscale: #5A5A5A. Windows color (decimal): -4638951 or 1652665. OLE color: 1652665.
HSL color Cylindrical-coordinate representation of color #B93719: hue angle of 11.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B93719 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 25 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.27 |
| HSL | 11.25º | 0.76% | 0.41% | - |
| HSV(B) | 11.25º | 0.86% | 0.73% | - |
| XYZ | 21.55 | 13.12 | 2.32 | - |
| YUV | 90.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 25 | 0 | 0.70 | 0.86 | 0.27 | 11.25 | 0.76 | 0.41 |
| Hex | B9 | 37 | 19 | 0 | 46 | 56 | 1B | B | 4C | 29 |
| Octal | 271 | 67 | 31 | 0 | 106 | 126 | 33 | 13 | 114 | 51 |
| Binary | 10111001 | 110111 | 11001 | 0 | 1000110 | 1010110 | 11011 | 1011 | 1001100 | 101001 |
Color Harmonies of #B93719
Complementary color
Monochromatic Colors of #B93719
Black with #B93719
Text Example
Text Example
White with #B93719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93719; }
p { color: rgb(185,55,25); }
H1.HeaderClassName
{
color: #B93719;
}
.AnyTagClassName
{
color: #B93719;
}
</style>
background-color css
<style>
a { background-color: #B93719; }
a { background-color: rgb(185,55,25); }
div.DivClassName
{
background-color: #B93719;
}
.BgClassName
{
background-color: #B93719;
}
</style>
border-color css
<style>
span { border-color: #B93719; }
span { border-color: rgb(185,55,25); }
td.TdClassName
{
border-color: #B93719;
}
.TagClassName
{
border-color: #B93719;
}
</style>