Shades of Pirate Gold #B3681B
Tints of Pirate Gold #B3681B
RGB
CMYK
RGB Variations
Color information
#B3681B (or 0xB3681B) is known color: Pirate Gold. HEX triplet: B3, 68 and 1B. RGB value is (179,104,27). Sum of RGB (Red+Green+Blue) = 179+104+27=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3681B is #4C97E4. Grayscale: #767676. Windows color (decimal): -5019621 or 1796275. OLE color: 1796275.
HSL color Cylindrical-coordinate representation of color #B3681B: hue angle of 30.39º 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 #B3681B is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 27 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.30 |
| HSL | 30.39º | 0.74% | 0.4% | - |
| HSV(B) | 30.39º | 0.85% | 0.7% | - |
| XYZ | 23.74 | 19.56 | 3.56 | - |
| YUV | 117.65 | 76.85 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 27 | 0 | 0.42 | 0.85 | 0.30 | 30.39 | 0.74 | 0.4 |
| Hex | B3 | 68 | 1B | 0 | 2A | 55 | 1E | 1E | 4A | 28 |
| Octal | 263 | 150 | 33 | 0 | 52 | 125 | 36 | 36 | 112 | 50 |
| Binary | 10110011 | 1101000 | 11011 | 0 | 101010 | 1010101 | 11110 | 11110 | 1001010 | 101000 |
Color Harmonies of #B3681B
Complementary color
Monochromatic Colors of #B3681B
Black with #B3681B
Text Example
Text Example
White with #B3681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3681B; }
p { color: rgb(179,104,27); }
H1.HeaderClassName
{
color: #B3681B;
}
.AnyTagClassName
{
color: #B3681B;
}
</style>
background-color css
<style>
a { background-color: #B3681B; }
a { background-color: rgb(179,104,27); }
div.DivClassName
{
background-color: #B3681B;
}
.BgClassName
{
background-color: #B3681B;
}
</style>
border-color css
<style>
span { border-color: #B3681B; }
span { border-color: rgb(179,104,27); }
td.TdClassName
{
border-color: #B3681B;
}
.TagClassName
{
border-color: #B3681B;
}
</style>