Shades of Pirate Gold #BD8123
Tints of Pirate Gold #BD8123
RGB
CMYK
RGB Variations
Color information
#BD8123 (or 0xBD8123) is known color: Pirate Gold. HEX triplet: BD, 81 and 23. RGB value is (189,129,35). Sum of RGB (Red+Green+Blue) = 189+129+35=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8123 is #427EDC. Grayscale: #888888. Windows color (decimal): -4357853 or 2326973. OLE color: 2326973.
HSL color Cylindrical-coordinate representation of color #BD8123: hue angle of 36.62º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD8123 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 35 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.26 |
| HSL | 36.62º | 0.69% | 0.44% | - |
| HSV(B) | 36.62º | 0.81% | 0.74% | - |
| XYZ | 29.14 | 26.64 | 5.2 | - |
| YUV | 136.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 35 | 0 | 0.32 | 0.81 | 0.26 | 36.62 | 0.69 | 0.44 |
| Hex | BD | 81 | 23 | 0 | 20 | 51 | 1A | 25 | 45 | 2C |
| Octal | 275 | 201 | 43 | 0 | 40 | 121 | 32 | 45 | 105 | 54 |
| Binary | 10111101 | 10000001 | 100011 | 0 | 100000 | 1010001 | 11010 | 100101 | 1000101 | 101100 |
Color Harmonies of #BD8123
Complementary color
Monochromatic Colors of #BD8123
Black with #BD8123
Text Example
Text Example
White with #BD8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8123; }
p { color: rgb(189,129,35); }
H1.HeaderClassName
{
color: #BD8123;
}
.AnyTagClassName
{
color: #BD8123;
}
</style>
background-color css
<style>
a { background-color: #BD8123; }
a { background-color: rgb(189,129,35); }
div.DivClassName
{
background-color: #BD8123;
}
.BgClassName
{
background-color: #BD8123;
}
</style>
border-color css
<style>
span { border-color: #BD8123; }
span { border-color: rgb(189,129,35); }
td.TdClassName
{
border-color: #BD8123;
}
.TagClassName
{
border-color: #BD8123;
}
</style>