Shades of Pirate Gold #B8791E
Tints of Pirate Gold #B8791E
RGB
CMYK
RGB Variations
Color information
#B8791E (or 0xB8791E) is known color: Pirate Gold. HEX triplet: B8, 79 and 1E. RGB value is (184,121,30). Sum of RGB (Red+Green+Blue) = 184+121+30=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B8791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8791E is #4786E1. Grayscale: #818181. Windows color (decimal): -4687586 or 1997240. OLE color: 1997240.
HSL color Cylindrical-coordinate representation of color #B8791E: hue angle of 35.45º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8791E is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 30 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.28 |
| HSL | 35.45º | 0.72% | 0.42% | - |
| HSV(B) | 35.45º | 0.84% | 0.72% | - |
| XYZ | 26.84 | 23.96 | 4.44 | - |
| YUV | 129.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 30 | 0 | 0.34 | 0.84 | 0.28 | 35.45 | 0.72 | 0.42 |
| Hex | B8 | 79 | 1E | 0 | 22 | 54 | 1C | 23 | 48 | 2A |
| Octal | 270 | 171 | 36 | 0 | 42 | 124 | 34 | 43 | 110 | 52 |
| Binary | 10111000 | 1111001 | 11110 | 0 | 100010 | 1010100 | 11100 | 100011 | 1001000 | 101010 |
Color Harmonies of #B8791E
Complementary color
Monochromatic Colors of #B8791E
Black with #B8791E
Text Example
Text Example
White with #B8791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8791E; }
p { color: rgb(184,121,30); }
H1.HeaderClassName
{
color: #B8791E;
}
.AnyTagClassName
{
color: #B8791E;
}
</style>
background-color css
<style>
a { background-color: #B8791E; }
a { background-color: rgb(184,121,30); }
div.DivClassName
{
background-color: #B8791E;
}
.BgClassName
{
background-color: #B8791E;
}
</style>
border-color css
<style>
span { border-color: #B8791E; }
span { border-color: rgb(184,121,30); }
td.TdClassName
{
border-color: #B8791E;
}
.TagClassName
{
border-color: #B8791E;
}
</style>