Html Css Color HEX #B4260B Harley Davidson Orange
📋 copy color: '#B4260B'red 180 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #B4260B
Tints of Harley Davidson Orange #B4260B
RGB
CMYK
RGB Variations
Color information
#B4260B (or 0xB4260B) is known color: Harley Davidson Orange. HEX triplet: B4, 26 and 0B. RGB value is (180,38,11). Sum of RGB (Red+Green+Blue) = 180+38+11=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B4260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4260B is #4BD9F4. Grayscale: #4D4D4D. Windows color (decimal): -4970997 or 730804. OLE color: 730804.
HSL color Cylindrical-coordinate representation of color #B4260B: hue angle of 9.59º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4260B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.29 |
| HSL | 9.59º | 0.88% | 0.37% | - |
| HSV(B) | 9.59º | 0.94% | 0.71% | - |
| XYZ | 19.58 | 11.11 | 1.43 | - |
| YUV | 77.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 11 | 0 | 0.79 | 0.94 | 0.29 | 9.59 | 0.88 | 0.37 |
| Hex | B4 | 26 | B | 0 | 4F | 5E | 1D | A | 58 | 25 |
| Octal | 264 | 46 | 13 | 0 | 117 | 136 | 35 | 12 | 130 | 45 |
| Binary | 10110100 | 100110 | 1011 | 0 | 1001111 | 1011110 | 11101 | 1010 | 1011000 | 100101 |
Color Harmonies of #B4260B
Complementary color
Monochromatic Colors of #B4260B
Black with #B4260B
Text Example
Text Example
White with #B4260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4260B; }
p { color: rgb(180,38,11); }
H1.HeaderClassName
{
color: #B4260B;
}
.AnyTagClassName
{
color: #B4260B;
}
</style>
background-color css
<style>
a { background-color: #B4260B; }
a { background-color: rgb(180,38,11); }
div.DivClassName
{
background-color: #B4260B;
}
.BgClassName
{
background-color: #B4260B;
}
</style>
border-color css
<style>
span { border-color: #B4260B; }
span { border-color: rgb(180,38,11); }
td.TdClassName
{
border-color: #B4260B;
}
.TagClassName
{
border-color: #B4260B;
}
</style>