Html Css Color HEX #B32708 Harley Davidson Orange
📋 copy color: '#B32708'red 179 ◦ green 39 ◦ blue 8
Shades of Harley Davidson Orange #B32708
Tints of Harley Davidson Orange #B32708
RGB
CMYK
RGB Variations
Color information
#B32708 (or 0xB32708) is known color: Harley Davidson Orange. HEX triplet: B3, 27 and 08. RGB value is (179,39,8). Sum of RGB (Red+Green+Blue) = 179+39+8=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B32708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32708 is #4CD8F7. Grayscale: #4D4D4D. Windows color (decimal): -5036280 or 534451. OLE color: 534451.
HSL color Cylindrical-coordinate representation of color #B32708: hue angle of 10.88º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32708 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.30 |
| HSL | 10.88º | 0.91% | 0.37% | - |
| HSV(B) | 10.88º | 0.96% | 0.7% | - |
| XYZ | 19.36 | 11.05 | 1.34 | - |
| YUV | 77.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 8 | 0 | 0.78 | 0.96 | 0.30 | 10.88 | 0.91 | 0.37 |
| Hex | B3 | 27 | 8 | 0 | 4E | 60 | 1E | B | 5B | 25 |
| Octal | 263 | 47 | 10 | 0 | 116 | 140 | 36 | 13 | 133 | 45 |
| Binary | 10110011 | 100111 | 1000 | 0 | 1001110 | 1100000 | 11110 | 1011 | 1011011 | 100101 |
Color Harmonies of #B32708
Complementary color
Monochromatic Colors of #B32708
Black with #B32708
Text Example
Text Example
White with #B32708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32708; }
p { color: rgb(179,39,8); }
H1.HeaderClassName
{
color: #B32708;
}
.AnyTagClassName
{
color: #B32708;
}
</style>
background-color css
<style>
a { background-color: #B32708; }
a { background-color: rgb(179,39,8); }
div.DivClassName
{
background-color: #B32708;
}
.BgClassName
{
background-color: #B32708;
}
</style>
border-color css
<style>
span { border-color: #B32708; }
span { border-color: rgb(179,39,8); }
td.TdClassName
{
border-color: #B32708;
}
.TagClassName
{
border-color: #B32708;
}
</style>