Shades of Pirate Gold #B37023
Tints of Pirate Gold #B37023
RGB
CMYK
RGB Variations
Color information
#B37023 (or 0xB37023) is known color: Pirate Gold. HEX triplet: B3, 70 and 23. RGB value is (179,112,35). Sum of RGB (Red+Green+Blue) = 179+112+35=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B37023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37023 is #4C8FDC. Grayscale: #7B7B7B. Windows color (decimal): -5017565 or 2322611. OLE color: 2322611.
HSL color Cylindrical-coordinate representation of color #B37023: hue angle of 32.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B37023 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 35 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.30 |
| HSL | 32.08º | 0.67% | 0.42% | - |
| HSV(B) | 32.08º | 0.8% | 0.7% | - |
| XYZ | 24.69 | 21.29 | 4.4 | - |
| YUV | 123.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 35 | 0 | 0.37 | 0.80 | 0.30 | 32.08 | 0.67 | 0.42 |
| Hex | B3 | 70 | 23 | 0 | 25 | 50 | 1E | 20 | 43 | 2A |
| Octal | 263 | 160 | 43 | 0 | 45 | 120 | 36 | 40 | 103 | 52 |
| Binary | 10110011 | 1110000 | 100011 | 0 | 100101 | 1010000 | 11110 | 100000 | 1000011 | 101010 |
Color Harmonies of #B37023
Complementary color
Monochromatic Colors of #B37023
Black with #B37023
Text Example
Text Example
White with #B37023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37023; }
p { color: rgb(179,112,35); }
H1.HeaderClassName
{
color: #B37023;
}
.AnyTagClassName
{
color: #B37023;
}
</style>
background-color css
<style>
a { background-color: #B37023; }
a { background-color: rgb(179,112,35); }
div.DivClassName
{
background-color: #B37023;
}
.BgClassName
{
background-color: #B37023;
}
</style>
border-color css
<style>
span { border-color: #B37023; }
span { border-color: rgb(179,112,35); }
td.TdClassName
{
border-color: #B37023;
}
.TagClassName
{
border-color: #B37023;
}
</style>