Html Css Color HEX #B5270C Harley Davidson Orange
📋 copy color: '#B5270C'red 181 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #B5270C
Tints of Harley Davidson Orange #B5270C
RGB
CMYK
RGB Variations
Color information
#B5270C (or 0xB5270C) is known color: Harley Davidson Orange. HEX triplet: B5, 27 and 0C. RGB value is (181,39,12). Sum of RGB (Red+Green+Blue) = 181+39+12=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5270C is #4AD8F3. Grayscale: #4E4E4E. Windows color (decimal): -4905204 or 796597. OLE color: 796597.
HSL color Cylindrical-coordinate representation of color #B5270C: hue angle of 9.59º 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 #B5270C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.29 |
| HSL | 9.59º | 0.88% | 0.38% | - |
| HSV(B) | 9.59º | 0.93% | 0.71% | - |
| XYZ | 19.85 | 11.3 | 1.48 | - |
| YUV | 78.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 12 | 0 | 0.78 | 0.93 | 0.29 | 9.59 | 0.88 | 0.38 |
| Hex | B5 | 27 | C | 0 | 4E | 5D | 1D | A | 58 | 26 |
| Octal | 265 | 47 | 14 | 0 | 116 | 135 | 35 | 12 | 130 | 46 |
| Binary | 10110101 | 100111 | 1100 | 0 | 1001110 | 1011101 | 11101 | 1010 | 1011000 | 100110 |
Color Harmonies of #B5270C
Complementary color
Monochromatic Colors of #B5270C
Black with #B5270C
Text Example
Text Example
White with #B5270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5270C; }
p { color: rgb(181,39,12); }
H1.HeaderClassName
{
color: #B5270C;
}
.AnyTagClassName
{
color: #B5270C;
}
</style>
background-color css
<style>
a { background-color: #B5270C; }
a { background-color: rgb(181,39,12); }
div.DivClassName
{
background-color: #B5270C;
}
.BgClassName
{
background-color: #B5270C;
}
</style>
border-color css
<style>
span { border-color: #B5270C; }
span { border-color: rgb(181,39,12); }
td.TdClassName
{
border-color: #B5270C;
}
.TagClassName
{
border-color: #B5270C;
}
</style>