Shades of Pirate Gold #BD7B26
Tints of Pirate Gold #BD7B26
RGB
CMYK
RGB Variations
Color information
#BD7B26 (or 0xBD7B26) is known color: Pirate Gold. HEX triplet: BD, 7B and 26. RGB value is (189,123,38). Sum of RGB (Red+Green+Blue) = 189+123+38=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B26 is #4284D9. Grayscale: #858585. Windows color (decimal): -4359386 or 2522045. OLE color: 2522045.
HSL color Cylindrical-coordinate representation of color #BD7B26: hue angle of 33.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD7B26 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 38 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.26 |
| HSL | 33.77º | 0.67% | 0.45% | - |
| HSV(B) | 33.77º | 0.8% | 0.74% | - |
| XYZ | 28.42 | 25.12 | 5.19 | - |
| YUV | 133.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 38 | 0 | 0.35 | 0.80 | 0.26 | 33.77 | 0.67 | 0.45 |
| Hex | BD | 7B | 26 | 0 | 23 | 50 | 1A | 22 | 43 | 2D |
| Octal | 275 | 173 | 46 | 0 | 43 | 120 | 32 | 42 | 103 | 55 |
| Binary | 10111101 | 1111011 | 100110 | 0 | 100011 | 1010000 | 11010 | 100010 | 1000011 | 101101 |
Color Harmonies of #BD7B26
Complementary color
Monochromatic Colors of #BD7B26
Black with #BD7B26
Text Example
Text Example
White with #BD7B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B26; }
p { color: rgb(189,123,38); }
H1.HeaderClassName
{
color: #BD7B26;
}
.AnyTagClassName
{
color: #BD7B26;
}
</style>
background-color css
<style>
a { background-color: #BD7B26; }
a { background-color: rgb(189,123,38); }
div.DivClassName
{
background-color: #BD7B26;
}
.BgClassName
{
background-color: #BD7B26;
}
</style>
border-color css
<style>
span { border-color: #BD7B26; }
span { border-color: rgb(189,123,38); }
td.TdClassName
{
border-color: #BD7B26;
}
.TagClassName
{
border-color: #BD7B26;
}
</style>