Shades of Pirate Gold #B67A20
Tints of Pirate Gold #B67A20
RGB
CMYK
RGB Variations
Color information
#B67A20 (or 0xB67A20) is known color: Pirate Gold. HEX triplet: B6, 7A and 20. RGB value is (182,122,32). Sum of RGB (Red+Green+Blue) = 182+122+32=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A20 is #4985DF. Grayscale: #828282. Windows color (decimal): -4818400 or 2128566. OLE color: 2128566.
HSL color Cylindrical-coordinate representation of color #B67A20: hue angle of 36º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B67A20 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 32 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.29 |
| HSL | 36º | 0.7% | 0.42% | - |
| HSV(B) | 36º | 0.82% | 0.71% | - |
| XYZ | 26.51 | 23.97 | 4.6 | - |
| YUV | 129.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 32 | 0 | 0.33 | 0.82 | 0.29 | 36 | 0.7 | 0.42 |
| Hex | B6 | 7A | 20 | 0 | 21 | 52 | 1D | 24 | 46 | 2A |
| Octal | 266 | 172 | 40 | 0 | 41 | 122 | 35 | 44 | 106 | 52 |
| Binary | 10110110 | 1111010 | 100000 | 0 | 100001 | 1010010 | 11101 | 100100 | 1000110 | 101010 |
Color Harmonies of #B67A20
Complementary color
Monochromatic Colors of #B67A20
Black with #B67A20
Text Example
Text Example
White with #B67A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A20; }
p { color: rgb(182,122,32); }
H1.HeaderClassName
{
color: #B67A20;
}
.AnyTagClassName
{
color: #B67A20;
}
</style>
background-color css
<style>
a { background-color: #B67A20; }
a { background-color: rgb(182,122,32); }
div.DivClassName
{
background-color: #B67A20;
}
.BgClassName
{
background-color: #B67A20;
}
</style>
border-color css
<style>
span { border-color: #B67A20; }
span { border-color: rgb(182,122,32); }
td.TdClassName
{
border-color: #B67A20;
}
.TagClassName
{
border-color: #B67A20;
}
</style>