Shades of Pirate Gold #B8701B
Tints of Pirate Gold #B8701B
RGB
CMYK
RGB Variations
Color information
#B8701B (or 0xB8701B) is known color: Pirate Gold. HEX triplet: B8, 70 and 1B. RGB value is (184,112,27). Sum of RGB (Red+Green+Blue) = 184+112+27=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B8701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8701B is #478FE4. Grayscale: #7C7C7C. Windows color (decimal): -4689893 or 1798328. OLE color: 1798328.
HSL color Cylindrical-coordinate representation of color #B8701B: hue angle of 32.48º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8701B is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 27 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.28 |
| HSL | 32.48º | 0.74% | 0.41% | - |
| HSV(B) | 32.48º | 0.85% | 0.72% | - |
| XYZ | 25.76 | 21.86 | 3.9 | - |
| YUV | 123.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 27 | 0 | 0.39 | 0.85 | 0.28 | 32.48 | 0.74 | 0.41 |
| Hex | B8 | 70 | 1B | 0 | 27 | 55 | 1C | 20 | 4A | 29 |
| Octal | 270 | 160 | 33 | 0 | 47 | 125 | 34 | 40 | 112 | 51 |
| Binary | 10111000 | 1110000 | 11011 | 0 | 100111 | 1010101 | 11100 | 100000 | 1001010 | 101001 |
Color Harmonies of #B8701B
Complementary color
Monochromatic Colors of #B8701B
Black with #B8701B
Text Example
Text Example
White with #B8701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8701B; }
p { color: rgb(184,112,27); }
H1.HeaderClassName
{
color: #B8701B;
}
.AnyTagClassName
{
color: #B8701B;
}
</style>
background-color css
<style>
a { background-color: #B8701B; }
a { background-color: rgb(184,112,27); }
div.DivClassName
{
background-color: #B8701B;
}
.BgClassName
{
background-color: #B8701B;
}
</style>
border-color css
<style>
span { border-color: #B8701B; }
span { border-color: rgb(184,112,27); }
td.TdClassName
{
border-color: #B8701B;
}
.TagClassName
{
border-color: #B8701B;
}
</style>