Shades of Pirate Gold #B76F1D
Tints of Pirate Gold #B76F1D
RGB
CMYK
RGB Variations
Color information
#B76F1D (or 0xB76F1D) is known color: Pirate Gold. HEX triplet: B7, 6F and 1D. RGB value is (183,111,29). Sum of RGB (Red+Green+Blue) = 183+111+29=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F1D is #4890E2. Grayscale: #7B7B7B. Windows color (decimal): -4755683 or 1929143. OLE color: 1929143.
HSL color Cylindrical-coordinate representation of color #B76F1D: hue angle of 31.95º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B76F1D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 29 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.28 |
| HSL | 31.95º | 0.73% | 0.42% | - |
| HSV(B) | 31.95º | 0.84% | 0.72% | - |
| XYZ | 25.43 | 21.52 | 3.98 | - |
| YUV | 123.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 29 | 0 | 0.39 | 0.84 | 0.28 | 31.95 | 0.73 | 0.42 |
| Hex | B7 | 6F | 1D | 0 | 27 | 54 | 1C | 20 | 49 | 2A |
| Octal | 267 | 157 | 35 | 0 | 47 | 124 | 34 | 40 | 111 | 52 |
| Binary | 10110111 | 1101111 | 11101 | 0 | 100111 | 1010100 | 11100 | 100000 | 1001001 | 101010 |
Color Harmonies of #B76F1D
Complementary color
Monochromatic Colors of #B76F1D
Black with #B76F1D
Text Example
Text Example
White with #B76F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F1D; }
p { color: rgb(183,111,29); }
H1.HeaderClassName
{
color: #B76F1D;
}
.AnyTagClassName
{
color: #B76F1D;
}
</style>
background-color css
<style>
a { background-color: #B76F1D; }
a { background-color: rgb(183,111,29); }
div.DivClassName
{
background-color: #B76F1D;
}
.BgClassName
{
background-color: #B76F1D;
}
</style>
border-color css
<style>
span { border-color: #B76F1D; }
span { border-color: rgb(183,111,29); }
td.TdClassName
{
border-color: #B76F1D;
}
.TagClassName
{
border-color: #B76F1D;
}
</style>