Shades of Pirate Gold #BB772E
Tints of Pirate Gold #BB772E
RGB
CMYK
RGB Variations
Color information
#BB772E (or 0xBB772E) is known color: Pirate Gold. HEX triplet: BB, 77 and 2E. RGB value is (187,119,46). Sum of RGB (Red+Green+Blue) = 187+119+46=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB772E is #4488D1. Grayscale: #838383. Windows color (decimal): -4491474 or 3045307. OLE color: 3045307.
HSL color Cylindrical-coordinate representation of color #BB772E: hue angle of 31.06º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB772E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 46 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.27 |
| HSL | 31.06º | 0.61% | 0.46% | - |
| HSV(B) | 31.06º | 0.75% | 0.73% | - |
| XYZ | 27.58 | 23.96 | 5.75 | - |
| YUV | 131.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 46 | 0 | 0.36 | 0.75 | 0.27 | 31.06 | 0.61 | 0.46 |
| Hex | BB | 77 | 2E | 0 | 24 | 4B | 1B | 1F | 3D | 2E |
| Octal | 273 | 167 | 56 | 0 | 44 | 113 | 33 | 37 | 75 | 56 |
| Binary | 10111011 | 1110111 | 101110 | 0 | 100100 | 1001011 | 11011 | 11111 | 111101 | 101110 |
Color Harmonies of #BB772E
Complementary color
Monochromatic Colors of #BB772E
Black with #BB772E
Text Example
Text Example
White with #BB772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB772E; }
p { color: rgb(187,119,46); }
H1.HeaderClassName
{
color: #BB772E;
}
.AnyTagClassName
{
color: #BB772E;
}
</style>
background-color css
<style>
a { background-color: #BB772E; }
a { background-color: rgb(187,119,46); }
div.DivClassName
{
background-color: #BB772E;
}
.BgClassName
{
background-color: #BB772E;
}
</style>
border-color css
<style>
span { border-color: #BB772E; }
span { border-color: rgb(187,119,46); }
td.TdClassName
{
border-color: #BB772E;
}
.TagClassName
{
border-color: #BB772E;
}
</style>