Shades of Pirate Gold #B27124
Tints of Pirate Gold #B27124
RGB
CMYK
RGB Variations
Color information
#B27124 (or 0xB27124) is known color: Pirate Gold. HEX triplet: B2, 71 and 24. RGB value is (178,113,36). Sum of RGB (Red+Green+Blue) = 178+113+36=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B27124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27124 is #4D8EDB. Grayscale: #7C7C7C. Windows color (decimal): -5082844 or 2388402. OLE color: 2388402.
HSL color Cylindrical-coordinate representation of color #B27124: hue angle of 32.54º degrees, saturation: 0.66, 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 #B27124 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 36 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.30 |
| HSL | 32.54º | 0.66% | 0.42% | - |
| HSV(B) | 32.54º | 0.8% | 0.7% | - |
| XYZ | 24.58 | 21.4 | 4.5 | - |
| YUV | 123.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 36 | 0 | 0.37 | 0.80 | 0.30 | 32.54 | 0.66 | 0.42 |
| Hex | B2 | 71 | 24 | 0 | 25 | 50 | 1E | 21 | 42 | 2A |
| Octal | 262 | 161 | 44 | 0 | 45 | 120 | 36 | 41 | 102 | 52 |
| Binary | 10110010 | 1110001 | 100100 | 0 | 100101 | 1010000 | 11110 | 100001 | 1000010 | 101010 |
Color Harmonies of #B27124
Complementary color
Monochromatic Colors of #B27124
Black with #B27124
Text Example
Text Example
White with #B27124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27124; }
p { color: rgb(178,113,36); }
H1.HeaderClassName
{
color: #B27124;
}
.AnyTagClassName
{
color: #B27124;
}
</style>
background-color css
<style>
a { background-color: #B27124; }
a { background-color: rgb(178,113,36); }
div.DivClassName
{
background-color: #B27124;
}
.BgClassName
{
background-color: #B27124;
}
</style>
border-color css
<style>
span { border-color: #B27124; }
span { border-color: rgb(178,113,36); }
td.TdClassName
{
border-color: #B27124;
}
.TagClassName
{
border-color: #B27124;
}
</style>