Shades of Pirate Gold #B77A1A
Tints of Pirate Gold #B77A1A
RGB
CMYK
RGB Variations
Color information
#B77A1A (or 0xB77A1A) is known color: Pirate Gold. HEX triplet: B7, 7A and 1A. RGB value is (183,122,26). Sum of RGB (Red+Green+Blue) = 183+122+26=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A1A is #4885E5. Grayscale: #818181. Windows color (decimal): -4752870 or 1735351. OLE color: 1735351.
HSL color Cylindrical-coordinate representation of color #B77A1A: hue angle of 36.69º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B77A1A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 26 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.28 |
| HSL | 36.69º | 0.75% | 0.41% | - |
| HSV(B) | 36.69º | 0.86% | 0.72% | - |
| XYZ | 26.67 | 24.06 | 4.22 | - |
| YUV | 129.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 26 | 0 | 0.33 | 0.86 | 0.28 | 36.69 | 0.75 | 0.41 |
| Hex | B7 | 7A | 1A | 0 | 21 | 56 | 1C | 25 | 4B | 29 |
| Octal | 267 | 172 | 32 | 0 | 41 | 126 | 34 | 45 | 113 | 51 |
| Binary | 10110111 | 1111010 | 11010 | 0 | 100001 | 1010110 | 11100 | 100101 | 1001011 | 101001 |
Color Harmonies of #B77A1A
Complementary color
Monochromatic Colors of #B77A1A
Black with #B77A1A
Text Example
Text Example
White with #B77A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A1A; }
p { color: rgb(183,122,26); }
H1.HeaderClassName
{
color: #B77A1A;
}
.AnyTagClassName
{
color: #B77A1A;
}
</style>
background-color css
<style>
a { background-color: #B77A1A; }
a { background-color: rgb(183,122,26); }
div.DivClassName
{
background-color: #B77A1A;
}
.BgClassName
{
background-color: #B77A1A;
}
</style>
border-color css
<style>
span { border-color: #B77A1A; }
span { border-color: rgb(183,122,26); }
td.TdClassName
{
border-color: #B77A1A;
}
.TagClassName
{
border-color: #B77A1A;
}
</style>