Shades of Pirate Gold #BB731C
Tints of Pirate Gold #BB731C
RGB
CMYK
RGB Variations
Color information
#BB731C (or 0xBB731C) is known color: Pirate Gold. HEX triplet: BB, 73 and 1C. RGB value is (187,115,28). Sum of RGB (Red+Green+Blue) = 187+115+28=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB731C is #448CE3. Grayscale: #7F7F7F. Windows color (decimal): -4492516 or 1864635. OLE color: 1864635.
HSL color Cylindrical-coordinate representation of color #BB731C: hue angle of 32.83º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB731C is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 28 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.27 |
| HSL | 32.83º | 0.74% | 0.42% | - |
| HSV(B) | 32.83º | 0.85% | 0.73% | - |
| XYZ | 26.83 | 22.91 | 4.11 | - |
| YUV | 126.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 28 | 0 | 0.39 | 0.85 | 0.27 | 32.83 | 0.74 | 0.42 |
| Hex | BB | 73 | 1C | 0 | 27 | 55 | 1B | 21 | 4A | 2A |
| Octal | 273 | 163 | 34 | 0 | 47 | 125 | 33 | 41 | 112 | 52 |
| Binary | 10111011 | 1110011 | 11100 | 0 | 100111 | 1010101 | 11011 | 100001 | 1001010 | 101010 |
Color Harmonies of #BB731C
Complementary color
Monochromatic Colors of #BB731C
Black with #BB731C
Text Example
Text Example
White with #BB731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB731C; }
p { color: rgb(187,115,28); }
H1.HeaderClassName
{
color: #BB731C;
}
.AnyTagClassName
{
color: #BB731C;
}
</style>
background-color css
<style>
a { background-color: #BB731C; }
a { background-color: rgb(187,115,28); }
div.DivClassName
{
background-color: #BB731C;
}
.BgClassName
{
background-color: #BB731C;
}
</style>
border-color css
<style>
span { border-color: #BB731C; }
span { border-color: rgb(187,115,28); }
td.TdClassName
{
border-color: #BB731C;
}
.TagClassName
{
border-color: #BB731C;
}
</style>