Shades of Pirate Gold #BD6C22
Tints of Pirate Gold #BD6C22
RGB
CMYK
RGB Variations
Color information
#BD6C22 (or 0xBD6C22) is known color: Pirate Gold. HEX triplet: BD, 6C and 22. RGB value is (189,108,34). Sum of RGB (Red+Green+Blue) = 189+108+34=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C22 is #4293DD. Grayscale: #7C7C7C. Windows color (decimal): -4363230 or 2256061. OLE color: 2256061.
HSL color Cylindrical-coordinate representation of color #BD6C22: hue angle of 28.65º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD6C22 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 34 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.26 |
| HSL | 28.65º | 0.7% | 0.44% | - |
| HSV(B) | 28.65º | 0.82% | 0.74% | - |
| XYZ | 26.64 | 21.66 | 4.29 | - |
| YUV | 123.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 34 | 0 | 0.43 | 0.82 | 0.26 | 28.65 | 0.7 | 0.44 |
| Hex | BD | 6C | 22 | 0 | 2B | 52 | 1A | 1D | 46 | 2C |
| Octal | 275 | 154 | 42 | 0 | 53 | 122 | 32 | 35 | 106 | 54 |
| Binary | 10111101 | 1101100 | 100010 | 0 | 101011 | 1010010 | 11010 | 11101 | 1000110 | 101100 |
Color Harmonies of #BD6C22
Complementary color
Monochromatic Colors of #BD6C22
Black with #BD6C22
Text Example
Text Example
White with #BD6C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C22; }
p { color: rgb(189,108,34); }
H1.HeaderClassName
{
color: #BD6C22;
}
.AnyTagClassName
{
color: #BD6C22;
}
</style>
background-color css
<style>
a { background-color: #BD6C22; }
a { background-color: rgb(189,108,34); }
div.DivClassName
{
background-color: #BD6C22;
}
.BgClassName
{
background-color: #BD6C22;
}
</style>
border-color css
<style>
span { border-color: #BD6C22; }
span { border-color: rgb(189,108,34); }
td.TdClassName
{
border-color: #BD6C22;
}
.TagClassName
{
border-color: #BD6C22;
}
</style>