Shades of Pirate Gold #B96F25
Tints of Pirate Gold #B96F25
RGB
CMYK
RGB Variations
Color information
#B96F25 (or 0xB96F25) is known color: Pirate Gold. HEX triplet: B9, 6F and 25. RGB value is (185,111,37). Sum of RGB (Red+Green+Blue) = 185+111+37=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F25 is #4690DA. Grayscale: #7D7D7D. Windows color (decimal): -4624603 or 2453433. OLE color: 2453433.
HSL color Cylindrical-coordinate representation of color #B96F25: hue angle of 30º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B96F25 is Cyan = 0, Magento = 0.4, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 37 | - |
| CMYK | 0 | 0.4 | 0.80 | 0.27 |
| HSL | 30º | 0.67% | 0.44% | - |
| HSV(B) | 30º | 0.8% | 0.73% | - |
| XYZ | 26.03 | 21.82 | 4.59 | - |
| YUV | 124.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 37 | 0 | 0.4 | 0.80 | 0.27 | 30 | 0.67 | 0.44 |
| Hex | B9 | 6F | 25 | 0 | 28 | 50 | 1B | 1E | 43 | 2C |
| Octal | 271 | 157 | 45 | 0 | 50 | 120 | 33 | 36 | 103 | 54 |
| Binary | 10111001 | 1101111 | 100101 | 0 | 101000 | 1010000 | 11011 | 11110 | 1000011 | 101100 |
Color Harmonies of #B96F25
Complementary color
Monochromatic Colors of #B96F25
Black with #B96F25
Text Example
Text Example
White with #B96F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F25; }
p { color: rgb(185,111,37); }
H1.HeaderClassName
{
color: #B96F25;
}
.AnyTagClassName
{
color: #B96F25;
}
</style>
background-color css
<style>
a { background-color: #B96F25; }
a { background-color: rgb(185,111,37); }
div.DivClassName
{
background-color: #B96F25;
}
.BgClassName
{
background-color: #B96F25;
}
</style>
border-color css
<style>
span { border-color: #B96F25; }
span { border-color: rgb(185,111,37); }
td.TdClassName
{
border-color: #B96F25;
}
.TagClassName
{
border-color: #B96F25;
}
</style>