Shades of Pirate Gold #B36A1D
Tints of Pirate Gold #B36A1D
RGB
CMYK
RGB Variations
Color information
#B36A1D (or 0xB36A1D) is known color: Pirate Gold. HEX triplet: B3, 6A and 1D. RGB value is (179,106,29). Sum of RGB (Red+Green+Blue) = 179+106+29=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A1D is #4C95E2. Grayscale: #777777. Windows color (decimal): -5019107 or 1927859. OLE color: 1927859.
HSL color Cylindrical-coordinate representation of color #B36A1D: hue angle of 30.8º degrees, saturation: 0.72, 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 #B36A1D is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 29 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.30 |
| HSL | 30.8º | 0.72% | 0.41% | - |
| HSV(B) | 30.8º | 0.84% | 0.7% | - |
| XYZ | 23.97 | 19.98 | 3.76 | - |
| YUV | 119.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 29 | 0 | 0.41 | 0.84 | 0.30 | 30.8 | 0.72 | 0.41 |
| Hex | B3 | 6A | 1D | 0 | 29 | 54 | 1E | 1F | 48 | 29 |
| Octal | 263 | 152 | 35 | 0 | 51 | 124 | 36 | 37 | 110 | 51 |
| Binary | 10110011 | 1101010 | 11101 | 0 | 101001 | 1010100 | 11110 | 11111 | 1001000 | 101001 |
Color Harmonies of #B36A1D
Complementary color
Monochromatic Colors of #B36A1D
Black with #B36A1D
Text Example
Text Example
White with #B36A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A1D; }
p { color: rgb(179,106,29); }
H1.HeaderClassName
{
color: #B36A1D;
}
.AnyTagClassName
{
color: #B36A1D;
}
</style>
background-color css
<style>
a { background-color: #B36A1D; }
a { background-color: rgb(179,106,29); }
div.DivClassName
{
background-color: #B36A1D;
}
.BgClassName
{
background-color: #B36A1D;
}
</style>
border-color css
<style>
span { border-color: #B36A1D; }
span { border-color: rgb(179,106,29); }
td.TdClassName
{
border-color: #B36A1D;
}
.TagClassName
{
border-color: #B36A1D;
}
</style>