Shades of Pirate Gold #BD7E22
Tints of Pirate Gold #BD7E22
RGB
CMYK
RGB Variations
Color information
#BD7E22 (or 0xBD7E22) is known color: Pirate Gold. HEX triplet: BD, 7E and 22. RGB value is (189,126,34). Sum of RGB (Red+Green+Blue) = 189+126+34=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E22 is #4281DD. Grayscale: #868686. Windows color (decimal): -4358622 or 2260669. OLE color: 2260669.
HSL color Cylindrical-coordinate representation of color #BD7E22: hue angle of 35.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD7E22 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 34 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.26 |
| HSL | 35.61º | 0.7% | 0.44% | - |
| HSV(B) | 35.61º | 0.82% | 0.74% | - |
| XYZ | 28.74 | 25.86 | 4.99 | - |
| YUV | 134.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 34 | 0 | 0.33 | 0.82 | 0.26 | 35.61 | 0.7 | 0.44 |
| Hex | BD | 7E | 22 | 0 | 21 | 52 | 1A | 24 | 46 | 2C |
| Octal | 275 | 176 | 42 | 0 | 41 | 122 | 32 | 44 | 106 | 54 |
| Binary | 10111101 | 1111110 | 100010 | 0 | 100001 | 1010010 | 11010 | 100100 | 1000110 | 101100 |
Color Harmonies of #BD7E22
Complementary color
Monochromatic Colors of #BD7E22
Black with #BD7E22
Text Example
Text Example
White with #BD7E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E22; }
p { color: rgb(189,126,34); }
H1.HeaderClassName
{
color: #BD7E22;
}
.AnyTagClassName
{
color: #BD7E22;
}
</style>
background-color css
<style>
a { background-color: #BD7E22; }
a { background-color: rgb(189,126,34); }
div.DivClassName
{
background-color: #BD7E22;
}
.BgClassName
{
background-color: #BD7E22;
}
</style>
border-color css
<style>
span { border-color: #BD7E22; }
span { border-color: rgb(189,126,34); }
td.TdClassName
{
border-color: #BD7E22;
}
.TagClassName
{
border-color: #BD7E22;
}
</style>