Html Css Color HEX #BC2703 Harley Davidson Orange
📋 copy color: '#BC2703'red 188 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #BC2703
Tints of Harley Davidson Orange #BC2703
RGB
CMYK
RGB Variations
Color information
#BC2703 (or 0xBC2703) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 03. RGB value is (188,39,3). Sum of RGB (Red+Green+Blue) = 188+39+3=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2703 is #43D8FC. Grayscale: #4F4F4F. Windows color (decimal): -4446461 or 206780. OLE color: 206780.
HSL color Cylindrical-coordinate representation of color #BC2703: hue angle of 11.68º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC2703 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.26 |
| HSL | 11.68º | 0.97% | 0.37% | - |
| HSV(B) | 11.68º | 0.98% | 0.74% | - |
| XYZ | 21.48 | 12.15 | 1.3 | - |
| YUV | 79.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 3 | 0 | 0.79 | 0.98 | 0.26 | 11.68 | 0.97 | 0.37 |
| Hex | BC | 27 | 3 | 0 | 4F | 62 | 1A | C | 61 | 25 |
| Octal | 274 | 47 | 3 | 0 | 117 | 142 | 32 | 14 | 141 | 45 |
| Binary | 10111100 | 100111 | 11 | 0 | 1001111 | 1100010 | 11010 | 1100 | 1100001 | 100101 |
Color Harmonies of #BC2703
Complementary color
Monochromatic Colors of #BC2703
Black with #BC2703
Text Example
Text Example
White with #BC2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2703; }
p { color: rgb(188,39,3); }
H1.HeaderClassName
{
color: #BC2703;
}
.AnyTagClassName
{
color: #BC2703;
}
</style>
background-color css
<style>
a { background-color: #BC2703; }
a { background-color: rgb(188,39,3); }
div.DivClassName
{
background-color: #BC2703;
}
.BgClassName
{
background-color: #BC2703;
}
</style>
border-color css
<style>
span { border-color: #BC2703; }
span { border-color: rgb(188,39,3); }
td.TdClassName
{
border-color: #BC2703;
}
.TagClassName
{
border-color: #BC2703;
}
</style>