Shades of Pirate Gold #BD7A1B
Tints of Pirate Gold #BD7A1B
RGB
CMYK
RGB Variations
Color information
#BD7A1B (or 0xBD7A1B) is known color: Pirate Gold. HEX triplet: BD, 7A and 1B. RGB value is (189,122,27). Sum of RGB (Red+Green+Blue) = 189+122+27=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A1B is #4285E4. Grayscale: #838383. Windows color (decimal): -4359653 or 1800893. OLE color: 1800893.
HSL color Cylindrical-coordinate representation of color #BD7A1B: hue angle of 35.19º 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 #BD7A1B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 27 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.26 |
| HSL | 35.19º | 0.75% | 0.42% | - |
| HSV(B) | 35.19º | 0.86% | 0.74% | - |
| XYZ | 28.14 | 24.82 | 4.34 | - |
| YUV | 131.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 27 | 0 | 0.35 | 0.86 | 0.26 | 35.19 | 0.75 | 0.42 |
| Hex | BD | 7A | 1B | 0 | 23 | 56 | 1A | 23 | 4B | 2A |
| Octal | 275 | 172 | 33 | 0 | 43 | 126 | 32 | 43 | 113 | 52 |
| Binary | 10111101 | 1111010 | 11011 | 0 | 100011 | 1010110 | 11010 | 100011 | 1001011 | 101010 |
Color Harmonies of #BD7A1B
Complementary color
Monochromatic Colors of #BD7A1B
Black with #BD7A1B
Text Example
Text Example
White with #BD7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A1B; }
p { color: rgb(189,122,27); }
H1.HeaderClassName
{
color: #BD7A1B;
}
.AnyTagClassName
{
color: #BD7A1B;
}
</style>
background-color css
<style>
a { background-color: #BD7A1B; }
a { background-color: rgb(189,122,27); }
div.DivClassName
{
background-color: #BD7A1B;
}
.BgClassName
{
background-color: #BD7A1B;
}
</style>
border-color css
<style>
span { border-color: #BD7A1B; }
span { border-color: rgb(189,122,27); }
td.TdClassName
{
border-color: #BD7A1B;
}
.TagClassName
{
border-color: #BD7A1B;
}
</style>