Shades of Pirate Gold #BD7D1B
Tints of Pirate Gold #BD7D1B
RGB
CMYK
RGB Variations
Color information
#BD7D1B (or 0xBD7D1B) is known color: Pirate Gold. HEX triplet: BD, 7D and 1B. RGB value is (189,125,27). Sum of RGB (Red+Green+Blue) = 189+125+27=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D1B is #4282E4. Grayscale: #858585. Windows color (decimal): -4358885 or 1801661. OLE color: 1801661.
HSL color Cylindrical-coordinate representation of color #BD7D1B: hue angle of 36.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD7D1B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.26 |
| HSL | 36.3º | 0.75% | 0.42% | - |
| HSV(B) | 36.3º | 0.86% | 0.74% | - |
| XYZ | 28.52 | 25.57 | 4.47 | - |
| YUV | 132.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 27 | 0 | 0.34 | 0.86 | 0.26 | 36.3 | 0.75 | 0.42 |
| Hex | BD | 7D | 1B | 0 | 22 | 56 | 1A | 24 | 4B | 2A |
| Octal | 275 | 175 | 33 | 0 | 42 | 126 | 32 | 44 | 113 | 52 |
| Binary | 10111101 | 1111101 | 11011 | 0 | 100010 | 1010110 | 11010 | 100100 | 1001011 | 101010 |
Color Harmonies of #BD7D1B
Complementary color
Monochromatic Colors of #BD7D1B
Black with #BD7D1B
Text Example
Text Example
White with #BD7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D1B; }
p { color: rgb(189,125,27); }
H1.HeaderClassName
{
color: #BD7D1B;
}
.AnyTagClassName
{
color: #BD7D1B;
}
</style>
background-color css
<style>
a { background-color: #BD7D1B; }
a { background-color: rgb(189,125,27); }
div.DivClassName
{
background-color: #BD7D1B;
}
.BgClassName
{
background-color: #BD7D1B;
}
</style>
border-color css
<style>
span { border-color: #BD7D1B; }
span { border-color: rgb(189,125,27); }
td.TdClassName
{
border-color: #BD7D1B;
}
.TagClassName
{
border-color: #BD7D1B;
}
</style>