Shades of Pirate Gold #B76D25
Tints of Pirate Gold #B76D25
RGB
CMYK
RGB Variations
Color information
#B76D25 (or 0xB76D25) is known color: Pirate Gold. HEX triplet: B7, 6D and 25. RGB value is (183,109,37). Sum of RGB (Red+Green+Blue) = 183+109+37=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D25 is #4892DA. Grayscale: #7B7B7B. Windows color (decimal): -4756187 or 2452919. OLE color: 2452919.
HSL color Cylindrical-coordinate representation of color #B76D25: hue angle of 29.59º 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 #B76D25 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 37 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.28 |
| HSL | 29.59º | 0.66% | 0.43% | - |
| HSV(B) | 29.59º | 0.8% | 0.72% | - |
| XYZ | 25.33 | 21.14 | 4.5 | - |
| YUV | 122.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 37 | 0 | 0.40 | 0.80 | 0.28 | 29.59 | 0.66 | 0.43 |
| Hex | B7 | 6D | 25 | 0 | 28 | 50 | 1C | 1E | 42 | 2B |
| Octal | 267 | 155 | 45 | 0 | 50 | 120 | 34 | 36 | 102 | 53 |
| Binary | 10110111 | 1101101 | 100101 | 0 | 101000 | 1010000 | 11100 | 11110 | 1000010 | 101011 |
Color Harmonies of #B76D25
Complementary color
Monochromatic Colors of #B76D25
Black with #B76D25
Text Example
Text Example
White with #B76D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D25; }
p { color: rgb(183,109,37); }
H1.HeaderClassName
{
color: #B76D25;
}
.AnyTagClassName
{
color: #B76D25;
}
</style>
background-color css
<style>
a { background-color: #B76D25; }
a { background-color: rgb(183,109,37); }
div.DivClassName
{
background-color: #B76D25;
}
.BgClassName
{
background-color: #B76D25;
}
</style>
border-color css
<style>
span { border-color: #B76D25; }
span { border-color: rgb(183,109,37); }
td.TdClassName
{
border-color: #B76D25;
}
.TagClassName
{
border-color: #B76D25;
}
</style>