Shades of Pirate Gold #B9792B
Tints of Pirate Gold #B9792B
RGB
CMYK
RGB Variations
Color information
#B9792B (or 0xB9792B) is known color: Pirate Gold. HEX triplet: B9, 79 and 2B. RGB value is (185,121,43). Sum of RGB (Red+Green+Blue) = 185+121+43=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9792B is #4686D4. Grayscale: #838383. Windows color (decimal): -4622037 or 2849209. OLE color: 2849209.
HSL color Cylindrical-coordinate representation of color #B9792B: hue angle of 32.96º degrees, saturation: 0.62, 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 #B9792B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 43 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.27 |
| HSL | 32.96º | 0.62% | 0.45% | - |
| HSV(B) | 32.96º | 0.77% | 0.73% | - |
| XYZ | 27.28 | 24.16 | 5.51 | - |
| YUV | 131.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 43 | 0 | 0.35 | 0.77 | 0.27 | 32.96 | 0.62 | 0.45 |
| Hex | B9 | 79 | 2B | 0 | 23 | 4D | 1B | 21 | 3E | 2D |
| Octal | 271 | 171 | 53 | 0 | 43 | 115 | 33 | 41 | 76 | 55 |
| Binary | 10111001 | 1111001 | 101011 | 0 | 100011 | 1001101 | 11011 | 100001 | 111110 | 101101 |
Color Harmonies of #B9792B
Complementary color
Monochromatic Colors of #B9792B
Black with #B9792B
Text Example
Text Example
White with #B9792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9792B; }
p { color: rgb(185,121,43); }
H1.HeaderClassName
{
color: #B9792B;
}
.AnyTagClassName
{
color: #B9792B;
}
</style>
background-color css
<style>
a { background-color: #B9792B; }
a { background-color: rgb(185,121,43); }
div.DivClassName
{
background-color: #B9792B;
}
.BgClassName
{
background-color: #B9792B;
}
</style>
border-color css
<style>
span { border-color: #B9792B; }
span { border-color: rgb(185,121,43); }
td.TdClassName
{
border-color: #B9792B;
}
.TagClassName
{
border-color: #B9792B;
}
</style>