Shades of Pirate Gold #B77015
Tints of Pirate Gold #B77015
RGB
CMYK
RGB Variations
Color information
#B77015 (or 0xB77015) is known color: Pirate Gold. HEX triplet: B7, 70 and 15. RGB value is (183,112,21). Sum of RGB (Red+Green+Blue) = 183+112+21=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B77015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77015 is #488FEA. Grayscale: #7B7B7B. Windows color (decimal): -4755435 or 1405111. OLE color: 1405111.
HSL color Cylindrical-coordinate representation of color #B77015: hue angle of 33.7º 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 #B77015 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 21 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.28 |
| HSL | 33.7º | 0.79% | 0.4% | - |
| HSV(B) | 33.7º | 0.89% | 0.72% | - |
| XYZ | 25.46 | 21.71 | 3.56 | - |
| YUV | 122.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 21 | 0 | 0.39 | 0.89 | 0.28 | 33.7 | 0.79 | 0.4 |
| Hex | B7 | 70 | 15 | 0 | 27 | 59 | 1C | 22 | 4F | 28 |
| Octal | 267 | 160 | 25 | 0 | 47 | 131 | 34 | 42 | 117 | 50 |
| Binary | 10110111 | 1110000 | 10101 | 0 | 100111 | 1011001 | 11100 | 100010 | 1001111 | 101000 |
Color Harmonies of #B77015
Complementary color
Monochromatic Colors of #B77015
Black with #B77015
Text Example
Text Example
White with #B77015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77015; }
p { color: rgb(183,112,21); }
H1.HeaderClassName
{
color: #B77015;
}
.AnyTagClassName
{
color: #B77015;
}
</style>
background-color css
<style>
a { background-color: #B77015; }
a { background-color: rgb(183,112,21); }
div.DivClassName
{
background-color: #B77015;
}
.BgClassName
{
background-color: #B77015;
}
</style>
border-color css
<style>
span { border-color: #B77015; }
span { border-color: rgb(183,112,21); }
td.TdClassName
{
border-color: #B77015;
}
.TagClassName
{
border-color: #B77015;
}
</style>