Html Css Color HEX #B7260B Harley Davidson Orange
📋 copy color: '#B7260B'red 183 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #B7260B
Tints of Harley Davidson Orange #B7260B
RGB
CMYK
RGB Variations
Color information
#B7260B (or 0xB7260B) is known color: Harley Davidson Orange. HEX triplet: B7, 26 and 0B. RGB value is (183,38,11). Sum of RGB (Red+Green+Blue) = 183+38+11=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7260B is #48D9F4. Grayscale: #4E4E4E. Windows color (decimal): -4774389 or 730807. OLE color: 730807.
HSL color Cylindrical-coordinate representation of color #B7260B: hue angle of 9.42º 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 #B7260B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.28 |
| HSL | 9.42º | 0.89% | 0.38% | - |
| HSV(B) | 9.42º | 0.94% | 0.72% | - |
| XYZ | 20.28 | 11.48 | 1.46 | - |
| YUV | 78.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 11 | 0 | 0.79 | 0.94 | 0.28 | 9.42 | 0.89 | 0.38 |
| Hex | B7 | 26 | B | 0 | 4F | 5E | 1C | 9 | 59 | 26 |
| Octal | 267 | 46 | 13 | 0 | 117 | 136 | 34 | 11 | 131 | 46 |
| Binary | 10110111 | 100110 | 1011 | 0 | 1001111 | 1011110 | 11100 | 1001 | 1011001 | 100110 |
Color Harmonies of #B7260B
Complementary color
Monochromatic Colors of #B7260B
Black with #B7260B
Text Example
Text Example
White with #B7260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7260B; }
p { color: rgb(183,38,11); }
H1.HeaderClassName
{
color: #B7260B;
}
.AnyTagClassName
{
color: #B7260B;
}
</style>
background-color css
<style>
a { background-color: #B7260B; }
a { background-color: rgb(183,38,11); }
div.DivClassName
{
background-color: #B7260B;
}
.BgClassName
{
background-color: #B7260B;
}
</style>
border-color css
<style>
span { border-color: #B7260B; }
span { border-color: rgb(183,38,11); }
td.TdClassName
{
border-color: #B7260B;
}
.TagClassName
{
border-color: #B7260B;
}
</style>