Shades of Pirate Gold #B36719
Tints of Pirate Gold #B36719
RGB
CMYK
RGB Variations
Color information
#B36719 (or 0xB36719) is known color: Pirate Gold. HEX triplet: B3, 67 and 19. RGB value is (179,103,25). Sum of RGB (Red+Green+Blue) = 179+103+25=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B36719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36719 is #4C98E6. Grayscale: #757575. Windows color (decimal): -5019879 or 1664947. OLE color: 1664947.
HSL color Cylindrical-coordinate representation of color #B36719: hue angle of 30.39º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B36719 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 25 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.30 |
| HSL | 30.39º | 0.75% | 0.4% | - |
| HSV(B) | 30.39º | 0.86% | 0.7% | - |
| XYZ | 23.62 | 19.35 | 3.41 | - |
| YUV | 116.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 25 | 0 | 0.42 | 0.86 | 0.30 | 30.39 | 0.75 | 0.4 |
| Hex | B3 | 67 | 19 | 0 | 2A | 56 | 1E | 1E | 4B | 28 |
| Octal | 263 | 147 | 31 | 0 | 52 | 126 | 36 | 36 | 113 | 50 |
| Binary | 10110011 | 1100111 | 11001 | 0 | 101010 | 1010110 | 11110 | 11110 | 1001011 | 101000 |
Color Harmonies of #B36719
Complementary color
Monochromatic Colors of #B36719
Black with #B36719
Text Example
Text Example
White with #B36719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36719; }
p { color: rgb(179,103,25); }
H1.HeaderClassName
{
color: #B36719;
}
.AnyTagClassName
{
color: #B36719;
}
</style>
background-color css
<style>
a { background-color: #B36719; }
a { background-color: rgb(179,103,25); }
div.DivClassName
{
background-color: #B36719;
}
.BgClassName
{
background-color: #B36719;
}
</style>
border-color css
<style>
span { border-color: #B36719; }
span { border-color: rgb(179,103,25); }
td.TdClassName
{
border-color: #B36719;
}
.TagClassName
{
border-color: #B36719;
}
</style>