Html Css Color HEX #BC230D Harley Davidson Orange
📋 copy color: '#BC230D'red 188 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #BC230D
Tints of Harley Davidson Orange #BC230D
RGB
CMYK
RGB Variations
Color information
#BC230D (or 0xBC230D) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 0D. RGB value is (188,35,13). Sum of RGB (Red+Green+Blue) = 188+35+13=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC230D is #43DCF2. Grayscale: #4E4E4E. Windows color (decimal): -4447475 or 861116. OLE color: 861116.
HSL color Cylindrical-coordinate representation of color #BC230D: hue angle of 7.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC230D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.26 |
| HSL | 7.54º | 0.87% | 0.39% | - |
| HSV(B) | 7.54º | 0.93% | 0.74% | - |
| XYZ | 21.41 | 11.92 | 1.55 | - |
| YUV | 78.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 13 | 0 | 0.81 | 0.93 | 0.26 | 7.54 | 0.87 | 0.39 |
| Hex | BC | 23 | D | 0 | 51 | 5D | 1A | 8 | 57 | 27 |
| Octal | 274 | 43 | 15 | 0 | 121 | 135 | 32 | 10 | 127 | 47 |
| Binary | 10111100 | 100011 | 1101 | 0 | 1010001 | 1011101 | 11010 | 1000 | 1010111 | 100111 |
Color Harmonies of #BC230D
Complementary color
Monochromatic Colors of #BC230D
Black with #BC230D
Text Example
Text Example
White with #BC230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC230D; }
p { color: rgb(188,35,13); }
H1.HeaderClassName
{
color: #BC230D;
}
.AnyTagClassName
{
color: #BC230D;
}
</style>
background-color css
<style>
a { background-color: #BC230D; }
a { background-color: rgb(188,35,13); }
div.DivClassName
{
background-color: #BC230D;
}
.BgClassName
{
background-color: #BC230D;
}
</style>
border-color css
<style>
span { border-color: #BC230D; }
span { border-color: rgb(188,35,13); }
td.TdClassName
{
border-color: #BC230D;
}
.TagClassName
{
border-color: #BC230D;
}
</style>