Shades of Pirate Gold #B2761A
Tints of Pirate Gold #B2761A
RGB
CMYK
RGB Variations
Color information
#B2761A (or 0xB2761A) is known color: Pirate Gold. HEX triplet: B2, 76 and 1A. RGB value is (178,118,26). Sum of RGB (Red+Green+Blue) = 178+118+26=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2761A is #4D89E5. Grayscale: #7D7D7D. Windows color (decimal): -5081574 or 1734322. OLE color: 1734322.
HSL color Cylindrical-coordinate representation of color #B2761A: hue angle of 36.32º degrees, saturation: 0.75, 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 #B2761A is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 26 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.30 |
| HSL | 36.32º | 0.75% | 0.4% | - |
| HSV(B) | 36.32º | 0.85% | 0.7% | - |
| XYZ | 25.02 | 22.5 | 4 | - |
| YUV | 125.45 | 71.88 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 26 | 0 | 0.34 | 0.85 | 0.30 | 36.32 | 0.75 | 0.4 |
| Hex | B2 | 76 | 1A | 0 | 22 | 55 | 1E | 24 | 4B | 28 |
| Octal | 262 | 166 | 32 | 0 | 42 | 125 | 36 | 44 | 113 | 50 |
| Binary | 10110010 | 1110110 | 11010 | 0 | 100010 | 1010101 | 11110 | 100100 | 1001011 | 101000 |
Color Harmonies of #B2761A
Complementary color
Monochromatic Colors of #B2761A
Black with #B2761A
Text Example
Text Example
White with #B2761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2761A; }
p { color: rgb(178,118,26); }
H1.HeaderClassName
{
color: #B2761A;
}
.AnyTagClassName
{
color: #B2761A;
}
</style>
background-color css
<style>
a { background-color: #B2761A; }
a { background-color: rgb(178,118,26); }
div.DivClassName
{
background-color: #B2761A;
}
.BgClassName
{
background-color: #B2761A;
}
</style>
border-color css
<style>
span { border-color: #B2761A; }
span { border-color: rgb(178,118,26); }
td.TdClassName
{
border-color: #B2761A;
}
.TagClassName
{
border-color: #B2761A;
}
</style>