Shades of Pirate Gold #B3791C
Tints of Pirate Gold #B3791C
RGB
CMYK
RGB Variations
Color information
#B3791C (or 0xB3791C) is known color: Pirate Gold. HEX triplet: B3, 79 and 1C. RGB value is (179,121,28). Sum of RGB (Red+Green+Blue) = 179+121+28=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3791C is #4C86E3. Grayscale: #808080. Windows color (decimal): -5015268 or 1866163. OLE color: 1866163.
HSL color Cylindrical-coordinate representation of color #B3791C: hue angle of 36.95º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3791C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 28 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.30 |
| HSL | 36.95º | 0.73% | 0.41% | - |
| HSV(B) | 36.95º | 0.84% | 0.7% | - |
| XYZ | 25.64 | 23.34 | 4.25 | - |
| YUV | 127.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 28 | 0 | 0.32 | 0.84 | 0.30 | 36.95 | 0.73 | 0.41 |
| Hex | B3 | 79 | 1C | 0 | 20 | 54 | 1E | 25 | 49 | 29 |
| Octal | 263 | 171 | 34 | 0 | 40 | 124 | 36 | 45 | 111 | 51 |
| Binary | 10110011 | 1111001 | 11100 | 0 | 100000 | 1010100 | 11110 | 100101 | 1001001 | 101001 |
Color Harmonies of #B3791C
Complementary color
Monochromatic Colors of #B3791C
Black with #B3791C
Text Example
Text Example
White with #B3791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3791C; }
p { color: rgb(179,121,28); }
H1.HeaderClassName
{
color: #B3791C;
}
.AnyTagClassName
{
color: #B3791C;
}
</style>
background-color css
<style>
a { background-color: #B3791C; }
a { background-color: rgb(179,121,28); }
div.DivClassName
{
background-color: #B3791C;
}
.BgClassName
{
background-color: #B3791C;
}
</style>
border-color css
<style>
span { border-color: #B3791C; }
span { border-color: rgb(179,121,28); }
td.TdClassName
{
border-color: #B3791C;
}
.TagClassName
{
border-color: #B3791C;
}
</style>