Shades of Pirate Gold #B9741B
Tints of Pirate Gold #B9741B
RGB
CMYK
RGB Variations
Color information
#B9741B (or 0xB9741B) is known color: Pirate Gold. HEX triplet: B9, 74 and 1B. RGB value is (185,116,27). Sum of RGB (Red+Green+Blue) = 185+116+27=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9741B is #468BE4. Grayscale: #7E7E7E. Windows color (decimal): -4623333 or 1799353. OLE color: 1799353.
HSL color Cylindrical-coordinate representation of color #B9741B: hue angle of 33.8º degrees, saturation: 0.75, 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 #B9741B is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 27 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.27 |
| HSL | 33.8º | 0.75% | 0.42% | - |
| HSV(B) | 33.8º | 0.85% | 0.73% | - |
| XYZ | 26.45 | 22.88 | 4.06 | - |
| YUV | 126.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 27 | 0 | 0.37 | 0.85 | 0.27 | 33.8 | 0.75 | 0.42 |
| Hex | B9 | 74 | 1B | 0 | 25 | 55 | 1B | 22 | 4B | 2A |
| Octal | 271 | 164 | 33 | 0 | 45 | 125 | 33 | 42 | 113 | 52 |
| Binary | 10111001 | 1110100 | 11011 | 0 | 100101 | 1010101 | 11011 | 100010 | 1001011 | 101010 |
Color Harmonies of #B9741B
Complementary color
Monochromatic Colors of #B9741B
Black with #B9741B
Text Example
Text Example
White with #B9741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9741B; }
p { color: rgb(185,116,27); }
H1.HeaderClassName
{
color: #B9741B;
}
.AnyTagClassName
{
color: #B9741B;
}
</style>
background-color css
<style>
a { background-color: #B9741B; }
a { background-color: rgb(185,116,27); }
div.DivClassName
{
background-color: #B9741B;
}
.BgClassName
{
background-color: #B9741B;
}
</style>
border-color css
<style>
span { border-color: #B9741B; }
span { border-color: rgb(185,116,27); }
td.TdClassName
{
border-color: #B9741B;
}
.TagClassName
{
border-color: #B9741B;
}
</style>