Shades of Pirate Gold #BD801C
Tints of Pirate Gold #BD801C
RGB
CMYK
RGB Variations
Color information
#BD801C (or 0xBD801C) is known color: Pirate Gold. HEX triplet: BD, 80 and 1C. RGB value is (189,128,28). Sum of RGB (Red+Green+Blue) = 189+128+28=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD801C is #427FE3. Grayscale: #878787. Windows color (decimal): -4358116 or 1867965. OLE color: 1867965.
HSL color Cylindrical-coordinate representation of color #BD801C: hue angle of 37.27º 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 #BD801C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 28 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.26 |
| HSL | 37.27º | 0.74% | 0.43% | - |
| HSV(B) | 37.27º | 0.85% | 0.74% | - |
| XYZ | 28.92 | 26.34 | 4.66 | - |
| YUV | 134.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 28 | 0 | 0.32 | 0.85 | 0.26 | 37.27 | 0.74 | 0.43 |
| Hex | BD | 80 | 1C | 0 | 20 | 55 | 1A | 25 | 4A | 2B |
| Octal | 275 | 200 | 34 | 0 | 40 | 125 | 32 | 45 | 112 | 53 |
| Binary | 10111101 | 10000000 | 11100 | 0 | 100000 | 1010101 | 11010 | 100101 | 1001010 | 101011 |
Color Harmonies of #BD801C
Complementary color
Monochromatic Colors of #BD801C
Black with #BD801C
Text Example
Text Example
White with #BD801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD801C; }
p { color: rgb(189,128,28); }
H1.HeaderClassName
{
color: #BD801C;
}
.AnyTagClassName
{
color: #BD801C;
}
</style>
background-color css
<style>
a { background-color: #BD801C; }
a { background-color: rgb(189,128,28); }
div.DivClassName
{
background-color: #BD801C;
}
.BgClassName
{
background-color: #BD801C;
}
</style>
border-color css
<style>
span { border-color: #BD801C; }
span { border-color: rgb(189,128,28); }
td.TdClassName
{
border-color: #BD801C;
}
.TagClassName
{
border-color: #BD801C;
}
</style>