Html Css Color HEX #B8260C Harley Davidson Orange
📋 copy color: '#B8260C'red 184 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #B8260C
Tints of Harley Davidson Orange #B8260C
RGB
CMYK
RGB Variations
Color information
#B8260C (or 0xB8260C) is known color: Harley Davidson Orange. HEX triplet: B8, 26 and 0C. RGB value is (184,38,12). Sum of RGB (Red+Green+Blue) = 184+38+12=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8260C is #47D9F3. Grayscale: #4E4E4E. Windows color (decimal): -4708852 or 796344. OLE color: 796344.
HSL color Cylindrical-coordinate representation of color #B8260C: hue angle of 9.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8260C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 12 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.28 |
| HSL | 9.07º | 0.88% | 0.38% | - |
| HSV(B) | 9.07º | 0.93% | 0.72% | - |
| XYZ | 20.53 | 11.6 | 1.51 | - |
| YUV | 78.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 12 | 0 | 0.79 | 0.93 | 0.28 | 9.07 | 0.88 | 0.38 |
| Hex | B8 | 26 | C | 0 | 4F | 5D | 1C | 9 | 58 | 26 |
| Octal | 270 | 46 | 14 | 0 | 117 | 135 | 34 | 11 | 130 | 46 |
| Binary | 10111000 | 100110 | 1100 | 0 | 1001111 | 1011101 | 11100 | 1001 | 1011000 | 100110 |
Color Harmonies of #B8260C
Complementary color
Monochromatic Colors of #B8260C
Black with #B8260C
Text Example
Text Example
White with #B8260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8260C; }
p { color: rgb(184,38,12); }
H1.HeaderClassName
{
color: #B8260C;
}
.AnyTagClassName
{
color: #B8260C;
}
</style>
background-color css
<style>
a { background-color: #B8260C; }
a { background-color: rgb(184,38,12); }
div.DivClassName
{
background-color: #B8260C;
}
.BgClassName
{
background-color: #B8260C;
}
</style>
border-color css
<style>
span { border-color: #B8260C; }
span { border-color: rgb(184,38,12); }
td.TdClassName
{
border-color: #B8260C;
}
.TagClassName
{
border-color: #B8260C;
}
</style>