Shades of Pirate Gold #B7690F
Tints of Pirate Gold #B7690F
RGB
CMYK
RGB Variations
Color information
#B7690F (or 0xB7690F) is known color: Pirate Gold. HEX triplet: B7, 69 and 0F. RGB value is (183,105,15). Sum of RGB (Red+Green+Blue) = 183+105+15=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B7690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7690F is #4896F0. Grayscale: #767676. Windows color (decimal): -4757233 or 1010103. OLE color: 1010103.
HSL color Cylindrical-coordinate representation of color #B7690F: hue angle of 32.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7690F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 15 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.28 |
| HSL | 32.14º | 0.85% | 0.39% | - |
| HSV(B) | 32.14º | 0.92% | 0.72% | - |
| XYZ | 24.67 | 20.2 | 3.05 | - |
| YUV | 118.06 | 69.84 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 15 | 0 | 0.43 | 0.92 | 0.28 | 32.14 | 0.85 | 0.39 |
| Hex | B7 | 69 | F | 0 | 2B | 5C | 1C | 20 | 55 | 27 |
| Octal | 267 | 151 | 17 | 0 | 53 | 134 | 34 | 40 | 125 | 47 |
| Binary | 10110111 | 1101001 | 1111 | 0 | 101011 | 1011100 | 11100 | 100000 | 1010101 | 100111 |
Color Harmonies of #B7690F
Complementary color
Monochromatic Colors of #B7690F
Black with #B7690F
Text Example
Text Example
White with #B7690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7690F; }
p { color: rgb(183,105,15); }
H1.HeaderClassName
{
color: #B7690F;
}
.AnyTagClassName
{
color: #B7690F;
}
</style>
background-color css
<style>
a { background-color: #B7690F; }
a { background-color: rgb(183,105,15); }
div.DivClassName
{
background-color: #B7690F;
}
.BgClassName
{
background-color: #B7690F;
}
</style>
border-color css
<style>
span { border-color: #B7690F; }
span { border-color: rgb(183,105,15); }
td.TdClassName
{
border-color: #B7690F;
}
.TagClassName
{
border-color: #B7690F;
}
</style>