Shades of Pirate Gold #B97D1C
Tints of Pirate Gold #B97D1C
RGB
CMYK
RGB Variations
Color information
#B97D1C (or 0xB97D1C) is known color: Pirate Gold. HEX triplet: B9, 7D and 1C. RGB value is (185,125,28). Sum of RGB (Red+Green+Blue) = 185+125+28=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D1C is #4682E3. Grayscale: #848484. Windows color (decimal): -4621028 or 1867193. OLE color: 1867193.
HSL color Cylindrical-coordinate representation of color #B97D1C: hue angle of 37.07º 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 #B97D1C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 28 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.27 |
| HSL | 37.07º | 0.74% | 0.42% | - |
| HSV(B) | 37.07º | 0.85% | 0.73% | - |
| XYZ | 27.55 | 25.07 | 4.48 | - |
| YUV | 131.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 28 | 0 | 0.32 | 0.85 | 0.27 | 37.07 | 0.74 | 0.42 |
| Hex | B9 | 7D | 1C | 0 | 20 | 55 | 1B | 25 | 4A | 2A |
| Octal | 271 | 175 | 34 | 0 | 40 | 125 | 33 | 45 | 112 | 52 |
| Binary | 10111001 | 1111101 | 11100 | 0 | 100000 | 1010101 | 11011 | 100101 | 1001010 | 101010 |
Color Harmonies of #B97D1C
Complementary color
Monochromatic Colors of #B97D1C
Black with #B97D1C
Text Example
Text Example
White with #B97D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D1C; }
p { color: rgb(185,125,28); }
H1.HeaderClassName
{
color: #B97D1C;
}
.AnyTagClassName
{
color: #B97D1C;
}
</style>
background-color css
<style>
a { background-color: #B97D1C; }
a { background-color: rgb(185,125,28); }
div.DivClassName
{
background-color: #B97D1C;
}
.BgClassName
{
background-color: #B97D1C;
}
</style>
border-color css
<style>
span { border-color: #B97D1C; }
span { border-color: rgb(185,125,28); }
td.TdClassName
{
border-color: #B97D1C;
}
.TagClassName
{
border-color: #B97D1C;
}
</style>