Shades of Pirate Gold #BB731E
Tints of Pirate Gold #BB731E
RGB
CMYK
RGB Variations
Color information
#BB731E (or 0xBB731E) is known color: Pirate Gold. HEX triplet: BB, 73 and 1E. RGB value is (187,115,30). Sum of RGB (Red+Green+Blue) = 187+115+30=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB731E is #448CE1. Grayscale: #7F7F7F. Windows color (decimal): -4492514 or 1995707. OLE color: 1995707.
HSL color Cylindrical-coordinate representation of color #BB731E: hue angle of 32.48º 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 #BB731E is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 30 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.27 |
| HSL | 32.48º | 0.72% | 0.43% | - |
| HSV(B) | 32.48º | 0.84% | 0.73% | - |
| XYZ | 26.86 | 22.92 | 4.24 | - |
| YUV | 126.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 30 | 0 | 0.39 | 0.84 | 0.27 | 32.48 | 0.72 | 0.43 |
| Hex | BB | 73 | 1E | 0 | 27 | 54 | 1B | 20 | 48 | 2B |
| Octal | 273 | 163 | 36 | 0 | 47 | 124 | 33 | 40 | 110 | 53 |
| Binary | 10111011 | 1110011 | 11110 | 0 | 100111 | 1010100 | 11011 | 100000 | 1001000 | 101011 |
Color Harmonies of #BB731E
Complementary color
Monochromatic Colors of #BB731E
Black with #BB731E
Text Example
Text Example
White with #BB731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB731E; }
p { color: rgb(187,115,30); }
H1.HeaderClassName
{
color: #BB731E;
}
.AnyTagClassName
{
color: #BB731E;
}
</style>
background-color css
<style>
a { background-color: #BB731E; }
a { background-color: rgb(187,115,30); }
div.DivClassName
{
background-color: #BB731E;
}
.BgClassName
{
background-color: #BB731E;
}
</style>
border-color css
<style>
span { border-color: #BB731E; }
span { border-color: rgb(187,115,30); }
td.TdClassName
{
border-color: #BB731E;
}
.TagClassName
{
border-color: #BB731E;
}
</style>