Shades of Pirate Gold #B8811F
Tints of Pirate Gold #B8811F
RGB
CMYK
RGB Variations
Color information
#B8811F (or 0xB8811F) is known color: Pirate Gold. HEX triplet: B8, 81 and 1F. RGB value is (184,129,31). Sum of RGB (Red+Green+Blue) = 184+129+31=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8811F is #477EE0. Grayscale: #868686. Windows color (decimal): -4685537 or 2064824. OLE color: 2064824.
HSL color Cylindrical-coordinate representation of color #B8811F: hue angle of 38.43º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8811F is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 31 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.28 |
| HSL | 38.43º | 0.71% | 0.42% | - |
| HSV(B) | 38.43º | 0.83% | 0.72% | - |
| XYZ | 27.86 | 25.99 | 4.84 | - |
| YUV | 134.27 | 69.72 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 31 | 0 | 0.30 | 0.83 | 0.28 | 38.43 | 0.71 | 0.42 |
| Hex | B8 | 81 | 1F | 0 | 1E | 53 | 1C | 26 | 47 | 2A |
| Octal | 270 | 201 | 37 | 0 | 36 | 123 | 34 | 46 | 107 | 52 |
| Binary | 10111000 | 10000001 | 11111 | 0 | 11110 | 1010011 | 11100 | 100110 | 1000111 | 101010 |
Color Harmonies of #B8811F
Complementary color
Monochromatic Colors of #B8811F
Black with #B8811F
Text Example
Text Example
White with #B8811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8811F; }
p { color: rgb(184,129,31); }
H1.HeaderClassName
{
color: #B8811F;
}
.AnyTagClassName
{
color: #B8811F;
}
</style>
background-color css
<style>
a { background-color: #B8811F; }
a { background-color: rgb(184,129,31); }
div.DivClassName
{
background-color: #B8811F;
}
.BgClassName
{
background-color: #B8811F;
}
</style>
border-color css
<style>
span { border-color: #B8811F; }
span { border-color: rgb(184,129,31); }
td.TdClassName
{
border-color: #B8811F;
}
.TagClassName
{
border-color: #B8811F;
}
</style>