Shades of Pirate Gold #BB6A1B
Tints of Pirate Gold #BB6A1B
RGB
CMYK
RGB Variations
Color information
#BB6A1B (or 0xBB6A1B) is known color: Pirate Gold. HEX triplet: BB, 6A and 1B. RGB value is (187,106,27). Sum of RGB (Red+Green+Blue) = 187+106+27=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A1B is #4495E4. Grayscale: #797979. Windows color (decimal): -4494821 or 1796795. OLE color: 1796795.
HSL color Cylindrical-coordinate representation of color #BB6A1B: hue angle of 29.62º 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 #BB6A1B is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 27 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.27 |
| HSL | 29.63º | 0.75% | 0.42% | - |
| HSV(B) | 29.63º | 0.86% | 0.73% | - |
| XYZ | 25.85 | 20.95 | 3.72 | - |
| YUV | 121.21 | 74.84 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 27 | 0 | 0.43 | 0.86 | 0.27 | 29.63 | 0.75 | 0.42 |
| Hex | BB | 6A | 1B | 0 | 2B | 56 | 1B | 1E | 4B | 2A |
| Octal | 273 | 152 | 33 | 0 | 53 | 126 | 33 | 36 | 113 | 52 |
| Binary | 10111011 | 1101010 | 11011 | 0 | 101011 | 1010110 | 11011 | 11110 | 1001011 | 101010 |
Color Harmonies of #BB6A1B
Complementary color
Monochromatic Colors of #BB6A1B
Black with #BB6A1B
Text Example
Text Example
White with #BB6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6A1B; }
p { color: rgb(187,106,27); }
H1.HeaderClassName
{
color: #BB6A1B;
}
.AnyTagClassName
{
color: #BB6A1B;
}
</style>
background-color css
<style>
a { background-color: #BB6A1B; }
a { background-color: rgb(187,106,27); }
div.DivClassName
{
background-color: #BB6A1B;
}
.BgClassName
{
background-color: #BB6A1B;
}
</style>
border-color css
<style>
span { border-color: #BB6A1B; }
span { border-color: rgb(187,106,27); }
td.TdClassName
{
border-color: #BB6A1B;
}
.TagClassName
{
border-color: #BB6A1B;
}
</style>