Shades of Pirate Gold #BB7D1D
Tints of Pirate Gold #BB7D1D
RGB
CMYK
RGB Variations
Color information
#BB7D1D (or 0xBB7D1D) is known color: Pirate Gold. HEX triplet: BB, 7D and 1D. RGB value is (187,125,29). Sum of RGB (Red+Green+Blue) = 187+125+29=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D1D is #4482E2. Grayscale: #858585. Windows color (decimal): -4489955 or 1932731. OLE color: 1932731.
HSL color Cylindrical-coordinate representation of color #BB7D1D: hue angle of 36.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB7D1D is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 29 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.27 |
| HSL | 36.46º | 0.73% | 0.42% | - |
| HSV(B) | 36.46º | 0.84% | 0.73% | - |
| XYZ | 28.05 | 25.32 | 4.57 | - |
| YUV | 132.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 29 | 0 | 0.33 | 0.84 | 0.27 | 36.46 | 0.73 | 0.42 |
| Hex | BB | 7D | 1D | 0 | 21 | 54 | 1B | 24 | 49 | 2A |
| Octal | 273 | 175 | 35 | 0 | 41 | 124 | 33 | 44 | 111 | 52 |
| Binary | 10111011 | 1111101 | 11101 | 0 | 100001 | 1010100 | 11011 | 100100 | 1001001 | 101010 |
Color Harmonies of #BB7D1D
Complementary color
Monochromatic Colors of #BB7D1D
Black with #BB7D1D
Text Example
Text Example
White with #BB7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D1D; }
p { color: rgb(187,125,29); }
H1.HeaderClassName
{
color: #BB7D1D;
}
.AnyTagClassName
{
color: #BB7D1D;
}
</style>
background-color css
<style>
a { background-color: #BB7D1D; }
a { background-color: rgb(187,125,29); }
div.DivClassName
{
background-color: #BB7D1D;
}
.BgClassName
{
background-color: #BB7D1D;
}
</style>
border-color css
<style>
span { border-color: #BB7D1D; }
span { border-color: rgb(187,125,29); }
td.TdClassName
{
border-color: #BB7D1D;
}
.TagClassName
{
border-color: #BB7D1D;
}
</style>