Shades of Pirate Gold #B3721D
Tints of Pirate Gold #B3721D
RGB
CMYK
RGB Variations
Color information
#B3721D (or 0xB3721D) is known color: Pirate Gold. HEX triplet: B3, 72 and 1D. RGB value is (179,114,29). Sum of RGB (Red+Green+Blue) = 179+114+29=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3721D is #4C8DE2. Grayscale: #7C7C7C. Windows color (decimal): -5017059 or 1929907. OLE color: 1929907.
HSL color Cylindrical-coordinate representation of color #B3721D: hue angle of 34º 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 #B3721D is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 29 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.30 |
| HSL | 34º | 0.72% | 0.41% | - |
| HSV(B) | 34º | 0.84% | 0.7% | - |
| XYZ | 24.83 | 21.71 | 4.04 | - |
| YUV | 123.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 29 | 0 | 0.36 | 0.84 | 0.30 | 34 | 0.72 | 0.41 |
| Hex | B3 | 72 | 1D | 0 | 24 | 54 | 1E | 22 | 48 | 29 |
| Octal | 263 | 162 | 35 | 0 | 44 | 124 | 36 | 42 | 110 | 51 |
| Binary | 10110011 | 1110010 | 11101 | 0 | 100100 | 1010100 | 11110 | 100010 | 1001000 | 101001 |
Color Harmonies of #B3721D
Complementary color
Monochromatic Colors of #B3721D
Black with #B3721D
Text Example
Text Example
White with #B3721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3721D; }
p { color: rgb(179,114,29); }
H1.HeaderClassName
{
color: #B3721D;
}
.AnyTagClassName
{
color: #B3721D;
}
</style>
background-color css
<style>
a { background-color: #B3721D; }
a { background-color: rgb(179,114,29); }
div.DivClassName
{
background-color: #B3721D;
}
.BgClassName
{
background-color: #B3721D;
}
</style>
border-color css
<style>
span { border-color: #B3721D; }
span { border-color: rgb(179,114,29); }
td.TdClassName
{
border-color: #B3721D;
}
.TagClassName
{
border-color: #B3721D;
}
</style>