Shades of Pirate Gold #BD701C
Tints of Pirate Gold #BD701C
RGB
CMYK
RGB Variations
Color information
#BD701C (or 0xBD701C) is known color: Pirate Gold. HEX triplet: BD, 70 and 1C. RGB value is (189,112,28). Sum of RGB (Red+Green+Blue) = 189+112+28=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD701C is #428FE3. Grayscale: #7D7D7D. Windows color (decimal): -4362212 or 1863869. OLE color: 1863869.
HSL color Cylindrical-coordinate representation of color #BD701C: hue angle of 31.3º 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 #BD701C is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 28 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.26 |
| HSL | 31.3º | 0.74% | 0.43% | - |
| HSV(B) | 31.3º | 0.85% | 0.74% | - |
| XYZ | 26.99 | 22.49 | 4.02 | - |
| YUV | 125.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 28 | 0 | 0.41 | 0.85 | 0.26 | 31.3 | 0.74 | 0.43 |
| Hex | BD | 70 | 1C | 0 | 29 | 55 | 1A | 1F | 4A | 2B |
| Octal | 275 | 160 | 34 | 0 | 51 | 125 | 32 | 37 | 112 | 53 |
| Binary | 10111101 | 1110000 | 11100 | 0 | 101001 | 1010101 | 11010 | 11111 | 1001010 | 101011 |
Color Harmonies of #BD701C
Complementary color
Monochromatic Colors of #BD701C
Black with #BD701C
Text Example
Text Example
White with #BD701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD701C; }
p { color: rgb(189,112,28); }
H1.HeaderClassName
{
color: #BD701C;
}
.AnyTagClassName
{
color: #BD701C;
}
</style>
background-color css
<style>
a { background-color: #BD701C; }
a { background-color: rgb(189,112,28); }
div.DivClassName
{
background-color: #BD701C;
}
.BgClassName
{
background-color: #BD701C;
}
</style>
border-color css
<style>
span { border-color: #BD701C; }
span { border-color: rgb(189,112,28); }
td.TdClassName
{
border-color: #BD701C;
}
.TagClassName
{
border-color: #BD701C;
}
</style>