Shades of Pirate Gold #B77A1C
Tints of Pirate Gold #B77A1C
RGB
CMYK
RGB Variations
Color information
#B77A1C (or 0xB77A1C) is known color: Pirate Gold. HEX triplet: B7, 7A and 1C. RGB value is (183,122,28). Sum of RGB (Red+Green+Blue) = 183+122+28=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A1C is #4885E3. Grayscale: #818181. Windows color (decimal): -4752868 or 1866423. OLE color: 1866423.
HSL color Cylindrical-coordinate representation of color #B77A1C: hue angle of 36.39º degrees, saturation: 0.73, 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 #B77A1C is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 28 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.28 |
| HSL | 36.39º | 0.73% | 0.41% | - |
| HSV(B) | 36.39º | 0.85% | 0.72% | - |
| XYZ | 26.7 | 24.07 | 4.34 | - |
| YUV | 129.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 28 | 0 | 0.33 | 0.85 | 0.28 | 36.39 | 0.73 | 0.41 |
| Hex | B7 | 7A | 1C | 0 | 21 | 55 | 1C | 24 | 49 | 29 |
| Octal | 267 | 172 | 34 | 0 | 41 | 125 | 34 | 44 | 111 | 51 |
| Binary | 10110111 | 1111010 | 11100 | 0 | 100001 | 1010101 | 11100 | 100100 | 1001001 | 101001 |
Color Harmonies of #B77A1C
Complementary color
Monochromatic Colors of #B77A1C
Black with #B77A1C
Text Example
Text Example
White with #B77A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A1C; }
p { color: rgb(183,122,28); }
H1.HeaderClassName
{
color: #B77A1C;
}
.AnyTagClassName
{
color: #B77A1C;
}
</style>
background-color css
<style>
a { background-color: #B77A1C; }
a { background-color: rgb(183,122,28); }
div.DivClassName
{
background-color: #B77A1C;
}
.BgClassName
{
background-color: #B77A1C;
}
</style>
border-color css
<style>
span { border-color: #B77A1C; }
span { border-color: rgb(183,122,28); }
td.TdClassName
{
border-color: #B77A1C;
}
.TagClassName
{
border-color: #B77A1C;
}
</style>