Shades of Pirate Gold #BF772A
Tints of Pirate Gold #BF772A
RGB
CMYK
RGB Variations
Color information
#BF772A (or 0xBF772A) is known color: Pirate Gold. HEX triplet: BF, 77 and 2A. RGB value is (191,119,42). Sum of RGB (Red+Green+Blue) = 191+119+42=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF772A is #4088D5. Grayscale: #848484. Windows color (decimal): -4229334 or 2783167. OLE color: 2783167.
HSL color Cylindrical-coordinate representation of color #BF772A: hue angle of 31.01º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF772A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 42 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.25 |
| HSL | 31.01º | 0.64% | 0.46% | - |
| HSV(B) | 31.01º | 0.78% | 0.75% | - |
| XYZ | 28.5 | 24.44 | 5.41 | - |
| YUV | 131.75 | 77.35 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 42 | 0 | 0.38 | 0.78 | 0.25 | 31.01 | 0.64 | 0.46 |
| Hex | BF | 77 | 2A | 0 | 26 | 4E | 19 | 1F | 40 | 2E |
| Octal | 277 | 167 | 52 | 0 | 46 | 116 | 31 | 37 | 100 | 56 |
| Binary | 10111111 | 1110111 | 101010 | 0 | 100110 | 1001110 | 11001 | 11111 | 1000000 | 101110 |
Color Harmonies of #BF772A
Complementary color
Monochromatic Colors of #BF772A
Black with #BF772A
Text Example
Text Example
White with #BF772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF772A; }
p { color: rgb(191,119,42); }
H1.HeaderClassName
{
color: #BF772A;
}
.AnyTagClassName
{
color: #BF772A;
}
</style>
background-color css
<style>
a { background-color: #BF772A; }
a { background-color: rgb(191,119,42); }
div.DivClassName
{
background-color: #BF772A;
}
.BgClassName
{
background-color: #BF772A;
}
</style>
border-color css
<style>
span { border-color: #BF772A; }
span { border-color: rgb(191,119,42); }
td.TdClassName
{
border-color: #BF772A;
}
.TagClassName
{
border-color: #BF772A;
}
</style>