Shades of Pirate Gold #B9781C
Tints of Pirate Gold #B9781C
RGB
CMYK
RGB Variations
Color information
#B9781C (or 0xB9781C) is known color: Pirate Gold. HEX triplet: B9, 78 and 1C. RGB value is (185,120,28). Sum of RGB (Red+Green+Blue) = 185+120+28=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9781C is #4687E3. Grayscale: #818181. Windows color (decimal): -4622308 or 1865913. OLE color: 1865913.
HSL color Cylindrical-coordinate representation of color #B9781C: hue angle of 35.16º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9781C is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 28 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.27 |
| HSL | 35.16º | 0.74% | 0.42% | - |
| HSV(B) | 35.16º | 0.85% | 0.73% | - |
| XYZ | 26.93 | 23.83 | 4.28 | - |
| YUV | 128.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 28 | 0 | 0.35 | 0.85 | 0.27 | 35.16 | 0.74 | 0.42 |
| Hex | B9 | 78 | 1C | 0 | 23 | 55 | 1B | 23 | 4A | 2A |
| Octal | 271 | 170 | 34 | 0 | 43 | 125 | 33 | 43 | 112 | 52 |
| Binary | 10111001 | 1111000 | 11100 | 0 | 100011 | 1010101 | 11011 | 100011 | 1001010 | 101010 |
Color Harmonies of #B9781C
Complementary color
Monochromatic Colors of #B9781C
Black with #B9781C
Text Example
Text Example
White with #B9781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9781C; }
p { color: rgb(185,120,28); }
H1.HeaderClassName
{
color: #B9781C;
}
.AnyTagClassName
{
color: #B9781C;
}
</style>
background-color css
<style>
a { background-color: #B9781C; }
a { background-color: rgb(185,120,28); }
div.DivClassName
{
background-color: #B9781C;
}
.BgClassName
{
background-color: #B9781C;
}
</style>
border-color css
<style>
span { border-color: #B9781C; }
span { border-color: rgb(185,120,28); }
td.TdClassName
{
border-color: #B9781C;
}
.TagClassName
{
border-color: #B9781C;
}
</style>