Shades of Pirate Gold #B2761B
Tints of Pirate Gold #B2761B
RGB
CMYK
RGB Variations
Color information
#B2761B (or 0xB2761B) is known color: Pirate Gold. HEX triplet: B2, 76 and 1B. RGB value is (178,118,27). Sum of RGB (Red+Green+Blue) = 178+118+27=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2761B is #4D89E4. Grayscale: #7D7D7D. Windows color (decimal): -5081573 or 1799858. OLE color: 1799858.
HSL color Cylindrical-coordinate representation of color #B2761B: hue angle of 36.16º 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 #B2761B is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 27 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.30 |
| HSL | 36.16º | 0.74% | 0.4% | - |
| HSV(B) | 36.16º | 0.85% | 0.7% | - |
| XYZ | 25.04 | 22.5 | 4.06 | - |
| YUV | 125.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 27 | 0 | 0.34 | 0.85 | 0.30 | 36.16 | 0.74 | 0.4 |
| Hex | B2 | 76 | 1B | 0 | 22 | 55 | 1E | 24 | 4A | 28 |
| Octal | 262 | 166 | 33 | 0 | 42 | 125 | 36 | 44 | 112 | 50 |
| Binary | 10110010 | 1110110 | 11011 | 0 | 100010 | 1010101 | 11110 | 100100 | 1001010 | 101000 |
Color Harmonies of #B2761B
Complementary color
Monochromatic Colors of #B2761B
Black with #B2761B
Text Example
Text Example
White with #B2761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2761B; }
p { color: rgb(178,118,27); }
H1.HeaderClassName
{
color: #B2761B;
}
.AnyTagClassName
{
color: #B2761B;
}
</style>
background-color css
<style>
a { background-color: #B2761B; }
a { background-color: rgb(178,118,27); }
div.DivClassName
{
background-color: #B2761B;
}
.BgClassName
{
background-color: #B2761B;
}
</style>
border-color css
<style>
span { border-color: #B2761B; }
span { border-color: rgb(178,118,27); }
td.TdClassName
{
border-color: #B2761B;
}
.TagClassName
{
border-color: #B2761B;
}
</style>