Shades of Pirate Gold #BB741E
Tints of Pirate Gold #BB741E
RGB
CMYK
RGB Variations
Color information
#BB741E (or 0xBB741E) is known color: Pirate Gold. HEX triplet: BB, 74 and 1E. RGB value is (187,116,30). Sum of RGB (Red+Green+Blue) = 187+116+30=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB741E is #448BE1. Grayscale: #7F7F7F. Windows color (decimal): -4492258 or 1995963. OLE color: 1995963.
HSL color Cylindrical-coordinate representation of color #BB741E: hue angle of 32.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB741E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 30 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.27 |
| HSL | 32.87º | 0.72% | 0.43% | - |
| HSV(B) | 32.87º | 0.84% | 0.73% | - |
| XYZ | 26.97 | 23.15 | 4.27 | - |
| YUV | 127.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 30 | 0 | 0.38 | 0.84 | 0.27 | 32.87 | 0.72 | 0.43 |
| Hex | BB | 74 | 1E | 0 | 26 | 54 | 1B | 21 | 48 | 2B |
| Octal | 273 | 164 | 36 | 0 | 46 | 124 | 33 | 41 | 110 | 53 |
| Binary | 10111011 | 1110100 | 11110 | 0 | 100110 | 1010100 | 11011 | 100001 | 1001000 | 101011 |
Color Harmonies of #BB741E
Complementary color
Monochromatic Colors of #BB741E
Black with #BB741E
Text Example
Text Example
White with #BB741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB741E; }
p { color: rgb(187,116,30); }
H1.HeaderClassName
{
color: #BB741E;
}
.AnyTagClassName
{
color: #BB741E;
}
</style>
background-color css
<style>
a { background-color: #BB741E; }
a { background-color: rgb(187,116,30); }
div.DivClassName
{
background-color: #BB741E;
}
.BgClassName
{
background-color: #BB741E;
}
</style>
border-color css
<style>
span { border-color: #BB741E; }
span { border-color: rgb(187,116,30); }
td.TdClassName
{
border-color: #BB741E;
}
.TagClassName
{
border-color: #BB741E;
}
</style>