Shades of Pirate Gold #BB7A1D
Tints of Pirate Gold #BB7A1D
RGB
CMYK
RGB Variations
Color information
#BB7A1D (or 0xBB7A1D) is known color: Pirate Gold. HEX triplet: BB, 7A and 1D. RGB value is (187,122,29). Sum of RGB (Red+Green+Blue) = 187+122+29=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A1D is #4485E2. Grayscale: #838383. Windows color (decimal): -4490723 or 1931963. OLE color: 1931963.
HSL color Cylindrical-coordinate representation of color #BB7A1D: hue angle of 35.32º 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 #BB7A1D is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 29 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.27 |
| HSL | 35.32º | 0.73% | 0.42% | - |
| HSV(B) | 35.32º | 0.84% | 0.73% | - |
| XYZ | 27.67 | 24.57 | 4.45 | - |
| YUV | 130.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 29 | 0 | 0.35 | 0.84 | 0.27 | 35.32 | 0.73 | 0.42 |
| Hex | BB | 7A | 1D | 0 | 23 | 54 | 1B | 23 | 49 | 2A |
| Octal | 273 | 172 | 35 | 0 | 43 | 124 | 33 | 43 | 111 | 52 |
| Binary | 10111011 | 1111010 | 11101 | 0 | 100011 | 1010100 | 11011 | 100011 | 1001001 | 101010 |
Color Harmonies of #BB7A1D
Complementary color
Monochromatic Colors of #BB7A1D
Black with #BB7A1D
Text Example
Text Example
White with #BB7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A1D; }
p { color: rgb(187,122,29); }
H1.HeaderClassName
{
color: #BB7A1D;
}
.AnyTagClassName
{
color: #BB7A1D;
}
</style>
background-color css
<style>
a { background-color: #BB7A1D; }
a { background-color: rgb(187,122,29); }
div.DivClassName
{
background-color: #BB7A1D;
}
.BgClassName
{
background-color: #BB7A1D;
}
</style>
border-color css
<style>
span { border-color: #BB7A1D; }
span { border-color: rgb(187,122,29); }
td.TdClassName
{
border-color: #BB7A1D;
}
.TagClassName
{
border-color: #BB7A1D;
}
</style>