Shades of Pirate Gold #B3721A
Tints of Pirate Gold #B3721A
RGB
CMYK
RGB Variations
Color information
#B3721A (or 0xB3721A) is known color: Pirate Gold. HEX triplet: B3, 72 and 1A. RGB value is (179,114,26). Sum of RGB (Red+Green+Blue) = 179+114+26=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3721A is #4C8DE5. Grayscale: #7B7B7B. Windows color (decimal): -5017062 or 1733299. OLE color: 1733299.
HSL color Cylindrical-coordinate representation of color #B3721A: hue angle of 34.51º degrees, saturation: 0.75, 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 #B3721A is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 26 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.30 |
| HSL | 34.51º | 0.75% | 0.4% | - |
| HSV(B) | 34.51º | 0.85% | 0.7% | - |
| XYZ | 24.79 | 21.69 | 3.86 | - |
| YUV | 123.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 26 | 0 | 0.36 | 0.85 | 0.30 | 34.51 | 0.75 | 0.4 |
| Hex | B3 | 72 | 1A | 0 | 24 | 55 | 1E | 23 | 4B | 28 |
| Octal | 263 | 162 | 32 | 0 | 44 | 125 | 36 | 43 | 113 | 50 |
| Binary | 10110011 | 1110010 | 11010 | 0 | 100100 | 1010101 | 11110 | 100011 | 1001011 | 101000 |
Color Harmonies of #B3721A
Complementary color
Monochromatic Colors of #B3721A
Black with #B3721A
Text Example
Text Example
White with #B3721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3721A; }
p { color: rgb(179,114,26); }
H1.HeaderClassName
{
color: #B3721A;
}
.AnyTagClassName
{
color: #B3721A;
}
</style>
background-color css
<style>
a { background-color: #B3721A; }
a { background-color: rgb(179,114,26); }
div.DivClassName
{
background-color: #B3721A;
}
.BgClassName
{
background-color: #B3721A;
}
</style>
border-color css
<style>
span { border-color: #B3721A; }
span { border-color: rgb(179,114,26); }
td.TdClassName
{
border-color: #B3721A;
}
.TagClassName
{
border-color: #B3721A;
}
</style>