Shades of Pirate Gold #BD7B23
Tints of Pirate Gold #BD7B23
RGB
CMYK
RGB Variations
Color information
#BD7B23 (or 0xBD7B23) is known color: Pirate Gold. HEX triplet: BD, 7B and 23. RGB value is (189,123,35). Sum of RGB (Red+Green+Blue) = 189+123+35=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B23 is #4284DC. Grayscale: #858585. Windows color (decimal): -4359389 or 2325437. OLE color: 2325437.
HSL color Cylindrical-coordinate representation of color #BD7B23: hue angle of 34.29º 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 #BD7B23 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 35 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.26 |
| HSL | 34.29º | 0.69% | 0.44% | - |
| HSV(B) | 34.29º | 0.81% | 0.74% | - |
| XYZ | 28.37 | 25.11 | 4.94 | - |
| YUV | 132.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 35 | 0 | 0.35 | 0.81 | 0.26 | 34.29 | 0.69 | 0.44 |
| Hex | BD | 7B | 23 | 0 | 23 | 51 | 1A | 22 | 45 | 2C |
| Octal | 275 | 173 | 43 | 0 | 43 | 121 | 32 | 42 | 105 | 54 |
| Binary | 10111101 | 1111011 | 100011 | 0 | 100011 | 1010001 | 11010 | 100010 | 1000101 | 101100 |
Color Harmonies of #BD7B23
Complementary color
Monochromatic Colors of #BD7B23
Black with #BD7B23
Text Example
Text Example
White with #BD7B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B23; }
p { color: rgb(189,123,35); }
H1.HeaderClassName
{
color: #BD7B23;
}
.AnyTagClassName
{
color: #BD7B23;
}
</style>
background-color css
<style>
a { background-color: #BD7B23; }
a { background-color: rgb(189,123,35); }
div.DivClassName
{
background-color: #BD7B23;
}
.BgClassName
{
background-color: #BD7B23;
}
</style>
border-color css
<style>
span { border-color: #BD7B23; }
span { border-color: rgb(189,123,35); }
td.TdClassName
{
border-color: #BD7B23;
}
.TagClassName
{
border-color: #BD7B23;
}
</style>