Shades of Pirate Gold #BB782C
Tints of Pirate Gold #BB782C
RGB
CMYK
RGB Variations
Color information
#BB782C (or 0xBB782C) is known color: Pirate Gold. HEX triplet: BB, 78 and 2C. RGB value is (187,120,44). Sum of RGB (Red+Green+Blue) = 187+120+44=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB782C is #4487D3. Grayscale: #838383. Windows color (decimal): -4491220 or 2914491. OLE color: 2914491.
HSL color Cylindrical-coordinate representation of color #BB782C: hue angle of 31.89º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB782C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 44 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.27 |
| HSL | 31.89º | 0.62% | 0.45% | - |
| HSV(B) | 31.89º | 0.76% | 0.73% | - |
| XYZ | 27.66 | 24.18 | 5.59 | - |
| YUV | 131.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 44 | 0 | 0.36 | 0.76 | 0.27 | 31.89 | 0.62 | 0.45 |
| Hex | BB | 78 | 2C | 0 | 24 | 4C | 1B | 20 | 3E | 2D |
| Octal | 273 | 170 | 54 | 0 | 44 | 114 | 33 | 40 | 76 | 55 |
| Binary | 10111011 | 1111000 | 101100 | 0 | 100100 | 1001100 | 11011 | 100000 | 111110 | 101101 |
Color Harmonies of #BB782C
Complementary color
Monochromatic Colors of #BB782C
Black with #BB782C
Text Example
Text Example
White with #BB782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB782C; }
p { color: rgb(187,120,44); }
H1.HeaderClassName
{
color: #BB782C;
}
.AnyTagClassName
{
color: #BB782C;
}
</style>
background-color css
<style>
a { background-color: #BB782C; }
a { background-color: rgb(187,120,44); }
div.DivClassName
{
background-color: #BB782C;
}
.BgClassName
{
background-color: #BB782C;
}
</style>
border-color css
<style>
span { border-color: #BB782C; }
span { border-color: rgb(187,120,44); }
td.TdClassName
{
border-color: #BB782C;
}
.TagClassName
{
border-color: #BB782C;
}
</style>