Shades of Pirate Gold #BB7525
Tints of Pirate Gold #BB7525
RGB
CMYK
RGB Variations
Color information
#BB7525 (or 0xBB7525) is known color: Pirate Gold. HEX triplet: BB, 75 and 25. RGB value is (187,117,37). Sum of RGB (Red+Green+Blue) = 187+117+37=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7525 is #448ADA. Grayscale: #818181. Windows color (decimal): -4491995 or 2454971. OLE color: 2454971.
HSL color Cylindrical-coordinate representation of color #BB7525: hue angle of 32º 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 #BB7525 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 37 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.27 |
| HSL | 32º | 0.67% | 0.44% | - |
| HSV(B) | 32º | 0.8% | 0.73% | - |
| XYZ | 27.19 | 23.42 | 4.84 | - |
| YUV | 128.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 37 | 0 | 0.37 | 0.80 | 0.27 | 32 | 0.67 | 0.44 |
| Hex | BB | 75 | 25 | 0 | 25 | 50 | 1B | 20 | 43 | 2C |
| Octal | 273 | 165 | 45 | 0 | 45 | 120 | 33 | 40 | 103 | 54 |
| Binary | 10111011 | 1110101 | 100101 | 0 | 100101 | 1010000 | 11011 | 100000 | 1000011 | 101100 |
Color Harmonies of #BB7525
Complementary color
Monochromatic Colors of #BB7525
Black with #BB7525
Text Example
Text Example
White with #BB7525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7525; }
p { color: rgb(187,117,37); }
H1.HeaderClassName
{
color: #BB7525;
}
.AnyTagClassName
{
color: #BB7525;
}
</style>
background-color css
<style>
a { background-color: #BB7525; }
a { background-color: rgb(187,117,37); }
div.DivClassName
{
background-color: #BB7525;
}
.BgClassName
{
background-color: #BB7525;
}
</style>
border-color css
<style>
span { border-color: #BB7525; }
span { border-color: rgb(187,117,37); }
td.TdClassName
{
border-color: #BB7525;
}
.TagClassName
{
border-color: #BB7525;
}
</style>