Shades of Pirate Gold #BD6C23
Tints of Pirate Gold #BD6C23
RGB
CMYK
RGB Variations
Color information
#BD6C23 (or 0xBD6C23) is known color: Pirate Gold. HEX triplet: BD, 6C and 23. RGB value is (189,108,35). Sum of RGB (Red+Green+Blue) = 189+108+35=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C23 is #4293DC. Grayscale: #7C7C7C. Windows color (decimal): -4363229 or 2321597. OLE color: 2321597.
HSL color Cylindrical-coordinate representation of color #BD6C23: hue angle of 28.44º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD6C23 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 35 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.26 |
| HSL | 28.44º | 0.69% | 0.44% | - |
| HSV(B) | 28.44º | 0.81% | 0.74% | - |
| XYZ | 26.65 | 21.67 | 4.37 | - |
| YUV | 123.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 35 | 0 | 0.43 | 0.81 | 0.26 | 28.44 | 0.69 | 0.44 |
| Hex | BD | 6C | 23 | 0 | 2B | 51 | 1A | 1C | 45 | 2C |
| Octal | 275 | 154 | 43 | 0 | 53 | 121 | 32 | 34 | 105 | 54 |
| Binary | 10111101 | 1101100 | 100011 | 0 | 101011 | 1010001 | 11010 | 11100 | 1000101 | 101100 |
Color Harmonies of #BD6C23
Complementary color
Monochromatic Colors of #BD6C23
Black with #BD6C23
Text Example
Text Example
White with #BD6C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C23; }
p { color: rgb(189,108,35); }
H1.HeaderClassName
{
color: #BD6C23;
}
.AnyTagClassName
{
color: #BD6C23;
}
</style>
background-color css
<style>
a { background-color: #BD6C23; }
a { background-color: rgb(189,108,35); }
div.DivClassName
{
background-color: #BD6C23;
}
.BgClassName
{
background-color: #BD6C23;
}
</style>
border-color css
<style>
span { border-color: #BD6C23; }
span { border-color: rgb(189,108,35); }
td.TdClassName
{
border-color: #BD6C23;
}
.TagClassName
{
border-color: #BD6C23;
}
</style>