Html Css Color HEX #B62A12 Harley Davidson Orange
📋 copy color: '#B62A12'red 182 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #B62A12
Tints of Harley Davidson Orange #B62A12
RGB
CMYK
RGB Variations
Color information
#B62A12 (or 0xB62A12) is known color: Harley Davidson Orange. HEX triplet: B6, 2A and 12. RGB value is (182,42,18). Sum of RGB (Red+Green+Blue) = 182+42+18=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62A12 is #49D5ED. Grayscale: #515151. Windows color (decimal): -4838894 or 1190582. OLE color: 1190582.
HSL color Cylindrical-coordinate representation of color #B62A12: hue angle of 8.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B62A12 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 18 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.29 |
| HSL | 8.78º | 0.82% | 0.39% | - |
| HSV(B) | 8.78º | 0.9% | 0.71% | - |
| XYZ | 20.23 | 11.64 | 1.75 | - |
| YUV | 81.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 18 | 0 | 0.77 | 0.90 | 0.29 | 8.78 | 0.82 | 0.39 |
| Hex | B6 | 2A | 12 | 0 | 4D | 5A | 1D | 9 | 52 | 27 |
| Octal | 266 | 52 | 22 | 0 | 115 | 132 | 35 | 11 | 122 | 47 |
| Binary | 10110110 | 101010 | 10010 | 0 | 1001101 | 1011010 | 11101 | 1001 | 1010010 | 100111 |
Color Harmonies of #B62A12
Complementary color
Monochromatic Colors of #B62A12
Black with #B62A12
Text Example
Text Example
White with #B62A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62A12; }
p { color: rgb(182,42,18); }
H1.HeaderClassName
{
color: #B62A12;
}
.AnyTagClassName
{
color: #B62A12;
}
</style>
background-color css
<style>
a { background-color: #B62A12; }
a { background-color: rgb(182,42,18); }
div.DivClassName
{
background-color: #B62A12;
}
.BgClassName
{
background-color: #B62A12;
}
</style>
border-color css
<style>
span { border-color: #B62A12; }
span { border-color: rgb(182,42,18); }
td.TdClassName
{
border-color: #B62A12;
}
.TagClassName
{
border-color: #B62A12;
}
</style>