Shades of Pirate Gold #B0701C
Tints of Pirate Gold #B0701C
RGB
CMYK
RGB Variations
Color information
#B0701C (or 0xB0701C) is known color: Pirate Gold. HEX triplet: B0, 70 and 1C. RGB value is (176,112,28). Sum of RGB (Red+Green+Blue) = 176+112+28=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0701C is #4F8FE3. Grayscale: #797979. Windows color (decimal): -5214180 or 1863856. OLE color: 1863856.
HSL color Cylindrical-coordinate representation of color #B0701C: hue angle of 34.05º 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 #B0701C is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 28 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.31 |
| HSL | 34.05º | 0.73% | 0.4% | - |
| HSV(B) | 34.05º | 0.84% | 0.69% | - |
| XYZ | 23.91 | 20.9 | 3.87 | - |
| YUV | 121.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 28 | 0 | 0.36 | 0.84 | 0.31 | 34.05 | 0.73 | 0.4 |
| Hex | B0 | 70 | 1C | 0 | 24 | 54 | 1F | 22 | 49 | 28 |
| Octal | 260 | 160 | 34 | 0 | 44 | 124 | 37 | 42 | 111 | 50 |
| Binary | 10110000 | 1110000 | 11100 | 0 | 100100 | 1010100 | 11111 | 100010 | 1001001 | 101000 |
Color Harmonies of #B0701C
Complementary color
Monochromatic Colors of #B0701C
Black with #B0701C
Text Example
Text Example
White with #B0701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0701C; }
p { color: rgb(176,112,28); }
H1.HeaderClassName
{
color: #B0701C;
}
.AnyTagClassName
{
color: #B0701C;
}
</style>
background-color css
<style>
a { background-color: #B0701C; }
a { background-color: rgb(176,112,28); }
div.DivClassName
{
background-color: #B0701C;
}
.BgClassName
{
background-color: #B0701C;
}
</style>
border-color css
<style>
span { border-color: #B0701C; }
span { border-color: rgb(176,112,28); }
td.TdClassName
{
border-color: #B0701C;
}
.TagClassName
{
border-color: #B0701C;
}
</style>