Shades of Pirate Gold #B9742B
Tints of Pirate Gold #B9742B
RGB
CMYK
RGB Variations
Color information
#B9742B (or 0xB9742B) is known color: Pirate Gold. HEX triplet: B9, 74 and 2B. RGB value is (185,116,43). Sum of RGB (Red+Green+Blue) = 185+116+43=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9742B is #468BD4. Grayscale: #808080. Windows color (decimal): -4623317 or 2847929. OLE color: 2847929.
HSL color Cylindrical-coordinate representation of color #B9742B: hue angle of 30.85º 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 #B9742B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 43 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.27 |
| HSL | 30.85º | 0.62% | 0.45% | - |
| HSV(B) | 30.85º | 0.77% | 0.73% | - |
| XYZ | 26.69 | 22.98 | 5.31 | - |
| YUV | 128.31 | 79.86 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 43 | 0 | 0.37 | 0.77 | 0.27 | 30.85 | 0.62 | 0.45 |
| Hex | B9 | 74 | 2B | 0 | 25 | 4D | 1B | 1F | 3E | 2D |
| Octal | 271 | 164 | 53 | 0 | 45 | 115 | 33 | 37 | 76 | 55 |
| Binary | 10111001 | 1110100 | 101011 | 0 | 100101 | 1001101 | 11011 | 11111 | 111110 | 101101 |
Color Harmonies of #B9742B
Complementary color
Monochromatic Colors of #B9742B
Black with #B9742B
Text Example
Text Example
White with #B9742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9742B; }
p { color: rgb(185,116,43); }
H1.HeaderClassName
{
color: #B9742B;
}
.AnyTagClassName
{
color: #B9742B;
}
</style>
background-color css
<style>
a { background-color: #B9742B; }
a { background-color: rgb(185,116,43); }
div.DivClassName
{
background-color: #B9742B;
}
.BgClassName
{
background-color: #B9742B;
}
</style>
border-color css
<style>
span { border-color: #B9742B; }
span { border-color: rgb(185,116,43); }
td.TdClassName
{
border-color: #B9742B;
}
.TagClassName
{
border-color: #B9742B;
}
</style>