Shades of Pirate Gold #B86F1B
Tints of Pirate Gold #B86F1B
RGB
CMYK
RGB Variations
Color information
#B86F1B (or 0xB86F1B) is known color: Pirate Gold. HEX triplet: B8, 6F and 1B. RGB value is (184,111,27). Sum of RGB (Red+Green+Blue) = 184+111+27=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86F1B is #4790E4. Grayscale: #7B7B7B. Windows color (decimal): -4690149 or 1798072. OLE color: 1798072.
HSL color Cylindrical-coordinate representation of color #B86F1B: hue angle of 32.1º degrees, saturation: 0.74, 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 #B86F1B is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 27 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.28 |
| HSL | 32.1º | 0.74% | 0.41% | - |
| HSV(B) | 32.1º | 0.85% | 0.72% | - |
| XYZ | 25.65 | 21.64 | 3.86 | - |
| YUV | 123.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 27 | 0 | 0.40 | 0.85 | 0.28 | 32.1 | 0.74 | 0.41 |
| Hex | B8 | 6F | 1B | 0 | 28 | 55 | 1C | 20 | 4A | 29 |
| Octal | 270 | 157 | 33 | 0 | 50 | 125 | 34 | 40 | 112 | 51 |
| Binary | 10111000 | 1101111 | 11011 | 0 | 101000 | 1010101 | 11100 | 100000 | 1001010 | 101001 |
Color Harmonies of #B86F1B
Complementary color
Monochromatic Colors of #B86F1B
Black with #B86F1B
Text Example
Text Example
White with #B86F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F1B; }
p { color: rgb(184,111,27); }
H1.HeaderClassName
{
color: #B86F1B;
}
.AnyTagClassName
{
color: #B86F1B;
}
</style>
background-color css
<style>
a { background-color: #B86F1B; }
a { background-color: rgb(184,111,27); }
div.DivClassName
{
background-color: #B86F1B;
}
.BgClassName
{
background-color: #B86F1B;
}
</style>
border-color css
<style>
span { border-color: #B86F1B; }
span { border-color: rgb(184,111,27); }
td.TdClassName
{
border-color: #B86F1B;
}
.TagClassName
{
border-color: #B86F1B;
}
</style>