Shades of Pirate Gold #B36D1B
Tints of Pirate Gold #B36D1B
RGB
CMYK
RGB Variations
Color information
#B36D1B (or 0xB36D1B) is known color: Pirate Gold. HEX triplet: B3, 6D and 1B. RGB value is (179,109,27). Sum of RGB (Red+Green+Blue) = 179+109+27=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D1B is #4C92E4. Grayscale: #787878. Windows color (decimal): -5018341 or 1797555. OLE color: 1797555.
HSL color Cylindrical-coordinate representation of color #B36D1B: hue angle of 32.37º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B36D1B is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 27 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.30 |
| HSL | 32.37º | 0.74% | 0.4% | - |
| HSV(B) | 32.37º | 0.85% | 0.7% | - |
| XYZ | 24.26 | 20.6 | 3.73 | - |
| YUV | 120.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 27 | 0 | 0.39 | 0.85 | 0.30 | 32.37 | 0.74 | 0.4 |
| Hex | B3 | 6D | 1B | 0 | 27 | 55 | 1E | 20 | 4A | 28 |
| Octal | 263 | 155 | 33 | 0 | 47 | 125 | 36 | 40 | 112 | 50 |
| Binary | 10110011 | 1101101 | 11011 | 0 | 100111 | 1010101 | 11110 | 100000 | 1001010 | 101000 |
Color Harmonies of #B36D1B
Complementary color
Monochromatic Colors of #B36D1B
Black with #B36D1B
Text Example
Text Example
White with #B36D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D1B; }
p { color: rgb(179,109,27); }
H1.HeaderClassName
{
color: #B36D1B;
}
.AnyTagClassName
{
color: #B36D1B;
}
</style>
background-color css
<style>
a { background-color: #B36D1B; }
a { background-color: rgb(179,109,27); }
div.DivClassName
{
background-color: #B36D1B;
}
.BgClassName
{
background-color: #B36D1B;
}
</style>
border-color css
<style>
span { border-color: #B36D1B; }
span { border-color: rgb(179,109,27); }
td.TdClassName
{
border-color: #B36D1B;
}
.TagClassName
{
border-color: #B36D1B;
}
</style>