Shades of Pirate Gold #B0791C
Tints of Pirate Gold #B0791C
RGB
CMYK
RGB Variations
Color information
#B0791C (or 0xB0791C) is known color: Pirate Gold. HEX triplet: B0, 79 and 1C. RGB value is (176,121,28). Sum of RGB (Red+Green+Blue) = 176+121+28=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0791C is #4F86E3. Grayscale: #7F7F7F. Windows color (decimal): -5211876 or 1866160. OLE color: 1866160.
HSL color Cylindrical-coordinate representation of color #B0791C: hue angle of 37.7º 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 #B0791C is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 28 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.31 |
| HSL | 37.7º | 0.73% | 0.4% | - |
| HSV(B) | 37.7º | 0.84% | 0.69% | - |
| XYZ | 24.95 | 22.99 | 4.22 | - |
| YUV | 126.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 28 | 0 | 0.31 | 0.84 | 0.31 | 37.7 | 0.73 | 0.4 |
| Hex | B0 | 79 | 1C | 0 | 1F | 54 | 1F | 26 | 49 | 28 |
| Octal | 260 | 171 | 34 | 0 | 37 | 124 | 37 | 46 | 111 | 50 |
| Binary | 10110000 | 1111001 | 11100 | 0 | 11111 | 1010100 | 11111 | 100110 | 1001001 | 101000 |
Color Harmonies of #B0791C
Complementary color
Monochromatic Colors of #B0791C
Black with #B0791C
Text Example
Text Example
White with #B0791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0791C; }
p { color: rgb(176,121,28); }
H1.HeaderClassName
{
color: #B0791C;
}
.AnyTagClassName
{
color: #B0791C;
}
</style>
background-color css
<style>
a { background-color: #B0791C; }
a { background-color: rgb(176,121,28); }
div.DivClassName
{
background-color: #B0791C;
}
.BgClassName
{
background-color: #B0791C;
}
</style>
border-color css
<style>
span { border-color: #B0791C; }
span { border-color: rgb(176,121,28); }
td.TdClassName
{
border-color: #B0791C;
}
.TagClassName
{
border-color: #B0791C;
}
</style>