Shades of Pirate Gold #BD811C
Tints of Pirate Gold #BD811C
RGB
CMYK
RGB Variations
Color information
#BD811C (or 0xBD811C) is known color: Pirate Gold. HEX triplet: BD, 81 and 1C. RGB value is (189,129,28). Sum of RGB (Red+Green+Blue) = 189+129+28=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD811C is #427EE3. Grayscale: #878787. Windows color (decimal): -4357860 or 1868221. OLE color: 1868221.
HSL color Cylindrical-coordinate representation of color #BD811C: hue angle of 37.64º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD811C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 28 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.26 |
| HSL | 37.64º | 0.74% | 0.43% | - |
| HSV(B) | 37.64º | 0.85% | 0.74% | - |
| XYZ | 29.05 | 26.6 | 4.7 | - |
| YUV | 135.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 28 | 0 | 0.32 | 0.85 | 0.26 | 37.64 | 0.74 | 0.43 |
| Hex | BD | 81 | 1C | 0 | 20 | 55 | 1A | 26 | 4A | 2B |
| Octal | 275 | 201 | 34 | 0 | 40 | 125 | 32 | 46 | 112 | 53 |
| Binary | 10111101 | 10000001 | 11100 | 0 | 100000 | 1010101 | 11010 | 100110 | 1001010 | 101011 |
Color Harmonies of #BD811C
Complementary color
Monochromatic Colors of #BD811C
Black with #BD811C
Text Example
Text Example
White with #BD811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD811C; }
p { color: rgb(189,129,28); }
H1.HeaderClassName
{
color: #BD811C;
}
.AnyTagClassName
{
color: #BD811C;
}
</style>
background-color css
<style>
a { background-color: #BD811C; }
a { background-color: rgb(189,129,28); }
div.DivClassName
{
background-color: #BD811C;
}
.BgClassName
{
background-color: #BD811C;
}
</style>
border-color css
<style>
span { border-color: #BD811C; }
span { border-color: rgb(189,129,28); }
td.TdClassName
{
border-color: #BD811C;
}
.TagClassName
{
border-color: #BD811C;
}
</style>