Shades of Pirate Gold #B9762A
Tints of Pirate Gold #B9762A
RGB
CMYK
RGB Variations
Color information
#B9762A (or 0xB9762A) is known color: Pirate Gold. HEX triplet: B9, 76 and 2A. RGB value is (185,118,42). Sum of RGB (Red+Green+Blue) = 185+118+42=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9762A is #4689D5. Grayscale: #818181. Windows color (decimal): -4622806 or 2782905. OLE color: 2782905.
HSL color Cylindrical-coordinate representation of color #B9762A: hue angle of 31.89º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9762A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 42 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.27 |
| HSL | 31.89º | 0.63% | 0.45% | - |
| HSV(B) | 31.89º | 0.77% | 0.73% | - |
| XYZ | 26.9 | 23.44 | 5.3 | - |
| YUV | 129.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 42 | 0 | 0.36 | 0.77 | 0.27 | 31.89 | 0.63 | 0.45 |
| Hex | B9 | 76 | 2A | 0 | 24 | 4D | 1B | 20 | 3F | 2D |
| Octal | 271 | 166 | 52 | 0 | 44 | 115 | 33 | 40 | 77 | 55 |
| Binary | 10111001 | 1110110 | 101010 | 0 | 100100 | 1001101 | 11011 | 100000 | 111111 | 101101 |
Color Harmonies of #B9762A
Complementary color
Monochromatic Colors of #B9762A
Black with #B9762A
Text Example
Text Example
White with #B9762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9762A; }
p { color: rgb(185,118,42); }
H1.HeaderClassName
{
color: #B9762A;
}
.AnyTagClassName
{
color: #B9762A;
}
</style>
background-color css
<style>
a { background-color: #B9762A; }
a { background-color: rgb(185,118,42); }
div.DivClassName
{
background-color: #B9762A;
}
.BgClassName
{
background-color: #B9762A;
}
</style>
border-color css
<style>
span { border-color: #B9762A; }
span { border-color: rgb(185,118,42); }
td.TdClassName
{
border-color: #B9762A;
}
.TagClassName
{
border-color: #B9762A;
}
</style>