Shades of Pirate Gold #B57527
Tints of Pirate Gold #B57527
RGB
CMYK
RGB Variations
Color information
#B57527 (or 0xB57527) is known color: Pirate Gold. HEX triplet: B5, 75 and 27. RGB value is (181,117,39). Sum of RGB (Red+Green+Blue) = 181+117+39=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B57527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57527 is #4A8AD8. Grayscale: #7F7F7F. Windows color (decimal): -4885209 or 2586037. OLE color: 2586037.
HSL color Cylindrical-coordinate representation of color #B57527: hue angle of 32.96º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B57527 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 39 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.29 |
| HSL | 32.96º | 0.65% | 0.43% | - |
| HSV(B) | 32.96º | 0.78% | 0.71% | - |
| XYZ | 25.78 | 22.69 | 4.94 | - |
| YUV | 127.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 39 | 0 | 0.35 | 0.78 | 0.29 | 32.96 | 0.65 | 0.43 |
| Hex | B5 | 75 | 27 | 0 | 23 | 4E | 1D | 21 | 41 | 2B |
| Octal | 265 | 165 | 47 | 0 | 43 | 116 | 35 | 41 | 101 | 53 |
| Binary | 10110101 | 1110101 | 100111 | 0 | 100011 | 1001110 | 11101 | 100001 | 1000001 | 101011 |
Color Harmonies of #B57527
Complementary color
Monochromatic Colors of #B57527
Black with #B57527
Text Example
Text Example
White with #B57527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57527; }
p { color: rgb(181,117,39); }
H1.HeaderClassName
{
color: #B57527;
}
.AnyTagClassName
{
color: #B57527;
}
</style>
background-color css
<style>
a { background-color: #B57527; }
a { background-color: rgb(181,117,39); }
div.DivClassName
{
background-color: #B57527;
}
.BgClassName
{
background-color: #B57527;
}
</style>
border-color css
<style>
span { border-color: #B57527; }
span { border-color: rgb(181,117,39); }
td.TdClassName
{
border-color: #B57527;
}
.TagClassName
{
border-color: #B57527;
}
</style>