Shades of Pirate Gold #B97821
Tints of Pirate Gold #B97821
RGB
CMYK
RGB Variations
Color information
#B97821 (or 0xB97821) is known color: Pirate Gold. HEX triplet: B9, 78 and 21. RGB value is (185,120,33). Sum of RGB (Red+Green+Blue) = 185+120+33=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B97821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97821 is #4687DE. Grayscale: #818181. Windows color (decimal): -4622303 or 2193593. OLE color: 2193593.
HSL color Cylindrical-coordinate representation of color #B97821: hue angle of 34.34º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B97821 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 33 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.27 |
| HSL | 34.34º | 0.7% | 0.43% | - |
| HSV(B) | 34.34º | 0.82% | 0.73% | - |
| XYZ | 27 | 23.86 | 4.62 | - |
| YUV | 129.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 33 | 0 | 0.35 | 0.82 | 0.27 | 34.34 | 0.7 | 0.43 |
| Hex | B9 | 78 | 21 | 0 | 23 | 52 | 1B | 22 | 46 | 2B |
| Octal | 271 | 170 | 41 | 0 | 43 | 122 | 33 | 42 | 106 | 53 |
| Binary | 10111001 | 1111000 | 100001 | 0 | 100011 | 1010010 | 11011 | 100010 | 1000110 | 101011 |
Color Harmonies of #B97821
Complementary color
Monochromatic Colors of #B97821
Black with #B97821
Text Example
Text Example
White with #B97821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97821; }
p { color: rgb(185,120,33); }
H1.HeaderClassName
{
color: #B97821;
}
.AnyTagClassName
{
color: #B97821;
}
</style>
background-color css
<style>
a { background-color: #B97821; }
a { background-color: rgb(185,120,33); }
div.DivClassName
{
background-color: #B97821;
}
.BgClassName
{
background-color: #B97821;
}
</style>
border-color css
<style>
span { border-color: #B97821; }
span { border-color: rgb(185,120,33); }
td.TdClassName
{
border-color: #B97821;
}
.TagClassName
{
border-color: #B97821;
}
</style>