Shades of Pirate Gold #B96D1A
Tints of Pirate Gold #B96D1A
RGB
CMYK
RGB Variations
Color information
#B96D1A (or 0xB96D1A) is known color: Pirate Gold. HEX triplet: B9, 6D and 1A. RGB value is (185,109,26). Sum of RGB (Red+Green+Blue) = 185+109+26=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D1A is #4692E5. Grayscale: #7A7A7A. Windows color (decimal): -4625126 or 1732025. OLE color: 1732025.
HSL color Cylindrical-coordinate representation of color #B96D1A: hue angle of 31.32º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B96D1A is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 26 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.27 |
| HSL | 31.32º | 0.75% | 0.41% | - |
| HSV(B) | 31.32º | 0.86% | 0.73% | - |
| XYZ | 25.66 | 21.33 | 3.74 | - |
| YUV | 122.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 26 | 0 | 0.41 | 0.86 | 0.27 | 31.32 | 0.75 | 0.41 |
| Hex | B9 | 6D | 1A | 0 | 29 | 56 | 1B | 1F | 4B | 29 |
| Octal | 271 | 155 | 32 | 0 | 51 | 126 | 33 | 37 | 113 | 51 |
| Binary | 10111001 | 1101101 | 11010 | 0 | 101001 | 1010110 | 11011 | 11111 | 1001011 | 101001 |
Color Harmonies of #B96D1A
Complementary color
Monochromatic Colors of #B96D1A
Black with #B96D1A
Text Example
Text Example
White with #B96D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D1A; }
p { color: rgb(185,109,26); }
H1.HeaderClassName
{
color: #B96D1A;
}
.AnyTagClassName
{
color: #B96D1A;
}
</style>
background-color css
<style>
a { background-color: #B96D1A; }
a { background-color: rgb(185,109,26); }
div.DivClassName
{
background-color: #B96D1A;
}
.BgClassName
{
background-color: #B96D1A;
}
</style>
border-color css
<style>
span { border-color: #B96D1A; }
span { border-color: rgb(185,109,26); }
td.TdClassName
{
border-color: #B96D1A;
}
.TagClassName
{
border-color: #B96D1A;
}
</style>