Shades of Pirate Gold #B77D25
Tints of Pirate Gold #B77D25
RGB
CMYK
RGB Variations
Color information
#B77D25 (or 0xB77D25) is known color: Pirate Gold. HEX triplet: B7, 7D and 25. RGB value is (183,125,37). Sum of RGB (Red+Green+Blue) = 183+125+37=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D25 is #4882DA. Grayscale: #848484. Windows color (decimal): -4752091 or 2457015. OLE color: 2457015.
HSL color Cylindrical-coordinate representation of color #B77D25: hue angle of 36.16º 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 #B77D25 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 37 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.28 |
| HSL | 36.16º | 0.66% | 0.43% | - |
| HSV(B) | 36.16º | 0.8% | 0.72% | - |
| XYZ | 27.2 | 24.87 | 5.12 | - |
| YUV | 132.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 37 | 0 | 0.32 | 0.80 | 0.28 | 36.16 | 0.66 | 0.43 |
| Hex | B7 | 7D | 25 | 0 | 20 | 50 | 1C | 24 | 42 | 2B |
| Octal | 267 | 175 | 45 | 0 | 40 | 120 | 34 | 44 | 102 | 53 |
| Binary | 10110111 | 1111101 | 100101 | 0 | 100000 | 1010000 | 11100 | 100100 | 1000010 | 101011 |
Color Harmonies of #B77D25
Complementary color
Monochromatic Colors of #B77D25
Black with #B77D25
Text Example
Text Example
White with #B77D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D25; }
p { color: rgb(183,125,37); }
H1.HeaderClassName
{
color: #B77D25;
}
.AnyTagClassName
{
color: #B77D25;
}
</style>
background-color css
<style>
a { background-color: #B77D25; }
a { background-color: rgb(183,125,37); }
div.DivClassName
{
background-color: #B77D25;
}
.BgClassName
{
background-color: #B77D25;
}
</style>
border-color css
<style>
span { border-color: #B77D25; }
span { border-color: rgb(183,125,37); }
td.TdClassName
{
border-color: #B77D25;
}
.TagClassName
{
border-color: #B77D25;
}
</style>