Html Css Color HEX #B5260C Harley Davidson Orange
📋 copy color: '#B5260C'red 181 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #B5260C
Tints of Harley Davidson Orange #B5260C
RGB
CMYK
RGB Variations
Color information
#B5260C (or 0xB5260C) is known color: Harley Davidson Orange. HEX triplet: B5, 26 and 0C. RGB value is (181,38,12). Sum of RGB (Red+Green+Blue) = 181+38+12=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5260C is #4AD9F3. Grayscale: #4E4E4E. Windows color (decimal): -4905460 or 796341. OLE color: 796341.
HSL color Cylindrical-coordinate representation of color #B5260C: hue angle of 9.23º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5260C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 12 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.29 |
| HSL | 9.23º | 0.88% | 0.38% | - |
| HSV(B) | 9.23º | 0.93% | 0.71% | - |
| XYZ | 19.82 | 11.24 | 1.47 | - |
| YUV | 77.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 12 | 0 | 0.79 | 0.93 | 0.29 | 9.23 | 0.88 | 0.38 |
| Hex | B5 | 26 | C | 0 | 4F | 5D | 1D | 9 | 58 | 26 |
| Octal | 265 | 46 | 14 | 0 | 117 | 135 | 35 | 11 | 130 | 46 |
| Binary | 10110101 | 100110 | 1100 | 0 | 1001111 | 1011101 | 11101 | 1001 | 1011000 | 100110 |
Color Harmonies of #B5260C
Complementary color
Monochromatic Colors of #B5260C
Black with #B5260C
Text Example
Text Example
White with #B5260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5260C; }
p { color: rgb(181,38,12); }
H1.HeaderClassName
{
color: #B5260C;
}
.AnyTagClassName
{
color: #B5260C;
}
</style>
background-color css
<style>
a { background-color: #B5260C; }
a { background-color: rgb(181,38,12); }
div.DivClassName
{
background-color: #B5260C;
}
.BgClassName
{
background-color: #B5260C;
}
</style>
border-color css
<style>
span { border-color: #B5260C; }
span { border-color: rgb(181,38,12); }
td.TdClassName
{
border-color: #B5260C;
}
.TagClassName
{
border-color: #B5260C;
}
</style>