Shades of Pirate Gold #B1691B
Tints of Pirate Gold #B1691B
RGB
CMYK
RGB Variations
Color information
#B1691B (or 0xB1691B) is known color: Pirate Gold. HEX triplet: B1, 69 and 1B. RGB value is (177,105,27). Sum of RGB (Red+Green+Blue) = 177+105+27=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1691B is #4E96E4. Grayscale: #767676. Windows color (decimal): -5150437 or 1796529. OLE color: 1796529.
HSL color Cylindrical-coordinate representation of color #B1691B: hue angle of 31.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1691B is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 27 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.31 |
| HSL | 31.2º | 0.74% | 0.4% | - |
| HSV(B) | 31.2º | 0.85% | 0.69% | - |
| XYZ | 23.38 | 19.53 | 3.57 | - |
| YUV | 117.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 27 | 0 | 0.41 | 0.85 | 0.31 | 31.2 | 0.74 | 0.4 |
| Hex | B1 | 69 | 1B | 0 | 29 | 55 | 1F | 1F | 4A | 28 |
| Octal | 261 | 151 | 33 | 0 | 51 | 125 | 37 | 37 | 112 | 50 |
| Binary | 10110001 | 1101001 | 11011 | 0 | 101001 | 1010101 | 11111 | 11111 | 1001010 | 101000 |
Color Harmonies of #B1691B
Complementary color
Monochromatic Colors of #B1691B
Black with #B1691B
Text Example
Text Example
White with #B1691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1691B; }
p { color: rgb(177,105,27); }
H1.HeaderClassName
{
color: #B1691B;
}
.AnyTagClassName
{
color: #B1691B;
}
</style>
background-color css
<style>
a { background-color: #B1691B; }
a { background-color: rgb(177,105,27); }
div.DivClassName
{
background-color: #B1691B;
}
.BgClassName
{
background-color: #B1691B;
}
</style>
border-color css
<style>
span { border-color: #B1691B; }
span { border-color: rgb(177,105,27); }
td.TdClassName
{
border-color: #B1691B;
}
.TagClassName
{
border-color: #B1691B;
}
</style>