Html Css Color HEX #BC270B Harley Davidson Orange
📋 copy color: '#BC270B'red 188 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #BC270B
Tints of Harley Davidson Orange #BC270B
RGB
CMYK
RGB Variations
Color information
#BC270B (or 0xBC270B) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 0B. RGB value is (188,39,11). Sum of RGB (Red+Green+Blue) = 188+39+11=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC270B is #43D8F4. Grayscale: #505050. Windows color (decimal): -4446453 or 731068. OLE color: 731068.
HSL color Cylindrical-coordinate representation of color #BC270B: hue angle of 9.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC270B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.26 |
| HSL | 9.49º | 0.89% | 0.39% | - |
| HSV(B) | 9.49º | 0.94% | 0.74% | - |
| XYZ | 21.52 | 12.17 | 1.53 | - |
| YUV | 80.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 11 | 0 | 0.79 | 0.94 | 0.26 | 9.49 | 0.89 | 0.39 |
| Hex | BC | 27 | B | 0 | 4F | 5E | 1A | 9 | 59 | 27 |
| Octal | 274 | 47 | 13 | 0 | 117 | 136 | 32 | 11 | 131 | 47 |
| Binary | 10111100 | 100111 | 1011 | 0 | 1001111 | 1011110 | 11010 | 1001 | 1011001 | 100111 |
Color Harmonies of #BC270B
Complementary color
Monochromatic Colors of #BC270B
Black with #BC270B
Text Example
Text Example
White with #BC270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC270B; }
p { color: rgb(188,39,11); }
H1.HeaderClassName
{
color: #BC270B;
}
.AnyTagClassName
{
color: #BC270B;
}
</style>
background-color css
<style>
a { background-color: #BC270B; }
a { background-color: rgb(188,39,11); }
div.DivClassName
{
background-color: #BC270B;
}
.BgClassName
{
background-color: #BC270B;
}
</style>
border-color css
<style>
span { border-color: #BC270B; }
span { border-color: rgb(188,39,11); }
td.TdClassName
{
border-color: #BC270B;
}
.TagClassName
{
border-color: #BC270B;
}
</style>