Shades of Pirate Gold #B9741C
Tints of Pirate Gold #B9741C
RGB
CMYK
RGB Variations
Color information
#B9741C (or 0xB9741C) is known color: Pirate Gold. HEX triplet: B9, 74 and 1C. RGB value is (185,116,28). Sum of RGB (Red+Green+Blue) = 185+116+28=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9741C is #468BE3. Grayscale: #7F7F7F. Windows color (decimal): -4623332 or 1864889. OLE color: 1864889.
HSL color Cylindrical-coordinate representation of color #B9741C: hue angle of 33.63º 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 #B9741C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 28 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.27 |
| HSL | 33.63º | 0.74% | 0.42% | - |
| HSV(B) | 33.63º | 0.85% | 0.73% | - |
| XYZ | 26.46 | 22.89 | 4.12 | - |
| YUV | 126.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 28 | 0 | 0.37 | 0.85 | 0.27 | 33.63 | 0.74 | 0.42 |
| Hex | B9 | 74 | 1C | 0 | 25 | 55 | 1B | 22 | 4A | 2A |
| Octal | 271 | 164 | 34 | 0 | 45 | 125 | 33 | 42 | 112 | 52 |
| Binary | 10111001 | 1110100 | 11100 | 0 | 100101 | 1010101 | 11011 | 100010 | 1001010 | 101010 |
Color Harmonies of #B9741C
Complementary color
Monochromatic Colors of #B9741C
Black with #B9741C
Text Example
Text Example
White with #B9741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9741C; }
p { color: rgb(185,116,28); }
H1.HeaderClassName
{
color: #B9741C;
}
.AnyTagClassName
{
color: #B9741C;
}
</style>
background-color css
<style>
a { background-color: #B9741C; }
a { background-color: rgb(185,116,28); }
div.DivClassName
{
background-color: #B9741C;
}
.BgClassName
{
background-color: #B9741C;
}
</style>
border-color css
<style>
span { border-color: #B9741C; }
span { border-color: rgb(185,116,28); }
td.TdClassName
{
border-color: #B9741C;
}
.TagClassName
{
border-color: #B9741C;
}
</style>