Shades of Pirate Gold #B5731D
Tints of Pirate Gold #B5731D
RGB
CMYK
RGB Variations
Color information
#B5731D (or 0xB5731D) is known color: Pirate Gold. HEX triplet: B5, 73 and 1D. RGB value is (181,115,29). Sum of RGB (Red+Green+Blue) = 181+115+29=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5731D is #4A8CE2. Grayscale: #7D7D7D. Windows color (decimal): -4885731 or 1930165. OLE color: 1930165.
HSL color Cylindrical-coordinate representation of color #B5731D: hue angle of 33.95º 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 #B5731D is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 29 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.29 |
| HSL | 33.95º | 0.72% | 0.41% | - |
| HSV(B) | 33.95º | 0.84% | 0.71% | - |
| XYZ | 25.41 | 22.17 | 4.1 | - |
| YUV | 124.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 29 | 0 | 0.36 | 0.84 | 0.29 | 33.95 | 0.72 | 0.41 |
| Hex | B5 | 73 | 1D | 0 | 24 | 54 | 1D | 22 | 48 | 29 |
| Octal | 265 | 163 | 35 | 0 | 44 | 124 | 35 | 42 | 110 | 51 |
| Binary | 10110101 | 1110011 | 11101 | 0 | 100100 | 1010100 | 11101 | 100010 | 1001000 | 101001 |
Color Harmonies of #B5731D
Complementary color
Monochromatic Colors of #B5731D
Black with #B5731D
Text Example
Text Example
White with #B5731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5731D; }
p { color: rgb(181,115,29); }
H1.HeaderClassName
{
color: #B5731D;
}
.AnyTagClassName
{
color: #B5731D;
}
</style>
background-color css
<style>
a { background-color: #B5731D; }
a { background-color: rgb(181,115,29); }
div.DivClassName
{
background-color: #B5731D;
}
.BgClassName
{
background-color: #B5731D;
}
</style>
border-color css
<style>
span { border-color: #B5731D; }
span { border-color: rgb(181,115,29); }
td.TdClassName
{
border-color: #B5731D;
}
.TagClassName
{
border-color: #B5731D;
}
</style>