Shades of Pirate Gold #B6701C
Tints of Pirate Gold #B6701C
RGB
CMYK
RGB Variations
Color information
#B6701C (or 0xB6701C) is known color: Pirate Gold. HEX triplet: B6, 70 and 1C. RGB value is (182,112,28). Sum of RGB (Red+Green+Blue) = 182+112+28=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6701C is #498FE3. Grayscale: #7B7B7B. Windows color (decimal): -4820964 or 1863862. OLE color: 1863862.
HSL color Cylindrical-coordinate representation of color #B6701C: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6701C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 28 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.29 |
| HSL | 32.73º | 0.73% | 0.41% | - |
| HSV(B) | 32.73º | 0.85% | 0.71% | - |
| XYZ | 25.3 | 21.62 | 3.94 | - |
| YUV | 123.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 28 | 0 | 0.38 | 0.85 | 0.29 | 32.73 | 0.73 | 0.41 |
| Hex | B6 | 70 | 1C | 0 | 26 | 55 | 1D | 21 | 49 | 29 |
| Octal | 266 | 160 | 34 | 0 | 46 | 125 | 35 | 41 | 111 | 51 |
| Binary | 10110110 | 1110000 | 11100 | 0 | 100110 | 1010101 | 11101 | 100001 | 1001001 | 101001 |
Color Harmonies of #B6701C
Complementary color
Monochromatic Colors of #B6701C
Black with #B6701C
Text Example
Text Example
White with #B6701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6701C; }
p { color: rgb(182,112,28); }
H1.HeaderClassName
{
color: #B6701C;
}
.AnyTagClassName
{
color: #B6701C;
}
</style>
background-color css
<style>
a { background-color: #B6701C; }
a { background-color: rgb(182,112,28); }
div.DivClassName
{
background-color: #B6701C;
}
.BgClassName
{
background-color: #B6701C;
}
</style>
border-color css
<style>
span { border-color: #B6701C; }
span { border-color: rgb(182,112,28); }
td.TdClassName
{
border-color: #B6701C;
}
.TagClassName
{
border-color: #B6701C;
}
</style>