Html Css Color HEX #B8270B Harley Davidson Orange
📋 copy color: '#B8270B'red 184 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #B8270B
Tints of Harley Davidson Orange #B8270B
RGB
CMYK
RGB Variations
Color information
#B8270B (or 0xB8270B) is known color: Harley Davidson Orange. HEX triplet: B8, 27 and 0B. RGB value is (184,39,11). Sum of RGB (Red+Green+Blue) = 184+39+11=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8270B is #47D8F4. Grayscale: #4F4F4F. Windows color (decimal): -4708597 or 731064. OLE color: 731064.
HSL color Cylindrical-coordinate representation of color #B8270B: hue angle of 9.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8270B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.28 |
| HSL | 9.71º | 0.89% | 0.38% | - |
| HSV(B) | 9.71º | 0.94% | 0.72% | - |
| XYZ | 20.55 | 11.67 | 1.49 | - |
| YUV | 79.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 11 | 0 | 0.79 | 0.94 | 0.28 | 9.71 | 0.89 | 0.38 |
| Hex | B8 | 27 | B | 0 | 4F | 5E | 1C | A | 59 | 26 |
| Octal | 270 | 47 | 13 | 0 | 117 | 136 | 34 | 12 | 131 | 46 |
| Binary | 10111000 | 100111 | 1011 | 0 | 1001111 | 1011110 | 11100 | 1010 | 1011001 | 100110 |
Color Harmonies of #B8270B
Complementary color
Monochromatic Colors of #B8270B
Black with #B8270B
Text Example
Text Example
White with #B8270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8270B; }
p { color: rgb(184,39,11); }
H1.HeaderClassName
{
color: #B8270B;
}
.AnyTagClassName
{
color: #B8270B;
}
</style>
background-color css
<style>
a { background-color: #B8270B; }
a { background-color: rgb(184,39,11); }
div.DivClassName
{
background-color: #B8270B;
}
.BgClassName
{
background-color: #B8270B;
}
</style>
border-color css
<style>
span { border-color: #B8270B; }
span { border-color: rgb(184,39,11); }
td.TdClassName
{
border-color: #B8270B;
}
.TagClassName
{
border-color: #B8270B;
}
</style>