Shades of Pirate Gold #B67328
Tints of Pirate Gold #B67328
RGB
CMYK
RGB Variations
Color information
#B67328 (or 0xB67328) is known color: Pirate Gold. HEX triplet: B6, 73 and 28. RGB value is (182,115,40). Sum of RGB (Red+Green+Blue) = 182+115+40=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B67328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67328 is #498CD7. Grayscale: #7E7E7E. Windows color (decimal): -4820184 or 2651062. OLE color: 2651062.
HSL color Cylindrical-coordinate representation of color #B67328: hue angle of 31.69º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B67328 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 40 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.29 |
| HSL | 31.69º | 0.64% | 0.44% | - |
| HSV(B) | 31.69º | 0.78% | 0.71% | - |
| XYZ | 25.81 | 22.36 | 4.96 | - |
| YUV | 126.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 40 | 0 | 0.37 | 0.78 | 0.29 | 31.69 | 0.64 | 0.44 |
| Hex | B6 | 73 | 28 | 0 | 25 | 4E | 1D | 20 | 40 | 2C |
| Octal | 266 | 163 | 50 | 0 | 45 | 116 | 35 | 40 | 100 | 54 |
| Binary | 10110110 | 1110011 | 101000 | 0 | 100101 | 1001110 | 11101 | 100000 | 1000000 | 101100 |
Color Harmonies of #B67328
Complementary color
Monochromatic Colors of #B67328
Black with #B67328
Text Example
Text Example
White with #B67328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67328; }
p { color: rgb(182,115,40); }
H1.HeaderClassName
{
color: #B67328;
}
.AnyTagClassName
{
color: #B67328;
}
</style>
background-color css
<style>
a { background-color: #B67328; }
a { background-color: rgb(182,115,40); }
div.DivClassName
{
background-color: #B67328;
}
.BgClassName
{
background-color: #B67328;
}
</style>
border-color css
<style>
span { border-color: #B67328; }
span { border-color: rgb(182,115,40); }
td.TdClassName
{
border-color: #B67328;
}
.TagClassName
{
border-color: #B67328;
}
</style>