Shades of Pirate Gold #B3721B
Tints of Pirate Gold #B3721B
RGB
CMYK
RGB Variations
Color information
#B3721B (or 0xB3721B) is known color: Pirate Gold. HEX triplet: B3, 72 and 1B. RGB value is (179,114,27). Sum of RGB (Red+Green+Blue) = 179+114+27=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3721B is #4C8DE4. Grayscale: #7B7B7B. Windows color (decimal): -5017061 or 1798835. OLE color: 1798835.
HSL color Cylindrical-coordinate representation of color #B3721B: hue angle of 34.34º 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 #B3721B is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 27 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.30 |
| HSL | 34.34º | 0.74% | 0.4% | - |
| HSV(B) | 34.34º | 0.85% | 0.7% | - |
| XYZ | 24.81 | 21.7 | 3.92 | - |
| YUV | 123.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 27 | 0 | 0.36 | 0.85 | 0.30 | 34.34 | 0.74 | 0.4 |
| Hex | B3 | 72 | 1B | 0 | 24 | 55 | 1E | 22 | 4A | 28 |
| Octal | 263 | 162 | 33 | 0 | 44 | 125 | 36 | 42 | 112 | 50 |
| Binary | 10110011 | 1110010 | 11011 | 0 | 100100 | 1010101 | 11110 | 100010 | 1001010 | 101000 |
Color Harmonies of #B3721B
Complementary color
Monochromatic Colors of #B3721B
Black with #B3721B
Text Example
Text Example
White with #B3721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3721B; }
p { color: rgb(179,114,27); }
H1.HeaderClassName
{
color: #B3721B;
}
.AnyTagClassName
{
color: #B3721B;
}
</style>
background-color css
<style>
a { background-color: #B3721B; }
a { background-color: rgb(179,114,27); }
div.DivClassName
{
background-color: #B3721B;
}
.BgClassName
{
background-color: #B3721B;
}
</style>
border-color css
<style>
span { border-color: #B3721B; }
span { border-color: rgb(179,114,27); }
td.TdClassName
{
border-color: #B3721B;
}
.TagClassName
{
border-color: #B3721B;
}
</style>