Shades of Pirate Gold #B07819
Tints of Pirate Gold #B07819
RGB
CMYK
RGB Variations
Color information
#B07819 (or 0xB07819) is known color: Pirate Gold. HEX triplet: B0, 78 and 19. RGB value is (176,120,25). Sum of RGB (Red+Green+Blue) = 176+120+25=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B07819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07819 is #4F87E6. Grayscale: #7E7E7E. Windows color (decimal): -5212135 or 1669296. OLE color: 1669296.
HSL color Cylindrical-coordinate representation of color #B07819: hue angle of 37.75º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B07819 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 25 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.31 |
| HSL | 37.75º | 0.75% | 0.39% | - |
| HSV(B) | 37.75º | 0.86% | 0.69% | - |
| XYZ | 24.8 | 22.73 | 4 | - |
| YUV | 125.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 25 | 0 | 0.32 | 0.86 | 0.31 | 37.75 | 0.75 | 0.39 |
| Hex | B0 | 78 | 19 | 0 | 20 | 56 | 1F | 26 | 4B | 27 |
| Octal | 260 | 170 | 31 | 0 | 40 | 126 | 37 | 46 | 113 | 47 |
| Binary | 10110000 | 1111000 | 11001 | 0 | 100000 | 1010110 | 11111 | 100110 | 1001011 | 100111 |
Color Harmonies of #B07819
Complementary color
Monochromatic Colors of #B07819
Black with #B07819
Text Example
Text Example
White with #B07819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07819; }
p { color: rgb(176,120,25); }
H1.HeaderClassName
{
color: #B07819;
}
.AnyTagClassName
{
color: #B07819;
}
</style>
background-color css
<style>
a { background-color: #B07819; }
a { background-color: rgb(176,120,25); }
div.DivClassName
{
background-color: #B07819;
}
.BgClassName
{
background-color: #B07819;
}
</style>
border-color css
<style>
span { border-color: #B07819; }
span { border-color: rgb(176,120,25); }
td.TdClassName
{
border-color: #B07819;
}
.TagClassName
{
border-color: #B07819;
}
</style>