Shades of Pirate Gold #B77425
Tints of Pirate Gold #B77425
RGB
CMYK
RGB Variations
Color information
#B77425 (or 0xB77425) is known color: Pirate Gold. HEX triplet: B7, 74 and 25. RGB value is (183,116,37). Sum of RGB (Red+Green+Blue) = 183+116+37=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B77425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77425 is #488BDA. Grayscale: #7F7F7F. Windows color (decimal): -4754395 or 2454711. OLE color: 2454711.
HSL color Cylindrical-coordinate representation of color #B77425: hue angle of 32.47º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B77425 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 37 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.28 |
| HSL | 32.47º | 0.66% | 0.43% | - |
| HSV(B) | 32.47º | 0.8% | 0.72% | - |
| XYZ | 26.11 | 22.69 | 4.75 | - |
| YUV | 127.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 37 | 0 | 0.37 | 0.80 | 0.28 | 32.47 | 0.66 | 0.43 |
| Hex | B7 | 74 | 25 | 0 | 25 | 50 | 1C | 20 | 42 | 2B |
| Octal | 267 | 164 | 45 | 0 | 45 | 120 | 34 | 40 | 102 | 53 |
| Binary | 10110111 | 1110100 | 100101 | 0 | 100101 | 1010000 | 11100 | 100000 | 1000010 | 101011 |
Color Harmonies of #B77425
Complementary color
Monochromatic Colors of #B77425
Black with #B77425
Text Example
Text Example
White with #B77425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77425; }
p { color: rgb(183,116,37); }
H1.HeaderClassName
{
color: #B77425;
}
.AnyTagClassName
{
color: #B77425;
}
</style>
background-color css
<style>
a { background-color: #B77425; }
a { background-color: rgb(183,116,37); }
div.DivClassName
{
background-color: #B77425;
}
.BgClassName
{
background-color: #B77425;
}
</style>
border-color css
<style>
span { border-color: #B77425; }
span { border-color: rgb(183,116,37); }
td.TdClassName
{
border-color: #B77425;
}
.TagClassName
{
border-color: #B77425;
}
</style>