Shades of Pirate Gold #B9691B
Tints of Pirate Gold #B9691B
RGB
CMYK
RGB Variations
Color information
#B9691B (or 0xB9691B) is known color: Pirate Gold. HEX triplet: B9, 69 and 1B. RGB value is (185,105,27). Sum of RGB (Red+Green+Blue) = 185+105+27=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9691B is #4696E4. Grayscale: #787878. Windows color (decimal): -4626149 or 1796537. OLE color: 1796537.
HSL color Cylindrical-coordinate representation of color #B9691B: hue angle of 29.62º 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 #B9691B is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 27 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.27 |
| HSL | 29.62º | 0.75% | 0.42% | - |
| HSV(B) | 29.62º | 0.85% | 0.73% | - |
| XYZ | 25.26 | 20.5 | 3.66 | - |
| YUV | 120.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 27 | 0 | 0.43 | 0.85 | 0.27 | 29.62 | 0.75 | 0.42 |
| Hex | B9 | 69 | 1B | 0 | 2B | 55 | 1B | 1E | 4B | 2A |
| Octal | 271 | 151 | 33 | 0 | 53 | 125 | 33 | 36 | 113 | 52 |
| Binary | 10111001 | 1101001 | 11011 | 0 | 101011 | 1010101 | 11011 | 11110 | 1001011 | 101010 |
Color Harmonies of #B9691B
Complementary color
Monochromatic Colors of #B9691B
Black with #B9691B
Text Example
Text Example
White with #B9691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9691B; }
p { color: rgb(185,105,27); }
H1.HeaderClassName
{
color: #B9691B;
}
.AnyTagClassName
{
color: #B9691B;
}
</style>
background-color css
<style>
a { background-color: #B9691B; }
a { background-color: rgb(185,105,27); }
div.DivClassName
{
background-color: #B9691B;
}
.BgClassName
{
background-color: #B9691B;
}
</style>
border-color css
<style>
span { border-color: #B9691B; }
span { border-color: rgb(185,105,27); }
td.TdClassName
{
border-color: #B9691B;
}
.TagClassName
{
border-color: #B9691B;
}
</style>