Shades of Pirate Gold #B77415
Tints of Pirate Gold #B77415
RGB
CMYK
RGB Variations
Color information
#B77415 (or 0xB77415) is known color: Pirate Gold. HEX triplet: B7, 74 and 15. RGB value is (183,116,21). Sum of RGB (Red+Green+Blue) = 183+116+21=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B77415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77415 is #488BEA. Grayscale: #7D7D7D. Windows color (decimal): -4754411 or 1406135. OLE color: 1406135.
HSL color Cylindrical-coordinate representation of color #B77415: hue angle of 35.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B77415 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 21 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.28 |
| HSL | 35.19º | 0.79% | 0.4% | - |
| HSV(B) | 35.19º | 0.89% | 0.72% | - |
| XYZ | 25.91 | 22.61 | 3.71 | - |
| YUV | 125.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 21 | 0 | 0.37 | 0.89 | 0.28 | 35.19 | 0.79 | 0.4 |
| Hex | B7 | 74 | 15 | 0 | 25 | 59 | 1C | 23 | 4F | 28 |
| Octal | 267 | 164 | 25 | 0 | 45 | 131 | 34 | 43 | 117 | 50 |
| Binary | 10110111 | 1110100 | 10101 | 0 | 100101 | 1011001 | 11100 | 100011 | 1001111 | 101000 |
Color Harmonies of #B77415
Complementary color
Monochromatic Colors of #B77415
Black with #B77415
Text Example
Text Example
White with #B77415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77415; }
p { color: rgb(183,116,21); }
H1.HeaderClassName
{
color: #B77415;
}
.AnyTagClassName
{
color: #B77415;
}
</style>
background-color css
<style>
a { background-color: #B77415; }
a { background-color: rgb(183,116,21); }
div.DivClassName
{
background-color: #B77415;
}
.BgClassName
{
background-color: #B77415;
}
</style>
border-color css
<style>
span { border-color: #B77415; }
span { border-color: rgb(183,116,21); }
td.TdClassName
{
border-color: #B77415;
}
.TagClassName
{
border-color: #B77415;
}
</style>