Shades of Pirate Gold #B7762B
Tints of Pirate Gold #B7762B
RGB
CMYK
RGB Variations
Color information
#B7762B (or 0xB7762B) is known color: Pirate Gold. HEX triplet: B7, 76 and 2B. RGB value is (183,118,43). Sum of RGB (Red+Green+Blue) = 183+118+43=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7762B is #4889D4. Grayscale: #818181. Windows color (decimal): -4753877 or 2848439. OLE color: 2848439.
HSL color Cylindrical-coordinate representation of color #B7762B: hue angle of 32.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7762B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 43 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.28 |
| HSL | 32.14º | 0.62% | 0.44% | - |
| HSV(B) | 32.14º | 0.77% | 0.72% | - |
| XYZ | 26.44 | 23.2 | 5.37 | - |
| YUV | 128.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 43 | 0 | 0.36 | 0.77 | 0.28 | 32.14 | 0.62 | 0.44 |
| Hex | B7 | 76 | 2B | 0 | 24 | 4D | 1C | 20 | 3E | 2C |
| Octal | 267 | 166 | 53 | 0 | 44 | 115 | 34 | 40 | 76 | 54 |
| Binary | 10110111 | 1110110 | 101011 | 0 | 100100 | 1001101 | 11100 | 100000 | 111110 | 101100 |
Color Harmonies of #B7762B
Complementary color
Monochromatic Colors of #B7762B
Black with #B7762B
Text Example
Text Example
White with #B7762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7762B; }
p { color: rgb(183,118,43); }
H1.HeaderClassName
{
color: #B7762B;
}
.AnyTagClassName
{
color: #B7762B;
}
</style>
background-color css
<style>
a { background-color: #B7762B; }
a { background-color: rgb(183,118,43); }
div.DivClassName
{
background-color: #B7762B;
}
.BgClassName
{
background-color: #B7762B;
}
</style>
border-color css
<style>
span { border-color: #B7762B; }
span { border-color: rgb(183,118,43); }
td.TdClassName
{
border-color: #B7762B;
}
.TagClassName
{
border-color: #B7762B;
}
</style>