Shades of Pirate Gold #BB7528
Tints of Pirate Gold #BB7528
RGB
CMYK
RGB Variations
Color information
#BB7528 (or 0xBB7528) is known color: Pirate Gold. HEX triplet: BB, 75 and 28. RGB value is (187,117,40). Sum of RGB (Red+Green+Blue) = 187+117+40=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7528 is #448AD7. Grayscale: #818181. Windows color (decimal): -4491992 or 2651579. OLE color: 2651579.
HSL color Cylindrical-coordinate representation of color #BB7528: hue angle of 31.43º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB7528 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 40 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.27 |
| HSL | 31.43º | 0.65% | 0.45% | - |
| HSV(B) | 31.43º | 0.79% | 0.73% | - |
| XYZ | 27.24 | 23.44 | 5.1 | - |
| YUV | 129.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 40 | 0 | 0.37 | 0.79 | 0.27 | 31.43 | 0.65 | 0.45 |
| Hex | BB | 75 | 28 | 0 | 25 | 4F | 1B | 1F | 41 | 2D |
| Octal | 273 | 165 | 50 | 0 | 45 | 117 | 33 | 37 | 101 | 55 |
| Binary | 10111011 | 1110101 | 101000 | 0 | 100101 | 1001111 | 11011 | 11111 | 1000001 | 101101 |
Color Harmonies of #BB7528
Complementary color
Monochromatic Colors of #BB7528
Black with #BB7528
Text Example
Text Example
White with #BB7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7528; }
p { color: rgb(187,117,40); }
H1.HeaderClassName
{
color: #BB7528;
}
.AnyTagClassName
{
color: #BB7528;
}
</style>
background-color css
<style>
a { background-color: #BB7528; }
a { background-color: rgb(187,117,40); }
div.DivClassName
{
background-color: #BB7528;
}
.BgClassName
{
background-color: #BB7528;
}
</style>
border-color css
<style>
span { border-color: #BB7528; }
span { border-color: rgb(187,117,40); }
td.TdClassName
{
border-color: #BB7528;
}
.TagClassName
{
border-color: #BB7528;
}
</style>