Shades of Pirate Gold #B27326
Tints of Pirate Gold #B27326
RGB
CMYK
RGB Variations
Color information
#B27326 (or 0xB27326) is known color: Pirate Gold. HEX triplet: B2, 73 and 26. RGB value is (178,115,38). Sum of RGB (Red+Green+Blue) = 178+115+38=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B27326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27326 is #4D8CD9. Grayscale: #7D7D7D. Windows color (decimal): -5082330 or 2519986. OLE color: 2519986.
HSL color Cylindrical-coordinate representation of color #B27326: hue angle of 33º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B27326 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 38 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.30 |
| HSL | 33º | 0.65% | 0.42% | - |
| HSV(B) | 33º | 0.79% | 0.7% | - |
| XYZ | 24.84 | 21.87 | 4.75 | - |
| YUV | 125.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 38 | 0 | 0.35 | 0.79 | 0.30 | 33 | 0.65 | 0.42 |
| Hex | B2 | 73 | 26 | 0 | 23 | 4F | 1E | 21 | 41 | 2A |
| Octal | 262 | 163 | 46 | 0 | 43 | 117 | 36 | 41 | 101 | 52 |
| Binary | 10110010 | 1110011 | 100110 | 0 | 100011 | 1001111 | 11110 | 100001 | 1000001 | 101010 |
Color Harmonies of #B27326
Complementary color
Monochromatic Colors of #B27326
Black with #B27326
Text Example
Text Example
White with #B27326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27326; }
p { color: rgb(178,115,38); }
H1.HeaderClassName
{
color: #B27326;
}
.AnyTagClassName
{
color: #B27326;
}
</style>
background-color css
<style>
a { background-color: #B27326; }
a { background-color: rgb(178,115,38); }
div.DivClassName
{
background-color: #B27326;
}
.BgClassName
{
background-color: #B27326;
}
</style>
border-color css
<style>
span { border-color: #B27326; }
span { border-color: rgb(178,115,38); }
td.TdClassName
{
border-color: #B27326;
}
.TagClassName
{
border-color: #B27326;
}
</style>