Shades of Pirate Gold #BD792E
Tints of Pirate Gold #BD792E
RGB
CMYK
RGB Variations
Color information
#BD792E (or 0xBD792E) is known color: Pirate Gold. HEX triplet: BD, 79 and 2E. RGB value is (189,121,46). Sum of RGB (Red+Green+Blue) = 189+121+46=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD792E is #4286D1. Grayscale: #858585. Windows color (decimal): -4359890 or 3045821. OLE color: 3045821.
HSL color Cylindrical-coordinate representation of color #BD792E: hue angle of 31.47º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD792E is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 46 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.26 |
| HSL | 31.47º | 0.61% | 0.46% | - |
| HSV(B) | 31.47º | 0.76% | 0.74% | - |
| XYZ | 28.32 | 24.69 | 5.86 | - |
| YUV | 132.78 | 79.03 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 46 | 0 | 0.36 | 0.76 | 0.26 | 31.47 | 0.61 | 0.46 |
| Hex | BD | 79 | 2E | 0 | 24 | 4C | 1A | 1F | 3D | 2E |
| Octal | 275 | 171 | 56 | 0 | 44 | 114 | 32 | 37 | 75 | 56 |
| Binary | 10111101 | 1111001 | 101110 | 0 | 100100 | 1001100 | 11010 | 11111 | 111101 | 101110 |
Color Harmonies of #BD792E
Complementary color
Monochromatic Colors of #BD792E
Black with #BD792E
Text Example
Text Example
White with #BD792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD792E; }
p { color: rgb(189,121,46); }
H1.HeaderClassName
{
color: #BD792E;
}
.AnyTagClassName
{
color: #BD792E;
}
</style>
background-color css
<style>
a { background-color: #BD792E; }
a { background-color: rgb(189,121,46); }
div.DivClassName
{
background-color: #BD792E;
}
.BgClassName
{
background-color: #BD792E;
}
</style>
border-color css
<style>
span { border-color: #BD792E; }
span { border-color: rgb(189,121,46); }
td.TdClassName
{
border-color: #BD792E;
}
.TagClassName
{
border-color: #BD792E;
}
</style>