Html Css Color HEX #BE2D06 Harley Davidson Orange
📋 copy color: '#BE2D06'red 190 ◦ green 45 ◦ blue 6
Shades of Harley Davidson Orange #BE2D06
Tints of Harley Davidson Orange #BE2D06
RGB
CMYK
RGB Variations
Color information
#BE2D06 (or 0xBE2D06) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 06. RGB value is (190,45,6). Sum of RGB (Red+Green+Blue) = 190+45+6=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D06 is #41D2F9. Grayscale: #545454. Windows color (decimal): -4313850 or 404926. OLE color: 404926.
HSL color Cylindrical-coordinate representation of color #BE2D06: hue angle of 12.72º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE2D06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.25 |
| HSL | 12.72º | 0.94% | 0.38% | - |
| HSV(B) | 12.72º | 0.97% | 0.75% | - |
| XYZ | 22.21 | 12.84 | 1.48 | - |
| YUV | 83.91 | 84.04 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 6 | 0 | 0.76 | 0.97 | 0.25 | 12.72 | 0.94 | 0.38 |
| Hex | BE | 2D | 6 | 0 | 4C | 61 | 19 | D | 5E | 26 |
| Octal | 276 | 55 | 6 | 0 | 114 | 141 | 31 | 15 | 136 | 46 |
| Binary | 10111110 | 101101 | 110 | 0 | 1001100 | 1100001 | 11001 | 1101 | 1011110 | 100110 |
Color Harmonies of #BE2D06
Complementary color
Monochromatic Colors of #BE2D06
Black with #BE2D06
Text Example
Text Example
White with #BE2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D06; }
p { color: rgb(190,45,6); }
H1.HeaderClassName
{
color: #BE2D06;
}
.AnyTagClassName
{
color: #BE2D06;
}
</style>
background-color css
<style>
a { background-color: #BE2D06; }
a { background-color: rgb(190,45,6); }
div.DivClassName
{
background-color: #BE2D06;
}
.BgClassName
{
background-color: #BE2D06;
}
</style>
border-color css
<style>
span { border-color: #BE2D06; }
span { border-color: rgb(190,45,6); }
td.TdClassName
{
border-color: #BE2D06;
}
.TagClassName
{
border-color: #BE2D06;
}
</style>