Shades of Pirate Gold #BD792D
Tints of Pirate Gold #BD792D
RGB
CMYK
RGB Variations
Color information
#BD792D (or 0xBD792D) is known color: Pirate Gold. HEX triplet: BD, 79 and 2D. RGB value is (189,121,45). Sum of RGB (Red+Green+Blue) = 189+121+45=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD792D is #4286D2. Grayscale: #858585. Windows color (decimal): -4359891 or 2980285. OLE color: 2980285.
HSL color Cylindrical-coordinate representation of color #BD792D: hue angle of 31.67º degrees, saturation: 0.62, 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 #BD792D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 45 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.26 |
| HSL | 31.67º | 0.62% | 0.46% | - |
| HSV(B) | 31.67º | 0.76% | 0.74% | - |
| XYZ | 28.3 | 24.68 | 5.76 | - |
| YUV | 132.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 45 | 0 | 0.36 | 0.76 | 0.26 | 31.67 | 0.62 | 0.46 |
| Hex | BD | 79 | 2D | 0 | 24 | 4C | 1A | 20 | 3E | 2E |
| Octal | 275 | 171 | 55 | 0 | 44 | 114 | 32 | 40 | 76 | 56 |
| Binary | 10111101 | 1111001 | 101101 | 0 | 100100 | 1001100 | 11010 | 100000 | 111110 | 101110 |
Color Harmonies of #BD792D
Complementary color
Monochromatic Colors of #BD792D
Black with #BD792D
Text Example
Text Example
White with #BD792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD792D; }
p { color: rgb(189,121,45); }
H1.HeaderClassName
{
color: #BD792D;
}
.AnyTagClassName
{
color: #BD792D;
}
</style>
background-color css
<style>
a { background-color: #BD792D; }
a { background-color: rgb(189,121,45); }
div.DivClassName
{
background-color: #BD792D;
}
.BgClassName
{
background-color: #BD792D;
}
</style>
border-color css
<style>
span { border-color: #BD792D; }
span { border-color: rgb(189,121,45); }
td.TdClassName
{
border-color: #BD792D;
}
.TagClassName
{
border-color: #BD792D;
}
</style>