Shades of Pirate Gold #B47B24
Tints of Pirate Gold #B47B24
RGB
CMYK
RGB Variations
Color information
#B47B24 (or 0xB47B24) is known color: Pirate Gold. HEX triplet: B4, 7B and 24. RGB value is (180,123,36). Sum of RGB (Red+Green+Blue) = 180+123+36=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B24 is #4B84DB. Grayscale: #828282. Windows color (decimal): -4949212 or 2390964. OLE color: 2390964.
HSL color Cylindrical-coordinate representation of color #B47B24: hue angle of 36.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B47B24 is Cyan = 0, Magento = 0.32, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 36 | - |
| CMYK | 0 | 0.32 | 0.8 | 0.29 |
| HSL | 36.25º | 0.67% | 0.42% | - |
| HSV(B) | 36.25º | 0.8% | 0.71% | - |
| XYZ | 26.22 | 24 | 4.92 | - |
| YUV | 130.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 36 | 0 | 0.32 | 0.8 | 0.29 | 36.25 | 0.67 | 0.42 |
| Hex | B4 | 7B | 24 | 0 | 20 | 50 | 1D | 24 | 43 | 2A |
| Octal | 264 | 173 | 44 | 0 | 40 | 120 | 35 | 44 | 103 | 52 |
| Binary | 10110100 | 1111011 | 100100 | 0 | 100000 | 1010000 | 11101 | 100100 | 1000011 | 101010 |
Color Harmonies of #B47B24
Complementary color
Monochromatic Colors of #B47B24
Black with #B47B24
Text Example
Text Example
White with #B47B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B24; }
p { color: rgb(180,123,36); }
H1.HeaderClassName
{
color: #B47B24;
}
.AnyTagClassName
{
color: #B47B24;
}
</style>
background-color css
<style>
a { background-color: #B47B24; }
a { background-color: rgb(180,123,36); }
div.DivClassName
{
background-color: #B47B24;
}
.BgClassName
{
background-color: #B47B24;
}
</style>
border-color css
<style>
span { border-color: #B47B24; }
span { border-color: rgb(180,123,36); }
td.TdClassName
{
border-color: #B47B24;
}
.TagClassName
{
border-color: #B47B24;
}
</style>