Shades of Pirate Gold #B37A1B
Tints of Pirate Gold #B37A1B
RGB
CMYK
RGB Variations
Color information
#B37A1B (or 0xB37A1B) is known color: Pirate Gold. HEX triplet: B3, 7A and 1B. RGB value is (179,122,27). Sum of RGB (Red+Green+Blue) = 179+122+27=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A1B is #4C85E4. Grayscale: #808080. Windows color (decimal): -5015013 or 1800883. OLE color: 1800883.
HSL color Cylindrical-coordinate representation of color #B37A1B: hue angle of 37.5º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B37A1B is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 27 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.30 |
| HSL | 37.5º | 0.74% | 0.4% | - |
| HSV(B) | 37.5º | 0.85% | 0.7% | - |
| XYZ | 25.75 | 23.58 | 4.23 | - |
| YUV | 128.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 27 | 0 | 0.32 | 0.85 | 0.30 | 37.5 | 0.74 | 0.4 |
| Hex | B3 | 7A | 1B | 0 | 20 | 55 | 1E | 26 | 4A | 28 |
| Octal | 263 | 172 | 33 | 0 | 40 | 125 | 36 | 46 | 112 | 50 |
| Binary | 10110011 | 1111010 | 11011 | 0 | 100000 | 1010101 | 11110 | 100110 | 1001010 | 101000 |
Color Harmonies of #B37A1B
Complementary color
Monochromatic Colors of #B37A1B
Black with #B37A1B
Text Example
Text Example
White with #B37A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A1B; }
p { color: rgb(179,122,27); }
H1.HeaderClassName
{
color: #B37A1B;
}
.AnyTagClassName
{
color: #B37A1B;
}
</style>
background-color css
<style>
a { background-color: #B37A1B; }
a { background-color: rgb(179,122,27); }
div.DivClassName
{
background-color: #B37A1B;
}
.BgClassName
{
background-color: #B37A1B;
}
</style>
border-color css
<style>
span { border-color: #B37A1B; }
span { border-color: rgb(179,122,27); }
td.TdClassName
{
border-color: #B37A1B;
}
.TagClassName
{
border-color: #B37A1B;
}
</style>