Html Css Color HEX #B62600 Harley Davidson Orange
📋 copy color: '#B62600'red 182 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #B62600
Tints of Harley Davidson Orange #B62600
RGB
CMYK
RGB Variations
Color information
#B62600 (or 0xB62600) is known color: Harley Davidson Orange. HEX triplet: B6, 26 and 00. RGB value is (182,38,0). Sum of RGB (Red+Green+Blue) = 182+38+0=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B62600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62600 is #49D9FF. Grayscale: #4D4D4D. Windows color (decimal): -4839936 or 9910. OLE color: 9910.
HSL color Cylindrical-coordinate representation of color #B62600: hue angle of 12.53º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B62600 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 38 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.29 |
| HSL | 12.53º | 1% | 0.36% | - |
| HSV(B) | 12.53º | 1% | 0.71% | - |
| XYZ | 19.98 | 11.33 | 1.13 | - |
| YUV | 76.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 38 | 0 | 0 | 0.79 | 1 | 0.29 | 12.53 | 1 | 0.36 |
| Hex | B6 | 26 | 0 | 0 | 4F | 64 | 1D | D | 64 | 24 |
| Octal | 266 | 46 | 0 | 0 | 117 | 144 | 35 | 15 | 144 | 44 |
| Binary | 10110110 | 100110 | 0 | 0 | 1001111 | 1100100 | 11101 | 1101 | 1100100 | 100100 |
Color Harmonies of #B62600
Complementary color
Monochromatic Colors of #B62600
Black with #B62600
Text Example
Text Example
White with #B62600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62600; }
p { color: rgb(182,38,0); }
H1.HeaderClassName
{
color: #B62600;
}
.AnyTagClassName
{
color: #B62600;
}
</style>
background-color css
<style>
a { background-color: #B62600; }
a { background-color: rgb(182,38,0); }
div.DivClassName
{
background-color: #B62600;
}
.BgClassName
{
background-color: #B62600;
}
</style>
border-color css
<style>
span { border-color: #B62600; }
span { border-color: rgb(182,38,0); }
td.TdClassName
{
border-color: #B62600;
}
.TagClassName
{
border-color: #B62600;
}
</style>