Shades of Pirate Gold #B27520
Tints of Pirate Gold #B27520
RGB
CMYK
RGB Variations
Color information
#B27520 (or 0xB27520) is known color: Pirate Gold. HEX triplet: B2, 75 and 20. RGB value is (178,117,32). Sum of RGB (Red+Green+Blue) = 178+117+32=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B27520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27520 is #4D8ADF. Grayscale: #7D7D7D. Windows color (decimal): -5081824 or 2127282. OLE color: 2127282.
HSL color Cylindrical-coordinate representation of color #B27520: hue angle of 34.93º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B27520 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 32 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.30 |
| HSL | 34.93º | 0.7% | 0.41% | - |
| HSV(B) | 34.93º | 0.82% | 0.7% | - |
| XYZ | 24.98 | 22.29 | 4.35 | - |
| YUV | 125.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 32 | 0 | 0.34 | 0.82 | 0.30 | 34.93 | 0.7 | 0.41 |
| Hex | B2 | 75 | 20 | 0 | 22 | 52 | 1E | 23 | 46 | 29 |
| Octal | 262 | 165 | 40 | 0 | 42 | 122 | 36 | 43 | 106 | 51 |
| Binary | 10110010 | 1110101 | 100000 | 0 | 100010 | 1010010 | 11110 | 100011 | 1000110 | 101001 |
Color Harmonies of #B27520
Complementary color
Monochromatic Colors of #B27520
Black with #B27520
Text Example
Text Example
White with #B27520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27520; }
p { color: rgb(178,117,32); }
H1.HeaderClassName
{
color: #B27520;
}
.AnyTagClassName
{
color: #B27520;
}
</style>
background-color css
<style>
a { background-color: #B27520; }
a { background-color: rgb(178,117,32); }
div.DivClassName
{
background-color: #B27520;
}
.BgClassName
{
background-color: #B27520;
}
</style>
border-color css
<style>
span { border-color: #B27520; }
span { border-color: rgb(178,117,32); }
td.TdClassName
{
border-color: #B27520;
}
.TagClassName
{
border-color: #B27520;
}
</style>