Shades of Pirate Gold #B06F16
Tints of Pirate Gold #B06F16
RGB
CMYK
RGB Variations
Color information
#B06F16 (or 0xB06F16) is known color: Pirate Gold. HEX triplet: B0, 6F and 16. RGB value is (176,111,22). Sum of RGB (Red+Green+Blue) = 176+111+22=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F16 is #4F90E9. Grayscale: #787878. Windows color (decimal): -5214442 or 1470384. OLE color: 1470384.
HSL color Cylindrical-coordinate representation of color #B06F16: hue angle of 34.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B06F16 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 22 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.31 |
| HSL | 34.68º | 0.78% | 0.39% | - |
| HSV(B) | 34.68º | 0.88% | 0.69% | - |
| XYZ | 23.73 | 20.66 | 3.5 | - |
| YUV | 120.29 | 72.53 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 22 | 0 | 0.37 | 0.88 | 0.31 | 34.68 | 0.78 | 0.39 |
| Hex | B0 | 6F | 16 | 0 | 25 | 58 | 1F | 23 | 4E | 27 |
| Octal | 260 | 157 | 26 | 0 | 45 | 130 | 37 | 43 | 116 | 47 |
| Binary | 10110000 | 1101111 | 10110 | 0 | 100101 | 1011000 | 11111 | 100011 | 1001110 | 100111 |
Color Harmonies of #B06F16
Complementary color
Monochromatic Colors of #B06F16
Black with #B06F16
Text Example
Text Example
White with #B06F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F16; }
p { color: rgb(176,111,22); }
H1.HeaderClassName
{
color: #B06F16;
}
.AnyTagClassName
{
color: #B06F16;
}
</style>
background-color css
<style>
a { background-color: #B06F16; }
a { background-color: rgb(176,111,22); }
div.DivClassName
{
background-color: #B06F16;
}
.BgClassName
{
background-color: #B06F16;
}
</style>
border-color css
<style>
span { border-color: #B06F16; }
span { border-color: rgb(176,111,22); }
td.TdClassName
{
border-color: #B06F16;
}
.TagClassName
{
border-color: #B06F16;
}
</style>