Shades of Pirate Gold #B9762D
Tints of Pirate Gold #B9762D
RGB
CMYK
RGB Variations
Color information
#B9762D (or 0xB9762D) is known color: Pirate Gold. HEX triplet: B9, 76 and 2D. RGB value is (185,118,45). Sum of RGB (Red+Green+Blue) = 185+118+45=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9762D is #4689D2. Grayscale: #828282. Windows color (decimal): -4622803 or 2979513. OLE color: 2979513.
HSL color Cylindrical-coordinate representation of color #B9762D: hue angle of 31.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9762D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 45 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.27 |
| HSL | 31.29º | 0.61% | 0.45% | - |
| HSV(B) | 31.29º | 0.76% | 0.73% | - |
| XYZ | 26.96 | 23.46 | 5.59 | - |
| YUV | 129.71 | 80.2 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 45 | 0 | 0.36 | 0.76 | 0.27 | 31.29 | 0.61 | 0.45 |
| Hex | B9 | 76 | 2D | 0 | 24 | 4C | 1B | 1F | 3D | 2D |
| Octal | 271 | 166 | 55 | 0 | 44 | 114 | 33 | 37 | 75 | 55 |
| Binary | 10111001 | 1110110 | 101101 | 0 | 100100 | 1001100 | 11011 | 11111 | 111101 | 101101 |
Color Harmonies of #B9762D
Complementary color
Monochromatic Colors of #B9762D
Black with #B9762D
Text Example
Text Example
White with #B9762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9762D; }
p { color: rgb(185,118,45); }
H1.HeaderClassName
{
color: #B9762D;
}
.AnyTagClassName
{
color: #B9762D;
}
</style>
background-color css
<style>
a { background-color: #B9762D; }
a { background-color: rgb(185,118,45); }
div.DivClassName
{
background-color: #B9762D;
}
.BgClassName
{
background-color: #B9762D;
}
</style>
border-color css
<style>
span { border-color: #B9762D; }
span { border-color: rgb(185,118,45); }
td.TdClassName
{
border-color: #B9762D;
}
.TagClassName
{
border-color: #B9762D;
}
</style>