Shades of Pirate Gold #B3721E
Tints of Pirate Gold #B3721E
RGB
CMYK
RGB Variations
Color information
#B3721E (or 0xB3721E) is known color: Pirate Gold. HEX triplet: B3, 72 and 1E. RGB value is (179,114,30). Sum of RGB (Red+Green+Blue) = 179+114+30=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3721E is #4C8DE1. Grayscale: #7C7C7C. Windows color (decimal): -5017058 or 1995443. OLE color: 1995443.
HSL color Cylindrical-coordinate representation of color #B3721E: hue angle of 33.83º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3721E is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 30 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.30 |
| HSL | 33.83º | 0.71% | 0.41% | - |
| HSV(B) | 33.83º | 0.83% | 0.7% | - |
| XYZ | 24.84 | 21.71 | 4.11 | - |
| YUV | 123.86 | 75.03 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 30 | 0 | 0.36 | 0.83 | 0.30 | 33.83 | 0.71 | 0.41 |
| Hex | B3 | 72 | 1E | 0 | 24 | 53 | 1E | 22 | 47 | 29 |
| Octal | 263 | 162 | 36 | 0 | 44 | 123 | 36 | 42 | 107 | 51 |
| Binary | 10110011 | 1110010 | 11110 | 0 | 100100 | 1010011 | 11110 | 100010 | 1000111 | 101001 |
Color Harmonies of #B3721E
Complementary color
Monochromatic Colors of #B3721E
Black with #B3721E
Text Example
Text Example
White with #B3721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3721E; }
p { color: rgb(179,114,30); }
H1.HeaderClassName
{
color: #B3721E;
}
.AnyTagClassName
{
color: #B3721E;
}
</style>
background-color css
<style>
a { background-color: #B3721E; }
a { background-color: rgb(179,114,30); }
div.DivClassName
{
background-color: #B3721E;
}
.BgClassName
{
background-color: #B3721E;
}
</style>
border-color css
<style>
span { border-color: #B3721E; }
span { border-color: rgb(179,114,30); }
td.TdClassName
{
border-color: #B3721E;
}
.TagClassName
{
border-color: #B3721E;
}
</style>