Shades of Pirate Gold #B8721C
Tints of Pirate Gold #B8721C
RGB
CMYK
RGB Variations
Color information
#B8721C (or 0xB8721C) is known color: Pirate Gold. HEX triplet: B8, 72 and 1C. RGB value is (184,114,28). Sum of RGB (Red+Green+Blue) = 184+114+28=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8721C is #478DE3. Grayscale: #7D7D7D. Windows color (decimal): -4689380 or 1864376. OLE color: 1864376.
HSL color Cylindrical-coordinate representation of color #B8721C: hue angle of 33.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8721C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 28 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.28 |
| HSL | 33.08º | 0.74% | 0.42% | - |
| HSV(B) | 33.08º | 0.85% | 0.72% | - |
| XYZ | 25.99 | 22.31 | 4.03 | - |
| YUV | 125.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 28 | 0 | 0.38 | 0.85 | 0.28 | 33.08 | 0.74 | 0.42 |
| Hex | B8 | 72 | 1C | 0 | 26 | 55 | 1C | 21 | 4A | 2A |
| Octal | 270 | 162 | 34 | 0 | 46 | 125 | 34 | 41 | 112 | 52 |
| Binary | 10111000 | 1110010 | 11100 | 0 | 100110 | 1010101 | 11100 | 100001 | 1001010 | 101010 |
Color Harmonies of #B8721C
Complementary color
Monochromatic Colors of #B8721C
Black with #B8721C
Text Example
Text Example
White with #B8721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8721C; }
p { color: rgb(184,114,28); }
H1.HeaderClassName
{
color: #B8721C;
}
.AnyTagClassName
{
color: #B8721C;
}
</style>
background-color css
<style>
a { background-color: #B8721C; }
a { background-color: rgb(184,114,28); }
div.DivClassName
{
background-color: #B8721C;
}
.BgClassName
{
background-color: #B8721C;
}
</style>
border-color css
<style>
span { border-color: #B8721C; }
span { border-color: rgb(184,114,28); }
td.TdClassName
{
border-color: #B8721C;
}
.TagClassName
{
border-color: #B8721C;
}
</style>