Shades of Pirate Gold #B9721B
Tints of Pirate Gold #B9721B
RGB
CMYK
RGB Variations
Color information
#B9721B (or 0xB9721B) is known color: Pirate Gold. HEX triplet: B9, 72 and 1B. RGB value is (185,114,27). Sum of RGB (Red+Green+Blue) = 185+114+27=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9721B is #468DE4. Grayscale: #7D7D7D. Windows color (decimal): -4623845 or 1798841. OLE color: 1798841.
HSL color Cylindrical-coordinate representation of color #B9721B: hue angle of 33.04º 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 #B9721B is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 27 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.27 |
| HSL | 33.04º | 0.75% | 0.42% | - |
| HSV(B) | 33.04º | 0.85% | 0.73% | - |
| XYZ | 26.22 | 22.43 | 3.98 | - |
| YUV | 125.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 27 | 0 | 0.38 | 0.85 | 0.27 | 33.04 | 0.75 | 0.42 |
| Hex | B9 | 72 | 1B | 0 | 26 | 55 | 1B | 21 | 4B | 2A |
| Octal | 271 | 162 | 33 | 0 | 46 | 125 | 33 | 41 | 113 | 52 |
| Binary | 10111001 | 1110010 | 11011 | 0 | 100110 | 1010101 | 11011 | 100001 | 1001011 | 101010 |
Color Harmonies of #B9721B
Complementary color
Monochromatic Colors of #B9721B
Black with #B9721B
Text Example
Text Example
White with #B9721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9721B; }
p { color: rgb(185,114,27); }
H1.HeaderClassName
{
color: #B9721B;
}
.AnyTagClassName
{
color: #B9721B;
}
</style>
background-color css
<style>
a { background-color: #B9721B; }
a { background-color: rgb(185,114,27); }
div.DivClassName
{
background-color: #B9721B;
}
.BgClassName
{
background-color: #B9721B;
}
</style>
border-color css
<style>
span { border-color: #B9721B; }
span { border-color: rgb(185,114,27); }
td.TdClassName
{
border-color: #B9721B;
}
.TagClassName
{
border-color: #B9721B;
}
</style>