Html Css Color HEX #BE3212 Harley Davidson Orange
📋 copy color: '#BE3212'red 190 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #BE3212
Tints of Harley Davidson Orange #BE3212
RGB
CMYK
RGB Variations
Color information
#BE3212 (or 0xBE3212) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 12. RGB value is (190,50,18). Sum of RGB (Red+Green+Blue) = 190+50+18=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3212 is #41CDED. Grayscale: #585858. Windows color (decimal): -4312558 or 1192638. OLE color: 1192638.
HSL color Cylindrical-coordinate representation of color #BE3212: hue angle of 11.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE3212 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.25 |
| HSL | 11.16º | 0.83% | 0.41% | - |
| HSV(B) | 11.16º | 0.91% | 0.75% | - |
| XYZ | 22.48 | 13.27 | 1.95 | - |
| YUV | 88.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 18 | 0 | 0.74 | 0.91 | 0.25 | 11.16 | 0.83 | 0.41 |
| Hex | BE | 32 | 12 | 0 | 4A | 5B | 19 | B | 53 | 29 |
| Octal | 276 | 62 | 22 | 0 | 112 | 133 | 31 | 13 | 123 | 51 |
| Binary | 10111110 | 110010 | 10010 | 0 | 1001010 | 1011011 | 11001 | 1011 | 1010011 | 101001 |
Color Harmonies of #BE3212
Complementary color
Monochromatic Colors of #BE3212
Black with #BE3212
Text Example
Text Example
White with #BE3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3212; }
p { color: rgb(190,50,18); }
H1.HeaderClassName
{
color: #BE3212;
}
.AnyTagClassName
{
color: #BE3212;
}
</style>
background-color css
<style>
a { background-color: #BE3212; }
a { background-color: rgb(190,50,18); }
div.DivClassName
{
background-color: #BE3212;
}
.BgClassName
{
background-color: #BE3212;
}
</style>
border-color css
<style>
span { border-color: #BE3212; }
span { border-color: rgb(190,50,18); }
td.TdClassName
{
border-color: #BE3212;
}
.TagClassName
{
border-color: #BE3212;
}
</style>