Shades of Pirate Gold #B2761C
Tints of Pirate Gold #B2761C
RGB
CMYK
RGB Variations
Color information
#B2761C (or 0xB2761C) is known color: Pirate Gold. HEX triplet: B2, 76 and 1C. RGB value is (178,118,28). Sum of RGB (Red+Green+Blue) = 178+118+28=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2761C is #4D89E3. Grayscale: #7E7E7E. Windows color (decimal): -5081572 or 1865394. OLE color: 1865394.
HSL color Cylindrical-coordinate representation of color #B2761C: hue angle of 36º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2761C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 28 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.30 |
| HSL | 36º | 0.73% | 0.4% | - |
| HSV(B) | 36º | 0.84% | 0.7% | - |
| XYZ | 25.05 | 22.51 | 4.12 | - |
| YUV | 125.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 28 | 0 | 0.34 | 0.84 | 0.30 | 36 | 0.73 | 0.4 |
| Hex | B2 | 76 | 1C | 0 | 22 | 54 | 1E | 24 | 49 | 28 |
| Octal | 262 | 166 | 34 | 0 | 42 | 124 | 36 | 44 | 111 | 50 |
| Binary | 10110010 | 1110110 | 11100 | 0 | 100010 | 1010100 | 11110 | 100100 | 1001001 | 101000 |
Color Harmonies of #B2761C
Complementary color
Monochromatic Colors of #B2761C
Black with #B2761C
Text Example
Text Example
White with #B2761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2761C; }
p { color: rgb(178,118,28); }
H1.HeaderClassName
{
color: #B2761C;
}
.AnyTagClassName
{
color: #B2761C;
}
</style>
background-color css
<style>
a { background-color: #B2761C; }
a { background-color: rgb(178,118,28); }
div.DivClassName
{
background-color: #B2761C;
}
.BgClassName
{
background-color: #B2761C;
}
</style>
border-color css
<style>
span { border-color: #B2761C; }
span { border-color: rgb(178,118,28); }
td.TdClassName
{
border-color: #B2761C;
}
.TagClassName
{
border-color: #B2761C;
}
</style>