Shades of Pirate Gold #B7792A
Tints of Pirate Gold #B7792A
RGB
CMYK
RGB Variations
Color information
#B7792A (or 0xB7792A) is known color: Pirate Gold. HEX triplet: B7, 79 and 2A. RGB value is (183,121,42). Sum of RGB (Red+Green+Blue) = 183+121+42=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7792A is #4886D5. Grayscale: #828282. Windows color (decimal): -4753110 or 2783671. OLE color: 2783671.
HSL color Cylindrical-coordinate representation of color #B7792A: hue angle of 33.62º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7792A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 42 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.28 |
| HSL | 33.62º | 0.63% | 0.44% | - |
| HSV(B) | 33.62º | 0.77% | 0.72% | - |
| XYZ | 26.78 | 23.91 | 5.39 | - |
| YUV | 130.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 42 | 0 | 0.34 | 0.77 | 0.28 | 33.62 | 0.63 | 0.44 |
| Hex | B7 | 79 | 2A | 0 | 22 | 4D | 1C | 22 | 3F | 2C |
| Octal | 267 | 171 | 52 | 0 | 42 | 115 | 34 | 42 | 77 | 54 |
| Binary | 10110111 | 1111001 | 101010 | 0 | 100010 | 1001101 | 11100 | 100010 | 111111 | 101100 |
Color Harmonies of #B7792A
Complementary color
Monochromatic Colors of #B7792A
Black with #B7792A
Text Example
Text Example
White with #B7792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7792A; }
p { color: rgb(183,121,42); }
H1.HeaderClassName
{
color: #B7792A;
}
.AnyTagClassName
{
color: #B7792A;
}
</style>
background-color css
<style>
a { background-color: #B7792A; }
a { background-color: rgb(183,121,42); }
div.DivClassName
{
background-color: #B7792A;
}
.BgClassName
{
background-color: #B7792A;
}
</style>
border-color css
<style>
span { border-color: #B7792A; }
span { border-color: rgb(183,121,42); }
td.TdClassName
{
border-color: #B7792A;
}
.TagClassName
{
border-color: #B7792A;
}
</style>