Html Css Color HEX #B8260F Harley Davidson Orange
📋 copy color: '#B8260F'red 184 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #B8260F
Tints of Harley Davidson Orange #B8260F
RGB
CMYK
RGB Variations
Color information
#B8260F (or 0xB8260F) is known color: Harley Davidson Orange. HEX triplet: B8, 26 and 0F. RGB value is (184,38,15). Sum of RGB (Red+Green+Blue) = 184+38+15=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B8260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8260F is #47D9F0. Grayscale: #4F4F4F. Windows color (decimal): -4708849 or 992952. OLE color: 992952.
HSL color Cylindrical-coordinate representation of color #B8260F: hue angle of 8.17º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8260F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 15 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.28 |
| HSL | 8.17º | 0.85% | 0.39% | - |
| HSV(B) | 8.17º | 0.92% | 0.72% | - |
| XYZ | 20.55 | 11.61 | 1.61 | - |
| YUV | 79.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 15 | 0 | 0.79 | 0.92 | 0.28 | 8.17 | 0.85 | 0.39 |
| Hex | B8 | 26 | F | 0 | 4F | 5C | 1C | 8 | 55 | 27 |
| Octal | 270 | 46 | 17 | 0 | 117 | 134 | 34 | 10 | 125 | 47 |
| Binary | 10111000 | 100110 | 1111 | 0 | 1001111 | 1011100 | 11100 | 1000 | 1010101 | 100111 |
Color Harmonies of #B8260F
Complementary color
Monochromatic Colors of #B8260F
Black with #B8260F
Text Example
Text Example
White with #B8260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8260F; }
p { color: rgb(184,38,15); }
H1.HeaderClassName
{
color: #B8260F;
}
.AnyTagClassName
{
color: #B8260F;
}
</style>
background-color css
<style>
a { background-color: #B8260F; }
a { background-color: rgb(184,38,15); }
div.DivClassName
{
background-color: #B8260F;
}
.BgClassName
{
background-color: #B8260F;
}
</style>
border-color css
<style>
span { border-color: #B8260F; }
span { border-color: rgb(184,38,15); }
td.TdClassName
{
border-color: #B8260F;
}
.TagClassName
{
border-color: #B8260F;
}
</style>