Shades of Pirate Gold #B36817
Tints of Pirate Gold #B36817
RGB
CMYK
RGB Variations
Color information
#B36817 (or 0xB36817) is known color: Pirate Gold. HEX triplet: B3, 68 and 17. RGB value is (179,104,23). Sum of RGB (Red+Green+Blue) = 179+104+23=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B36817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36817 is #4C97E8. Grayscale: #757575. Windows color (decimal): -5019625 or 1534131. OLE color: 1534131.
HSL color Cylindrical-coordinate representation of color #B36817: hue angle of 31.15º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B36817 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 23 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.30 |
| HSL | 31.15º | 0.77% | 0.4% | - |
| HSV(B) | 31.15º | 0.87% | 0.7% | - |
| XYZ | 23.7 | 19.55 | 3.33 | - |
| YUV | 117.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 23 | 0 | 0.42 | 0.87 | 0.30 | 31.15 | 0.77 | 0.4 |
| Hex | B3 | 68 | 17 | 0 | 2A | 57 | 1E | 1F | 4D | 28 |
| Octal | 263 | 150 | 27 | 0 | 52 | 127 | 36 | 37 | 115 | 50 |
| Binary | 10110011 | 1101000 | 10111 | 0 | 101010 | 1010111 | 11110 | 11111 | 1001101 | 101000 |
Color Harmonies of #B36817
Complementary color
Monochromatic Colors of #B36817
Black with #B36817
Text Example
Text Example
White with #B36817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36817; }
p { color: rgb(179,104,23); }
H1.HeaderClassName
{
color: #B36817;
}
.AnyTagClassName
{
color: #B36817;
}
</style>
background-color css
<style>
a { background-color: #B36817; }
a { background-color: rgb(179,104,23); }
div.DivClassName
{
background-color: #B36817;
}
.BgClassName
{
background-color: #B36817;
}
</style>
border-color css
<style>
span { border-color: #B36817; }
span { border-color: rgb(179,104,23); }
td.TdClassName
{
border-color: #B36817;
}
.TagClassName
{
border-color: #B36817;
}
</style>