Shades of Pirate Gold #B7731A
Tints of Pirate Gold #B7731A
RGB
CMYK
RGB Variations
Color information
#B7731A (or 0xB7731A) is known color: Pirate Gold. HEX triplet: B7, 73 and 1A. RGB value is (183,115,26). Sum of RGB (Red+Green+Blue) = 183+115+26=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7731A is #488CE5. Grayscale: #7D7D7D. Windows color (decimal): -4754662 or 1733559. OLE color: 1733559.
HSL color Cylindrical-coordinate representation of color #B7731A: hue angle of 34.01º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7731A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 26 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.28 |
| HSL | 34.01º | 0.75% | 0.41% | - |
| HSV(B) | 34.01º | 0.86% | 0.72% | - |
| XYZ | 25.85 | 22.4 | 3.94 | - |
| YUV | 125.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 26 | 0 | 0.37 | 0.86 | 0.28 | 34.01 | 0.75 | 0.41 |
| Hex | B7 | 73 | 1A | 0 | 25 | 56 | 1C | 22 | 4B | 29 |
| Octal | 267 | 163 | 32 | 0 | 45 | 126 | 34 | 42 | 113 | 51 |
| Binary | 10110111 | 1110011 | 11010 | 0 | 100101 | 1010110 | 11100 | 100010 | 1001011 | 101001 |
Color Harmonies of #B7731A
Complementary color
Monochromatic Colors of #B7731A
Black with #B7731A
Text Example
Text Example
White with #B7731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7731A; }
p { color: rgb(183,115,26); }
H1.HeaderClassName
{
color: #B7731A;
}
.AnyTagClassName
{
color: #B7731A;
}
</style>
background-color css
<style>
a { background-color: #B7731A; }
a { background-color: rgb(183,115,26); }
div.DivClassName
{
background-color: #B7731A;
}
.BgClassName
{
background-color: #B7731A;
}
</style>
border-color css
<style>
span { border-color: #B7731A; }
span { border-color: rgb(183,115,26); }
td.TdClassName
{
border-color: #B7731A;
}
.TagClassName
{
border-color: #B7731A;
}
</style>