Shades of Pirate Gold #B37622
Tints of Pirate Gold #B37622
RGB
CMYK
RGB Variations
Color information
#B37622 (or 0xB37622) is known color: Pirate Gold. HEX triplet: B3, 76 and 22. RGB value is (179,118,34). Sum of RGB (Red+Green+Blue) = 179+118+34=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B37622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37622 is #4C89DD. Grayscale: #7F7F7F. Windows color (decimal): -5016030 or 2258611. OLE color: 2258611.
HSL color Cylindrical-coordinate representation of color #B37622: hue angle of 34.76º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B37622 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 34 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.30 |
| HSL | 34.76º | 0.68% | 0.42% | - |
| HSV(B) | 34.76º | 0.81% | 0.7% | - |
| XYZ | 25.36 | 22.66 | 4.55 | - |
| YUV | 126.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 34 | 0 | 0.34 | 0.81 | 0.30 | 34.76 | 0.68 | 0.42 |
| Hex | B3 | 76 | 22 | 0 | 22 | 51 | 1E | 23 | 44 | 2A |
| Octal | 263 | 166 | 42 | 0 | 42 | 121 | 36 | 43 | 104 | 52 |
| Binary | 10110011 | 1110110 | 100010 | 0 | 100010 | 1010001 | 11110 | 100011 | 1000100 | 101010 |
Color Harmonies of #B37622
Complementary color
Monochromatic Colors of #B37622
Black with #B37622
Text Example
Text Example
White with #B37622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37622; }
p { color: rgb(179,118,34); }
H1.HeaderClassName
{
color: #B37622;
}
.AnyTagClassName
{
color: #B37622;
}
</style>
background-color css
<style>
a { background-color: #B37622; }
a { background-color: rgb(179,118,34); }
div.DivClassName
{
background-color: #B37622;
}
.BgClassName
{
background-color: #B37622;
}
</style>
border-color css
<style>
span { border-color: #B37622; }
span { border-color: rgb(179,118,34); }
td.TdClassName
{
border-color: #B37622;
}
.TagClassName
{
border-color: #B37622;
}
</style>