Shades of Pirate Gold #B2791E
Tints of Pirate Gold #B2791E
RGB
CMYK
RGB Variations
Color information
#B2791E (or 0xB2791E) is known color: Pirate Gold. HEX triplet: B2, 79 and 1E. RGB value is (178,121,30). Sum of RGB (Red+Green+Blue) = 178+121+30=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2791E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2791E is #4D86E1. Grayscale: #808080. Windows color (decimal): -5080802 or 1997234. OLE color: 1997234.
HSL color Cylindrical-coordinate representation of color #B2791E: hue angle of 36.89º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2791E is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 30 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.30 |
| HSL | 36.89º | 0.71% | 0.41% | - |
| HSV(B) | 36.89º | 0.83% | 0.7% | - |
| XYZ | 25.43 | 23.23 | 4.37 | - |
| YUV | 127.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 30 | 0 | 0.32 | 0.83 | 0.30 | 36.89 | 0.71 | 0.41 |
| Hex | B2 | 79 | 1E | 0 | 20 | 53 | 1E | 25 | 47 | 29 |
| Octal | 262 | 171 | 36 | 0 | 40 | 123 | 36 | 45 | 107 | 51 |
| Binary | 10110010 | 1111001 | 11110 | 0 | 100000 | 1010011 | 11110 | 100101 | 1000111 | 101001 |
Color Harmonies of #B2791E
Complementary color
Monochromatic Colors of #B2791E
Black with #B2791E
Text Example
Text Example
White with #B2791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2791E; }
p { color: rgb(178,121,30); }
H1.HeaderClassName
{
color: #B2791E;
}
.AnyTagClassName
{
color: #B2791E;
}
</style>
background-color css
<style>
a { background-color: #B2791E; }
a { background-color: rgb(178,121,30); }
div.DivClassName
{
background-color: #B2791E;
}
.BgClassName
{
background-color: #B2791E;
}
</style>
border-color css
<style>
span { border-color: #B2791E; }
span { border-color: rgb(178,121,30); }
td.TdClassName
{
border-color: #B2791E;
}
.TagClassName
{
border-color: #B2791E;
}
</style>