Shades of Pirate Gold #B37223
Tints of Pirate Gold #B37223
RGB
CMYK
RGB Variations
Color information
#B37223 (or 0xB37223) is known color: Pirate Gold. HEX triplet: B3, 72 and 23. RGB value is (179,114,35). Sum of RGB (Red+Green+Blue) = 179+114+35=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B37223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37223 is #4C8DDC. Grayscale: #7C7C7C. Windows color (decimal): -5017053 or 2323123. OLE color: 2323123.
HSL color Cylindrical-coordinate representation of color #B37223: hue angle of 32.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B37223 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 35 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.30 |
| HSL | 32.92º | 0.67% | 0.42% | - |
| HSV(B) | 32.92º | 0.8% | 0.7% | - |
| XYZ | 24.91 | 21.74 | 4.47 | - |
| YUV | 124.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 35 | 0 | 0.36 | 0.80 | 0.30 | 32.92 | 0.67 | 0.42 |
| Hex | B3 | 72 | 23 | 0 | 24 | 50 | 1E | 21 | 43 | 2A |
| Octal | 263 | 162 | 43 | 0 | 44 | 120 | 36 | 41 | 103 | 52 |
| Binary | 10110011 | 1110010 | 100011 | 0 | 100100 | 1010000 | 11110 | 100001 | 1000011 | 101010 |
Color Harmonies of #B37223
Complementary color
Monochromatic Colors of #B37223
Black with #B37223
Text Example
Text Example
White with #B37223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37223; }
p { color: rgb(179,114,35); }
H1.HeaderClassName
{
color: #B37223;
}
.AnyTagClassName
{
color: #B37223;
}
</style>
background-color css
<style>
a { background-color: #B37223; }
a { background-color: rgb(179,114,35); }
div.DivClassName
{
background-color: #B37223;
}
.BgClassName
{
background-color: #B37223;
}
</style>
border-color css
<style>
span { border-color: #B37223; }
span { border-color: rgb(179,114,35); }
td.TdClassName
{
border-color: #B37223;
}
.TagClassName
{
border-color: #B37223;
}
</style>