Shades of Pirate Gold #BB7328
Tints of Pirate Gold #BB7328
RGB
CMYK
RGB Variations
Color information
#BB7328 (or 0xBB7328) is known color: Pirate Gold. HEX triplet: BB, 73 and 28. RGB value is (187,115,40). Sum of RGB (Red+Green+Blue) = 187+115+40=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7328 is #448CD7. Grayscale: #808080. Windows color (decimal): -4492504 or 2651067. OLE color: 2651067.
HSL color Cylindrical-coordinate representation of color #BB7328: hue angle of 30.61º 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 #BB7328 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 40 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.27 |
| HSL | 30.61º | 0.65% | 0.45% | - |
| HSV(B) | 30.61º | 0.79% | 0.73% | - |
| XYZ | 27.01 | 22.98 | 5.02 | - |
| YUV | 127.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 40 | 0 | 0.39 | 0.79 | 0.27 | 30.61 | 0.65 | 0.45 |
| Hex | BB | 73 | 28 | 0 | 27 | 4F | 1B | 1F | 41 | 2D |
| Octal | 273 | 163 | 50 | 0 | 47 | 117 | 33 | 37 | 101 | 55 |
| Binary | 10111011 | 1110011 | 101000 | 0 | 100111 | 1001111 | 11011 | 11111 | 1000001 | 101101 |
Color Harmonies of #BB7328
Complementary color
Monochromatic Colors of #BB7328
Black with #BB7328
Text Example
Text Example
White with #BB7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7328; }
p { color: rgb(187,115,40); }
H1.HeaderClassName
{
color: #BB7328;
}
.AnyTagClassName
{
color: #BB7328;
}
</style>
background-color css
<style>
a { background-color: #BB7328; }
a { background-color: rgb(187,115,40); }
div.DivClassName
{
background-color: #BB7328;
}
.BgClassName
{
background-color: #BB7328;
}
</style>
border-color css
<style>
span { border-color: #BB7328; }
span { border-color: rgb(187,115,40); }
td.TdClassName
{
border-color: #BB7328;
}
.TagClassName
{
border-color: #BB7328;
}
</style>