Shades of Pirate Gold #B77D1B
Tints of Pirate Gold #B77D1B
RGB
CMYK
RGB Variations
Color information
#B77D1B (or 0xB77D1B) is known color: Pirate Gold. HEX triplet: B7, 7D and 1B. RGB value is (183,125,27). Sum of RGB (Red+Green+Blue) = 183+125+27=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D1B is #4882E4. Grayscale: #838383. Windows color (decimal): -4752101 or 1801655. OLE color: 1801655.
HSL color Cylindrical-coordinate representation of color #B77D1B: hue angle of 37.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B77D1B is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 27 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.28 |
| HSL | 37.69º | 0.74% | 0.41% | - |
| HSV(B) | 37.69º | 0.85% | 0.72% | - |
| XYZ | 27.06 | 24.81 | 4.4 | - |
| YUV | 131.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 27 | 0 | 0.32 | 0.85 | 0.28 | 37.69 | 0.74 | 0.41 |
| Hex | B7 | 7D | 1B | 0 | 20 | 55 | 1C | 26 | 4A | 29 |
| Octal | 267 | 175 | 33 | 0 | 40 | 125 | 34 | 46 | 112 | 51 |
| Binary | 10110111 | 1111101 | 11011 | 0 | 100000 | 1010101 | 11100 | 100110 | 1001010 | 101001 |
Color Harmonies of #B77D1B
Complementary color
Monochromatic Colors of #B77D1B
Black with #B77D1B
Text Example
Text Example
White with #B77D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D1B; }
p { color: rgb(183,125,27); }
H1.HeaderClassName
{
color: #B77D1B;
}
.AnyTagClassName
{
color: #B77D1B;
}
</style>
background-color css
<style>
a { background-color: #B77D1B; }
a { background-color: rgb(183,125,27); }
div.DivClassName
{
background-color: #B77D1B;
}
.BgClassName
{
background-color: #B77D1B;
}
</style>
border-color css
<style>
span { border-color: #B77D1B; }
span { border-color: rgb(183,125,27); }
td.TdClassName
{
border-color: #B77D1B;
}
.TagClassName
{
border-color: #B77D1B;
}
</style>