Html Css Color HEX #BC341C Harley Davidson Orange
📋 copy color: '#BC341C'red 188 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #BC341C
Tints of Harley Davidson Orange #BC341C
RGB
CMYK
RGB Variations
Color information
#BC341C (or 0xBC341C) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 1C. RGB value is (188,52,28). Sum of RGB (Red+Green+Blue) = 188+52+28=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC341C is #43CBE3. Grayscale: #5A5A5A. Windows color (decimal): -4443108 or 1848508. OLE color: 1848508.
HSL color Cylindrical-coordinate representation of color #BC341C: hue angle of 9º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC341C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 28 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.26 |
| HSL | 9º | 0.74% | 0.42% | - |
| HSV(B) | 9º | 0.85% | 0.74% | - |
| XYZ | 22.18 | 13.23 | 2.48 | - |
| YUV | 89.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 28 | 0 | 0.72 | 0.85 | 0.26 | 9 | 0.74 | 0.42 |
| Hex | BC | 34 | 1C | 0 | 48 | 55 | 1A | 9 | 4A | 2A |
| Octal | 274 | 64 | 34 | 0 | 110 | 125 | 32 | 11 | 112 | 52 |
| Binary | 10111100 | 110100 | 11100 | 0 | 1001000 | 1010101 | 11010 | 1001 | 1001010 | 101010 |
Color Harmonies of #BC341C
Complementary color
Monochromatic Colors of #BC341C
Black with #BC341C
Text Example
Text Example
White with #BC341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC341C; }
p { color: rgb(188,52,28); }
H1.HeaderClassName
{
color: #BC341C;
}
.AnyTagClassName
{
color: #BC341C;
}
</style>
background-color css
<style>
a { background-color: #BC341C; }
a { background-color: rgb(188,52,28); }
div.DivClassName
{
background-color: #BC341C;
}
.BgClassName
{
background-color: #BC341C;
}
</style>
border-color css
<style>
span { border-color: #BC341C; }
span { border-color: rgb(188,52,28); }
td.TdClassName
{
border-color: #BC341C;
}
.TagClassName
{
border-color: #BC341C;
}
</style>