Shades of Pirate Gold #BB762C
Tints of Pirate Gold #BB762C
RGB
CMYK
RGB Variations
Color information
#BB762C (or 0xBB762C) is known color: Pirate Gold. HEX triplet: BB, 76 and 2C. RGB value is (187,118,44). Sum of RGB (Red+Green+Blue) = 187+118+44=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB762C is #4489D3. Grayscale: #828282. Windows color (decimal): -4491732 or 2913979. OLE color: 2913979.
HSL color Cylindrical-coordinate representation of color #BB762C: hue angle of 31.05º 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 #BB762C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 44 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.27 |
| HSL | 31.05º | 0.62% | 0.45% | - |
| HSV(B) | 31.05º | 0.76% | 0.73% | - |
| XYZ | 27.43 | 23.7 | 5.51 | - |
| YUV | 130.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 44 | 0 | 0.37 | 0.76 | 0.27 | 31.05 | 0.62 | 0.45 |
| Hex | BB | 76 | 2C | 0 | 25 | 4C | 1B | 1F | 3E | 2D |
| Octal | 273 | 166 | 54 | 0 | 45 | 114 | 33 | 37 | 76 | 55 |
| Binary | 10111011 | 1110110 | 101100 | 0 | 100101 | 1001100 | 11011 | 11111 | 111110 | 101101 |
Color Harmonies of #BB762C
Complementary color
Monochromatic Colors of #BB762C
Black with #BB762C
Text Example
Text Example
White with #BB762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB762C; }
p { color: rgb(187,118,44); }
H1.HeaderClassName
{
color: #BB762C;
}
.AnyTagClassName
{
color: #BB762C;
}
</style>
background-color css
<style>
a { background-color: #BB762C; }
a { background-color: rgb(187,118,44); }
div.DivClassName
{
background-color: #BB762C;
}
.BgClassName
{
background-color: #BB762C;
}
</style>
border-color css
<style>
span { border-color: #BB762C; }
span { border-color: rgb(187,118,44); }
td.TdClassName
{
border-color: #BB762C;
}
.TagClassName
{
border-color: #BB762C;
}
</style>