Shades of Pirate Gold #B6721C
Tints of Pirate Gold #B6721C
RGB
CMYK
RGB Variations
Color information
#B6721C (or 0xB6721C) is known color: Pirate Gold. HEX triplet: B6, 72 and 1C. RGB value is (182,114,28). Sum of RGB (Red+Green+Blue) = 182+114+28=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6721C is #498DE3. Grayscale: #7C7C7C. Windows color (decimal): -4820452 or 1864374. OLE color: 1864374.
HSL color Cylindrical-coordinate representation of color #B6721C: hue angle of 33.51º 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 #B6721C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 28 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.29 |
| HSL | 33.51º | 0.73% | 0.41% | - |
| HSV(B) | 33.51º | 0.85% | 0.71% | - |
| XYZ | 25.52 | 22.06 | 4.01 | - |
| YUV | 124.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 28 | 0 | 0.37 | 0.85 | 0.29 | 33.51 | 0.73 | 0.41 |
| Hex | B6 | 72 | 1C | 0 | 25 | 55 | 1D | 22 | 49 | 29 |
| Octal | 266 | 162 | 34 | 0 | 45 | 125 | 35 | 42 | 111 | 51 |
| Binary | 10110110 | 1110010 | 11100 | 0 | 100101 | 1010101 | 11101 | 100010 | 1001001 | 101001 |
Color Harmonies of #B6721C
Complementary color
Monochromatic Colors of #B6721C
Black with #B6721C
Text Example
Text Example
White with #B6721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6721C; }
p { color: rgb(182,114,28); }
H1.HeaderClassName
{
color: #B6721C;
}
.AnyTagClassName
{
color: #B6721C;
}
</style>
background-color css
<style>
a { background-color: #B6721C; }
a { background-color: rgb(182,114,28); }
div.DivClassName
{
background-color: #B6721C;
}
.BgClassName
{
background-color: #B6721C;
}
</style>
border-color css
<style>
span { border-color: #B6721C; }
span { border-color: rgb(182,114,28); }
td.TdClassName
{
border-color: #B6721C;
}
.TagClassName
{
border-color: #B6721C;
}
</style>