Shades of Pirate Gold #BD791C
Tints of Pirate Gold #BD791C
RGB
CMYK
RGB Variations
Color information
#BD791C (or 0xBD791C) is known color: Pirate Gold. HEX triplet: BD, 79 and 1C. RGB value is (189,121,28). Sum of RGB (Red+Green+Blue) = 189+121+28=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD791C is #4286E3. Grayscale: #838383. Windows color (decimal): -4359908 or 1866173. OLE color: 1866173.
HSL color Cylindrical-coordinate representation of color #BD791C: hue angle of 34.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD791C is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 28 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.26 |
| HSL | 34.66º | 0.74% | 0.43% | - |
| HSV(B) | 34.66º | 0.85% | 0.74% | - |
| XYZ | 28.03 | 24.58 | 4.37 | - |
| YUV | 130.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 28 | 0 | 0.36 | 0.85 | 0.26 | 34.66 | 0.74 | 0.43 |
| Hex | BD | 79 | 1C | 0 | 24 | 55 | 1A | 23 | 4A | 2B |
| Octal | 275 | 171 | 34 | 0 | 44 | 125 | 32 | 43 | 112 | 53 |
| Binary | 10111101 | 1111001 | 11100 | 0 | 100100 | 1010101 | 11010 | 100011 | 1001010 | 101011 |
Color Harmonies of #BD791C
Complementary color
Monochromatic Colors of #BD791C
Black with #BD791C
Text Example
Text Example
White with #BD791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD791C; }
p { color: rgb(189,121,28); }
H1.HeaderClassName
{
color: #BD791C;
}
.AnyTagClassName
{
color: #BD791C;
}
</style>
background-color css
<style>
a { background-color: #BD791C; }
a { background-color: rgb(189,121,28); }
div.DivClassName
{
background-color: #BD791C;
}
.BgClassName
{
background-color: #BD791C;
}
</style>
border-color css
<style>
span { border-color: #BD791C; }
span { border-color: rgb(189,121,28); }
td.TdClassName
{
border-color: #BD791C;
}
.TagClassName
{
border-color: #BD791C;
}
</style>