Shades of Pirate Gold #B77E1C
Tints of Pirate Gold #B77E1C
RGB
CMYK
RGB Variations
Color information
#B77E1C (or 0xB77E1C) is known color: Pirate Gold. HEX triplet: B7, 7E and 1C. RGB value is (183,126,28). Sum of RGB (Red+Green+Blue) = 183+126+28=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E1C is #4881E3. Grayscale: #848484. Windows color (decimal): -4751844 or 1867447. OLE color: 1867447.
HSL color Cylindrical-coordinate representation of color #B77E1C: hue angle of 37.94º 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 #B77E1C is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 28 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.28 |
| HSL | 37.94º | 0.73% | 0.41% | - |
| HSV(B) | 37.94º | 0.85% | 0.72% | - |
| XYZ | 27.2 | 25.07 | 4.5 | - |
| YUV | 131.87 | 69.38 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 28 | 0 | 0.31 | 0.85 | 0.28 | 37.94 | 0.73 | 0.41 |
| Hex | B7 | 7E | 1C | 0 | 1F | 55 | 1C | 26 | 49 | 29 |
| Octal | 267 | 176 | 34 | 0 | 37 | 125 | 34 | 46 | 111 | 51 |
| Binary | 10110111 | 1111110 | 11100 | 0 | 11111 | 1010101 | 11100 | 100110 | 1001001 | 101001 |
Color Harmonies of #B77E1C
Complementary color
Monochromatic Colors of #B77E1C
Black with #B77E1C
Text Example
Text Example
White with #B77E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E1C; }
p { color: rgb(183,126,28); }
H1.HeaderClassName
{
color: #B77E1C;
}
.AnyTagClassName
{
color: #B77E1C;
}
</style>
background-color css
<style>
a { background-color: #B77E1C; }
a { background-color: rgb(183,126,28); }
div.DivClassName
{
background-color: #B77E1C;
}
.BgClassName
{
background-color: #B77E1C;
}
</style>
border-color css
<style>
span { border-color: #B77E1C; }
span { border-color: rgb(183,126,28); }
td.TdClassName
{
border-color: #B77E1C;
}
.TagClassName
{
border-color: #B77E1C;
}
</style>