Shades of Pirate Gold #BB772B
Tints of Pirate Gold #BB772B
RGB
CMYK
RGB Variations
Color information
#BB772B (or 0xBB772B) is known color: Pirate Gold. HEX triplet: BB, 77 and 2B. RGB value is (187,119,43). Sum of RGB (Red+Green+Blue) = 187+119+43=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB772B is #4488D4. Grayscale: #838383. Windows color (decimal): -4491477 or 2848699. OLE color: 2848699.
HSL color Cylindrical-coordinate representation of color #BB772B: hue angle of 31.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB772B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 43 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.27 |
| HSL | 31.67º | 0.63% | 0.45% | - |
| HSV(B) | 31.67º | 0.77% | 0.73% | - |
| XYZ | 27.53 | 23.93 | 5.45 | - |
| YUV | 130.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 43 | 0 | 0.36 | 0.77 | 0.27 | 31.67 | 0.63 | 0.45 |
| Hex | BB | 77 | 2B | 0 | 24 | 4D | 1B | 20 | 3F | 2D |
| Octal | 273 | 167 | 53 | 0 | 44 | 115 | 33 | 40 | 77 | 55 |
| Binary | 10111011 | 1110111 | 101011 | 0 | 100100 | 1001101 | 11011 | 100000 | 111111 | 101101 |
Color Harmonies of #BB772B
Complementary color
Monochromatic Colors of #BB772B
Black with #BB772B
Text Example
Text Example
White with #BB772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB772B; }
p { color: rgb(187,119,43); }
H1.HeaderClassName
{
color: #BB772B;
}
.AnyTagClassName
{
color: #BB772B;
}
</style>
background-color css
<style>
a { background-color: #BB772B; }
a { background-color: rgb(187,119,43); }
div.DivClassName
{
background-color: #BB772B;
}
.BgClassName
{
background-color: #BB772B;
}
</style>
border-color css
<style>
span { border-color: #BB772B; }
span { border-color: rgb(187,119,43); }
td.TdClassName
{
border-color: #BB772B;
}
.TagClassName
{
border-color: #BB772B;
}
</style>