Shades of Pirate Gold #B57D1D
Tints of Pirate Gold #B57D1D
RGB
CMYK
RGB Variations
Color information
#B57D1D (or 0xB57D1D) is known color: Pirate Gold. HEX triplet: B5, 7D and 1D. RGB value is (181,125,29). Sum of RGB (Red+Green+Blue) = 181+125+29=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D1D is #4A82E2. Grayscale: #838383. Windows color (decimal): -4883171 or 1932725. OLE color: 1932725.
HSL color Cylindrical-coordinate representation of color #B57D1D: hue angle of 37.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B57D1D is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 29 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.29 |
| HSL | 37.89º | 0.72% | 0.41% | - |
| HSV(B) | 37.89º | 0.84% | 0.71% | - |
| XYZ | 26.61 | 24.58 | 4.5 | - |
| YUV | 130.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 29 | 0 | 0.31 | 0.84 | 0.29 | 37.89 | 0.72 | 0.41 |
| Hex | B5 | 7D | 1D | 0 | 1F | 54 | 1D | 26 | 48 | 29 |
| Octal | 265 | 175 | 35 | 0 | 37 | 124 | 35 | 46 | 110 | 51 |
| Binary | 10110101 | 1111101 | 11101 | 0 | 11111 | 1010100 | 11101 | 100110 | 1001000 | 101001 |
Color Harmonies of #B57D1D
Complementary color
Monochromatic Colors of #B57D1D
Black with #B57D1D
Text Example
Text Example
White with #B57D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D1D; }
p { color: rgb(181,125,29); }
H1.HeaderClassName
{
color: #B57D1D;
}
.AnyTagClassName
{
color: #B57D1D;
}
</style>
background-color css
<style>
a { background-color: #B57D1D; }
a { background-color: rgb(181,125,29); }
div.DivClassName
{
background-color: #B57D1D;
}
.BgClassName
{
background-color: #B57D1D;
}
</style>
border-color css
<style>
span { border-color: #B57D1D; }
span { border-color: rgb(181,125,29); }
td.TdClassName
{
border-color: #B57D1D;
}
.TagClassName
{
border-color: #B57D1D;
}
</style>