Shades of Pirate Gold #B67323
Tints of Pirate Gold #B67323
RGB
CMYK
RGB Variations
Color information
#B67323 (or 0xB67323) is known color: Pirate Gold. HEX triplet: B6, 73 and 23. RGB value is (182,115,35). Sum of RGB (Red+Green+Blue) = 182+115+35=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B67323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67323 is #498CDC. Grayscale: #7E7E7E. Windows color (decimal): -4820189 or 2323382. OLE color: 2323382.
HSL color Cylindrical-coordinate representation of color #B67323: hue angle of 32.65º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B67323 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 35 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.29 |
| HSL | 32.65º | 0.68% | 0.43% | - |
| HSV(B) | 32.65º | 0.81% | 0.71% | - |
| XYZ | 25.73 | 22.33 | 4.54 | - |
| YUV | 125.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 35 | 0 | 0.37 | 0.81 | 0.29 | 32.65 | 0.68 | 0.43 |
| Hex | B6 | 73 | 23 | 0 | 25 | 51 | 1D | 21 | 44 | 2B |
| Octal | 266 | 163 | 43 | 0 | 45 | 121 | 35 | 41 | 104 | 53 |
| Binary | 10110110 | 1110011 | 100011 | 0 | 100101 | 1010001 | 11101 | 100001 | 1000100 | 101011 |
Color Harmonies of #B67323
Complementary color
Monochromatic Colors of #B67323
Black with #B67323
Text Example
Text Example
White with #B67323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67323; }
p { color: rgb(182,115,35); }
H1.HeaderClassName
{
color: #B67323;
}
.AnyTagClassName
{
color: #B67323;
}
</style>
background-color css
<style>
a { background-color: #B67323; }
a { background-color: rgb(182,115,35); }
div.DivClassName
{
background-color: #B67323;
}
.BgClassName
{
background-color: #B67323;
}
</style>
border-color css
<style>
span { border-color: #B67323; }
span { border-color: rgb(182,115,35); }
td.TdClassName
{
border-color: #B67323;
}
.TagClassName
{
border-color: #B67323;
}
</style>