Shades of Pirate Gold #B1691E
Tints of Pirate Gold #B1691E
RGB
CMYK
RGB Variations
Color information
#B1691E (or 0xB1691E) is known color: Pirate Gold. HEX triplet: B1, 69 and 1E. RGB value is (177,105,30). Sum of RGB (Red+Green+Blue) = 177+105+30=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B1691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1691E is #4E96E1. Grayscale: #767676. Windows color (decimal): -5150434 or 1993137. OLE color: 1993137.
HSL color Cylindrical-coordinate representation of color #B1691E: hue angle of 30.61º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1691E is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 30 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.31 |
| HSL | 30.61º | 0.71% | 0.41% | - |
| HSV(B) | 30.61º | 0.83% | 0.69% | - |
| XYZ | 23.42 | 19.54 | 3.77 | - |
| YUV | 117.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 30 | 0 | 0.41 | 0.83 | 0.31 | 30.61 | 0.71 | 0.41 |
| Hex | B1 | 69 | 1E | 0 | 29 | 53 | 1F | 1F | 47 | 29 |
| Octal | 261 | 151 | 36 | 0 | 51 | 123 | 37 | 37 | 107 | 51 |
| Binary | 10110001 | 1101001 | 11110 | 0 | 101001 | 1010011 | 11111 | 11111 | 1000111 | 101001 |
Color Harmonies of #B1691E
Complementary color
Monochromatic Colors of #B1691E
Black with #B1691E
Text Example
Text Example
White with #B1691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1691E; }
p { color: rgb(177,105,30); }
H1.HeaderClassName
{
color: #B1691E;
}
.AnyTagClassName
{
color: #B1691E;
}
</style>
background-color css
<style>
a { background-color: #B1691E; }
a { background-color: rgb(177,105,30); }
div.DivClassName
{
background-color: #B1691E;
}
.BgClassName
{
background-color: #B1691E;
}
</style>
border-color css
<style>
span { border-color: #B1691E; }
span { border-color: rgb(177,105,30); }
td.TdClassName
{
border-color: #B1691E;
}
.TagClassName
{
border-color: #B1691E;
}
</style>