Shades of Pirate Gold #B47223
Tints of Pirate Gold #B47223
RGB
CMYK
RGB Variations
Color information
#B47223 (or 0xB47223) is known color: Pirate Gold. HEX triplet: B4, 72 and 23. RGB value is (180,114,35). Sum of RGB (Red+Green+Blue) = 180+114+35=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B47223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47223 is #4B8DDC. Grayscale: #7D7D7D. Windows color (decimal): -4951517 or 2323124. OLE color: 2323124.
HSL color Cylindrical-coordinate representation of color #B47223: hue angle of 32.69º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B47223 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 35 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.29 |
| HSL | 32.69º | 0.67% | 0.42% | - |
| HSV(B) | 32.69º | 0.81% | 0.71% | - |
| XYZ | 25.14 | 21.86 | 4.48 | - |
| YUV | 124.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 35 | 0 | 0.37 | 0.81 | 0.29 | 32.69 | 0.67 | 0.42 |
| Hex | B4 | 72 | 23 | 0 | 25 | 51 | 1D | 21 | 43 | 2A |
| Octal | 264 | 162 | 43 | 0 | 45 | 121 | 35 | 41 | 103 | 52 |
| Binary | 10110100 | 1110010 | 100011 | 0 | 100101 | 1010001 | 11101 | 100001 | 1000011 | 101010 |
Color Harmonies of #B47223
Complementary color
Monochromatic Colors of #B47223
Black with #B47223
Text Example
Text Example
White with #B47223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47223; }
p { color: rgb(180,114,35); }
H1.HeaderClassName
{
color: #B47223;
}
.AnyTagClassName
{
color: #B47223;
}
</style>
background-color css
<style>
a { background-color: #B47223; }
a { background-color: rgb(180,114,35); }
div.DivClassName
{
background-color: #B47223;
}
.BgClassName
{
background-color: #B47223;
}
</style>
border-color css
<style>
span { border-color: #B47223; }
span { border-color: rgb(180,114,35); }
td.TdClassName
{
border-color: #B47223;
}
.TagClassName
{
border-color: #B47223;
}
</style>