Html Css Color HEX #BB260F Harley Davidson Orange
📋 copy color: '#BB260F'red 187 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #BB260F
Tints of Harley Davidson Orange #BB260F
RGB
CMYK
RGB Variations
Color information
#BB260F (or 0xBB260F) is known color: Harley Davidson Orange. HEX triplet: BB, 26 and 0F. RGB value is (187,38,15). Sum of RGB (Red+Green+Blue) = 187+38+15=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB260F is #44D9F0. Grayscale: #505050. Windows color (decimal): -4512241 or 992955. OLE color: 992955.
HSL color Cylindrical-coordinate representation of color #BB260F: hue angle of 8.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB260F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.27 |
| HSL | 8.02º | 0.85% | 0.4% | - |
| HSV(B) | 8.02º | 0.92% | 0.73% | - |
| XYZ | 21.27 | 11.99 | 1.64 | - |
| YUV | 79.93 | 91.36 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 15 | 0 | 0.80 | 0.92 | 0.27 | 8.02 | 0.85 | 0.4 |
| Hex | BB | 26 | F | 0 | 50 | 5C | 1B | 8 | 55 | 28 |
| Octal | 273 | 46 | 17 | 0 | 120 | 134 | 33 | 10 | 125 | 50 |
| Binary | 10111011 | 100110 | 1111 | 0 | 1010000 | 1011100 | 11011 | 1000 | 1010101 | 101000 |
Color Harmonies of #BB260F
Complementary color
Monochromatic Colors of #BB260F
Black with #BB260F
Text Example
Text Example
White with #BB260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB260F; }
p { color: rgb(187,38,15); }
H1.HeaderClassName
{
color: #BB260F;
}
.AnyTagClassName
{
color: #BB260F;
}
</style>
background-color css
<style>
a { background-color: #BB260F; }
a { background-color: rgb(187,38,15); }
div.DivClassName
{
background-color: #BB260F;
}
.BgClassName
{
background-color: #BB260F;
}
</style>
border-color css
<style>
span { border-color: #BB260F; }
span { border-color: rgb(187,38,15); }
td.TdClassName
{
border-color: #BB260F;
}
.TagClassName
{
border-color: #BB260F;
}
</style>