Shades of Pirate Gold #B97D23
Tints of Pirate Gold #B97D23
RGB
CMYK
RGB Variations
Color information
#B97D23 (or 0xB97D23) is known color: Pirate Gold. HEX triplet: B9, 7D and 23. RGB value is (185,125,35). Sum of RGB (Red+Green+Blue) = 185+125+35=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D23 is #4682DC. Grayscale: #858585. Windows color (decimal): -4621021 or 2325945. OLE color: 2325945.
HSL color Cylindrical-coordinate representation of color #B97D23: hue angle of 36º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B97D23 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 35 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.27 |
| HSL | 36º | 0.68% | 0.43% | - |
| HSV(B) | 36º | 0.81% | 0.73% | - |
| XYZ | 27.64 | 25.1 | 4.98 | - |
| YUV | 132.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 35 | 0 | 0.32 | 0.81 | 0.27 | 36 | 0.68 | 0.43 |
| Hex | B9 | 7D | 23 | 0 | 20 | 51 | 1B | 24 | 44 | 2B |
| Octal | 271 | 175 | 43 | 0 | 40 | 121 | 33 | 44 | 104 | 53 |
| Binary | 10111001 | 1111101 | 100011 | 0 | 100000 | 1010001 | 11011 | 100100 | 1000100 | 101011 |
Color Harmonies of #B97D23
Complementary color
Monochromatic Colors of #B97D23
Black with #B97D23
Text Example
Text Example
White with #B97D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D23; }
p { color: rgb(185,125,35); }
H1.HeaderClassName
{
color: #B97D23;
}
.AnyTagClassName
{
color: #B97D23;
}
</style>
background-color css
<style>
a { background-color: #B97D23; }
a { background-color: rgb(185,125,35); }
div.DivClassName
{
background-color: #B97D23;
}
.BgClassName
{
background-color: #B97D23;
}
</style>
border-color css
<style>
span { border-color: #B97D23; }
span { border-color: rgb(185,125,35); }
td.TdClassName
{
border-color: #B97D23;
}
.TagClassName
{
border-color: #B97D23;
}
</style>