Shades of Pirate Gold #BF811B
Tints of Pirate Gold #BF811B
RGB
CMYK
RGB Variations
Color information
#BF811B (or 0xBF811B) is known color: Pirate Gold. HEX triplet: BF, 81 and 1B. RGB value is (191,129,27). Sum of RGB (Red+Green+Blue) = 191+129+27=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF811B is #407EE4. Grayscale: #888888. Windows color (decimal): -4226789 or 1802687. OLE color: 1802687.
HSL color Cylindrical-coordinate representation of color #BF811B: hue angle of 37.32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF811B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 27 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.25 |
| HSL | 37.32º | 0.75% | 0.43% | - |
| HSV(B) | 37.32º | 0.86% | 0.75% | - |
| XYZ | 29.53 | 26.86 | 4.66 | - |
| YUV | 135.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 27 | 0 | 0.32 | 0.86 | 0.25 | 37.32 | 0.75 | 0.43 |
| Hex | BF | 81 | 1B | 0 | 20 | 56 | 19 | 25 | 4B | 2B |
| Octal | 277 | 201 | 33 | 0 | 40 | 126 | 31 | 45 | 113 | 53 |
| Binary | 10111111 | 10000001 | 11011 | 0 | 100000 | 1010110 | 11001 | 100101 | 1001011 | 101011 |
Color Harmonies of #BF811B
Complementary color
Monochromatic Colors of #BF811B
Black with #BF811B
Text Example
Text Example
White with #BF811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF811B; }
p { color: rgb(191,129,27); }
H1.HeaderClassName
{
color: #BF811B;
}
.AnyTagClassName
{
color: #BF811B;
}
</style>
background-color css
<style>
a { background-color: #BF811B; }
a { background-color: rgb(191,129,27); }
div.DivClassName
{
background-color: #BF811B;
}
.BgClassName
{
background-color: #BF811B;
}
</style>
border-color css
<style>
span { border-color: #BF811B; }
span { border-color: rgb(191,129,27); }
td.TdClassName
{
border-color: #BF811B;
}
.TagClassName
{
border-color: #BF811B;
}
</style>