Shades of Pirate Gold #BB7D1B
Tints of Pirate Gold #BB7D1B
RGB
CMYK
RGB Variations
Color information
#BB7D1B (or 0xBB7D1B) is known color: Pirate Gold. HEX triplet: BB, 7D and 1B. RGB value is (187,125,27). Sum of RGB (Red+Green+Blue) = 187+125+27=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D1B is #4482E4. Grayscale: #848484. Windows color (decimal): -4489957 or 1801659. OLE color: 1801659.
HSL color Cylindrical-coordinate representation of color #BB7D1B: hue angle of 36.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB7D1B is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 27 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.27 |
| HSL | 36.75º | 0.75% | 0.42% | - |
| HSV(B) | 36.75º | 0.86% | 0.73% | - |
| XYZ | 28.02 | 25.31 | 4.45 | - |
| YUV | 132.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 27 | 0 | 0.33 | 0.86 | 0.27 | 36.75 | 0.75 | 0.42 |
| Hex | BB | 7D | 1B | 0 | 21 | 56 | 1B | 25 | 4B | 2A |
| Octal | 273 | 175 | 33 | 0 | 41 | 126 | 33 | 45 | 113 | 52 |
| Binary | 10111011 | 1111101 | 11011 | 0 | 100001 | 1010110 | 11011 | 100101 | 1001011 | 101010 |
Color Harmonies of #BB7D1B
Complementary color
Monochromatic Colors of #BB7D1B
Black with #BB7D1B
Text Example
Text Example
White with #BB7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D1B; }
p { color: rgb(187,125,27); }
H1.HeaderClassName
{
color: #BB7D1B;
}
.AnyTagClassName
{
color: #BB7D1B;
}
</style>
background-color css
<style>
a { background-color: #BB7D1B; }
a { background-color: rgb(187,125,27); }
div.DivClassName
{
background-color: #BB7D1B;
}
.BgClassName
{
background-color: #BB7D1B;
}
</style>
border-color css
<style>
span { border-color: #BB7D1B; }
span { border-color: rgb(187,125,27); }
td.TdClassName
{
border-color: #BB7D1B;
}
.TagClassName
{
border-color: #BB7D1B;
}
</style>