Shades of Pirate Gold #B9752C
Tints of Pirate Gold #B9752C
RGB
CMYK
RGB Variations
Color information
#B9752C (or 0xB9752C) is known color: Pirate Gold. HEX triplet: B9, 75 and 2C. RGB value is (185,117,44). Sum of RGB (Red+Green+Blue) = 185+117+44=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9752C is #468AD3. Grayscale: #818181. Windows color (decimal): -4623060 or 2913721. OLE color: 2913721.
HSL color Cylindrical-coordinate representation of color #B9752C: hue angle of 31.06º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9752C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 44 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.27 |
| HSL | 31.06º | 0.62% | 0.45% | - |
| HSV(B) | 31.06º | 0.76% | 0.73% | - |
| XYZ | 26.82 | 23.22 | 5.45 | - |
| YUV | 129.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 44 | 0 | 0.37 | 0.76 | 0.27 | 31.06 | 0.62 | 0.45 |
| Hex | B9 | 75 | 2C | 0 | 25 | 4C | 1B | 1F | 3E | 2D |
| Octal | 271 | 165 | 54 | 0 | 45 | 114 | 33 | 37 | 76 | 55 |
| Binary | 10111001 | 1110101 | 101100 | 0 | 100101 | 1001100 | 11011 | 11111 | 111110 | 101101 |
Color Harmonies of #B9752C
Complementary color
Monochromatic Colors of #B9752C
Black with #B9752C
Text Example
Text Example
White with #B9752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9752C; }
p { color: rgb(185,117,44); }
H1.HeaderClassName
{
color: #B9752C;
}
.AnyTagClassName
{
color: #B9752C;
}
</style>
background-color css
<style>
a { background-color: #B9752C; }
a { background-color: rgb(185,117,44); }
div.DivClassName
{
background-color: #B9752C;
}
.BgClassName
{
background-color: #B9752C;
}
</style>
border-color css
<style>
span { border-color: #B9752C; }
span { border-color: rgb(185,117,44); }
td.TdClassName
{
border-color: #B9752C;
}
.TagClassName
{
border-color: #B9752C;
}
</style>