Html Css Color HEX #BC280A Harley Davidson Orange
📋 copy color: '#BC280A'red 188 ◦ green 40 ◦ blue 10
Shades of Harley Davidson Orange #BC280A
Tints of Harley Davidson Orange #BC280A
RGB
CMYK
RGB Variations
Color information
#BC280A (or 0xBC280A) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 0A. RGB value is (188,40,10). Sum of RGB (Red+Green+Blue) = 188+40+10=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC280A is #43D7F5. Grayscale: #515151. Windows color (decimal): -4446198 or 665788. OLE color: 665788.
HSL color Cylindrical-coordinate representation of color #BC280A: hue angle of 10.11º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC280A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 10 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.26 |
| HSL | 10.11º | 0.9% | 0.39% | - |
| HSV(B) | 10.11º | 0.95% | 0.74% | - |
| XYZ | 21.55 | 12.23 | 1.51 | - |
| YUV | 80.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 10 | 0 | 0.79 | 0.95 | 0.26 | 10.11 | 0.9 | 0.39 |
| Hex | BC | 28 | A | 0 | 4F | 5F | 1A | A | 5A | 27 |
| Octal | 274 | 50 | 12 | 0 | 117 | 137 | 32 | 12 | 132 | 47 |
| Binary | 10111100 | 101000 | 1010 | 0 | 1001111 | 1011111 | 11010 | 1010 | 1011010 | 100111 |
Color Harmonies of #BC280A
Complementary color
Monochromatic Colors of #BC280A
Black with #BC280A
Text Example
Text Example
White with #BC280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC280A; }
p { color: rgb(188,40,10); }
H1.HeaderClassName
{
color: #BC280A;
}
.AnyTagClassName
{
color: #BC280A;
}
</style>
background-color css
<style>
a { background-color: #BC280A; }
a { background-color: rgb(188,40,10); }
div.DivClassName
{
background-color: #BC280A;
}
.BgClassName
{
background-color: #BC280A;
}
</style>
border-color css
<style>
span { border-color: #BC280A; }
span { border-color: rgb(188,40,10); }
td.TdClassName
{
border-color: #BC280A;
}
.TagClassName
{
border-color: #BC280A;
}
</style>