Shades of Pirate Gold #B7731C
Tints of Pirate Gold #B7731C
RGB
CMYK
RGB Variations
Color information
#B7731C (or 0xB7731C) is known color: Pirate Gold. HEX triplet: B7, 73 and 1C. RGB value is (183,115,28). Sum of RGB (Red+Green+Blue) = 183+115+28=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7731C is #488CE3. Grayscale: #7D7D7D. Windows color (decimal): -4754660 or 1864631. OLE color: 1864631.
HSL color Cylindrical-coordinate representation of color #B7731C: hue angle of 33.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7731C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 28 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.28 |
| HSL | 33.68º | 0.73% | 0.41% | - |
| HSV(B) | 33.68º | 0.85% | 0.72% | - |
| XYZ | 25.87 | 22.41 | 4.06 | - |
| YUV | 125.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 28 | 0 | 0.37 | 0.85 | 0.28 | 33.68 | 0.73 | 0.41 |
| Hex | B7 | 73 | 1C | 0 | 25 | 55 | 1C | 22 | 49 | 29 |
| Octal | 267 | 163 | 34 | 0 | 45 | 125 | 34 | 42 | 111 | 51 |
| Binary | 10110111 | 1110011 | 11100 | 0 | 100101 | 1010101 | 11100 | 100010 | 1001001 | 101001 |
Color Harmonies of #B7731C
Complementary color
Monochromatic Colors of #B7731C
Black with #B7731C
Text Example
Text Example
White with #B7731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7731C; }
p { color: rgb(183,115,28); }
H1.HeaderClassName
{
color: #B7731C;
}
.AnyTagClassName
{
color: #B7731C;
}
</style>
background-color css
<style>
a { background-color: #B7731C; }
a { background-color: rgb(183,115,28); }
div.DivClassName
{
background-color: #B7731C;
}
.BgClassName
{
background-color: #B7731C;
}
</style>
border-color css
<style>
span { border-color: #B7731C; }
span { border-color: rgb(183,115,28); }
td.TdClassName
{
border-color: #B7731C;
}
.TagClassName
{
border-color: #B7731C;
}
</style>