Shades of Pirate Gold #B57B1A
Tints of Pirate Gold #B57B1A
RGB
CMYK
RGB Variations
Color information
#B57B1A (or 0xB57B1A) is known color: Pirate Gold. HEX triplet: B5, 7B and 1A. RGB value is (181,123,26). Sum of RGB (Red+Green+Blue) = 181+123+26=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B1A is #4A84E5. Grayscale: #818181. Windows color (decimal): -4883686 or 1735605. OLE color: 1735605.
HSL color Cylindrical-coordinate representation of color #B57B1A: hue angle of 37.55º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B57B1A is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 26 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.29 |
| HSL | 37.55º | 0.75% | 0.41% | - |
| HSV(B) | 37.55º | 0.86% | 0.71% | - |
| XYZ | 26.33 | 24.06 | 4.23 | - |
| YUV | 129.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 26 | 0 | 0.32 | 0.86 | 0.29 | 37.55 | 0.75 | 0.41 |
| Hex | B5 | 7B | 1A | 0 | 20 | 56 | 1D | 26 | 4B | 29 |
| Octal | 265 | 173 | 32 | 0 | 40 | 126 | 35 | 46 | 113 | 51 |
| Binary | 10110101 | 1111011 | 11010 | 0 | 100000 | 1010110 | 11101 | 100110 | 1001011 | 101001 |
Color Harmonies of #B57B1A
Complementary color
Monochromatic Colors of #B57B1A
Black with #B57B1A
Text Example
Text Example
White with #B57B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B1A; }
p { color: rgb(181,123,26); }
H1.HeaderClassName
{
color: #B57B1A;
}
.AnyTagClassName
{
color: #B57B1A;
}
</style>
background-color css
<style>
a { background-color: #B57B1A; }
a { background-color: rgb(181,123,26); }
div.DivClassName
{
background-color: #B57B1A;
}
.BgClassName
{
background-color: #B57B1A;
}
</style>
border-color css
<style>
span { border-color: #B57B1A; }
span { border-color: rgb(181,123,26); }
td.TdClassName
{
border-color: #B57B1A;
}
.TagClassName
{
border-color: #B57B1A;
}
</style>