Shades of Pirate Gold #BB7C1B
Tints of Pirate Gold #BB7C1B
RGB
CMYK
RGB Variations
Color information
#BB7C1B (or 0xBB7C1B) is known color: Pirate Gold. HEX triplet: BB, 7C and 1B. RGB value is (187,124,27). Sum of RGB (Red+Green+Blue) = 187+124+27=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C1B is #4483E4. Grayscale: #848484. Windows color (decimal): -4490213 or 1801403. OLE color: 1801403.
HSL color Cylindrical-coordinate representation of color #BB7C1B: hue angle of 36.38º 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 #BB7C1B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.27 |
| HSL | 36.38º | 0.75% | 0.42% | - |
| HSV(B) | 36.38º | 0.86% | 0.73% | - |
| XYZ | 27.9 | 25.06 | 4.4 | - |
| YUV | 131.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 27 | 0 | 0.34 | 0.86 | 0.27 | 36.38 | 0.75 | 0.42 |
| Hex | BB | 7C | 1B | 0 | 22 | 56 | 1B | 24 | 4B | 2A |
| Octal | 273 | 174 | 33 | 0 | 42 | 126 | 33 | 44 | 113 | 52 |
| Binary | 10111011 | 1111100 | 11011 | 0 | 100010 | 1010110 | 11011 | 100100 | 1001011 | 101010 |
Color Harmonies of #BB7C1B
Complementary color
Monochromatic Colors of #BB7C1B
Black with #BB7C1B
Text Example
Text Example
White with #BB7C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C1B; }
p { color: rgb(187,124,27); }
H1.HeaderClassName
{
color: #BB7C1B;
}
.AnyTagClassName
{
color: #BB7C1B;
}
</style>
background-color css
<style>
a { background-color: #BB7C1B; }
a { background-color: rgb(187,124,27); }
div.DivClassName
{
background-color: #BB7C1B;
}
.BgClassName
{
background-color: #BB7C1B;
}
</style>
border-color css
<style>
span { border-color: #BB7C1B; }
span { border-color: rgb(187,124,27); }
td.TdClassName
{
border-color: #BB7C1B;
}
.TagClassName
{
border-color: #BB7C1B;
}
</style>