Shades of Pirate Gold #BF772D
Tints of Pirate Gold #BF772D
RGB
CMYK
RGB Variations
Color information
#BF772D (or 0xBF772D) is known color: Pirate Gold. HEX triplet: BF, 77 and 2D. RGB value is (191,119,45). Sum of RGB (Red+Green+Blue) = 191+119+45=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF772D is #4088D2. Grayscale: #848484. Windows color (decimal): -4229331 or 2979775. OLE color: 2979775.
HSL color Cylindrical-coordinate representation of color #BF772D: hue angle of 30.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF772D is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 45 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.25 |
| HSL | 30.41º | 0.62% | 0.46% | - |
| HSV(B) | 30.41º | 0.76% | 0.75% | - |
| XYZ | 28.56 | 24.46 | 5.7 | - |
| YUV | 132.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 45 | 0 | 0.38 | 0.76 | 0.25 | 30.41 | 0.62 | 0.46 |
| Hex | BF | 77 | 2D | 0 | 26 | 4C | 19 | 1E | 3E | 2E |
| Octal | 277 | 167 | 55 | 0 | 46 | 114 | 31 | 36 | 76 | 56 |
| Binary | 10111111 | 1110111 | 101101 | 0 | 100110 | 1001100 | 11001 | 11110 | 111110 | 101110 |
Color Harmonies of #BF772D
Complementary color
Monochromatic Colors of #BF772D
Black with #BF772D
Text Example
Text Example
White with #BF772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF772D; }
p { color: rgb(191,119,45); }
H1.HeaderClassName
{
color: #BF772D;
}
.AnyTagClassName
{
color: #BF772D;
}
</style>
background-color css
<style>
a { background-color: #BF772D; }
a { background-color: rgb(191,119,45); }
div.DivClassName
{
background-color: #BF772D;
}
.BgClassName
{
background-color: #BF772D;
}
</style>
border-color css
<style>
span { border-color: #BF772D; }
span { border-color: rgb(191,119,45); }
td.TdClassName
{
border-color: #BF772D;
}
.TagClassName
{
border-color: #BF772D;
}
</style>