Shades of Pirate Gold #B0721C
Tints of Pirate Gold #B0721C
RGB
CMYK
RGB Variations
Color information
#B0721C (or 0xB0721C) is known color: Pirate Gold. HEX triplet: B0, 72 and 1C. RGB value is (176,114,28). Sum of RGB (Red+Green+Blue) = 176+114+28=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0721C is #4F8DE3. Grayscale: #7B7B7B. Windows color (decimal): -5213668 or 1864368. OLE color: 1864368.
HSL color Cylindrical-coordinate representation of color #B0721C: hue angle of 34.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0721C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 28 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.31 |
| HSL | 34.86º | 0.73% | 0.4% | - |
| HSV(B) | 34.86º | 0.84% | 0.69% | - |
| XYZ | 24.13 | 21.35 | 3.95 | - |
| YUV | 122.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 28 | 0 | 0.35 | 0.84 | 0.31 | 34.86 | 0.73 | 0.4 |
| Hex | B0 | 72 | 1C | 0 | 23 | 54 | 1F | 23 | 49 | 28 |
| Octal | 260 | 162 | 34 | 0 | 43 | 124 | 37 | 43 | 111 | 50 |
| Binary | 10110000 | 1110010 | 11100 | 0 | 100011 | 1010100 | 11111 | 100011 | 1001001 | 101000 |
Color Harmonies of #B0721C
Complementary color
Monochromatic Colors of #B0721C
Black with #B0721C
Text Example
Text Example
White with #B0721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0721C; }
p { color: rgb(176,114,28); }
H1.HeaderClassName
{
color: #B0721C;
}
.AnyTagClassName
{
color: #B0721C;
}
</style>
background-color css
<style>
a { background-color: #B0721C; }
a { background-color: rgb(176,114,28); }
div.DivClassName
{
background-color: #B0721C;
}
.BgClassName
{
background-color: #B0721C;
}
</style>
border-color css
<style>
span { border-color: #B0721C; }
span { border-color: rgb(176,114,28); }
td.TdClassName
{
border-color: #B0721C;
}
.TagClassName
{
border-color: #B0721C;
}
</style>