Shades of Pirate Gold #B77019
Tints of Pirate Gold #B77019
RGB
CMYK
RGB Variations
Color information
#B77019 (or 0xB77019) is known color: Pirate Gold. HEX triplet: B7, 70 and 19. RGB value is (183,112,25). Sum of RGB (Red+Green+Blue) = 183+112+25=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B77019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77019 is #488FE6. Grayscale: #7B7B7B. Windows color (decimal): -4755431 or 1667255. OLE color: 1667255.
HSL color Cylindrical-coordinate representation of color #B77019: hue angle of 33.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B77019 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 25 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.28 |
| HSL | 33.04º | 0.76% | 0.41% | - |
| HSV(B) | 33.04º | 0.86% | 0.72% | - |
| XYZ | 25.5 | 21.73 | 3.77 | - |
| YUV | 123.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 25 | 0 | 0.39 | 0.86 | 0.28 | 33.04 | 0.76 | 0.41 |
| Hex | B7 | 70 | 19 | 0 | 27 | 56 | 1C | 21 | 4C | 29 |
| Octal | 267 | 160 | 31 | 0 | 47 | 126 | 34 | 41 | 114 | 51 |
| Binary | 10110111 | 1110000 | 11001 | 0 | 100111 | 1010110 | 11100 | 100001 | 1001100 | 101001 |
Color Harmonies of #B77019
Complementary color
Monochromatic Colors of #B77019
Black with #B77019
Text Example
Text Example
White with #B77019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77019; }
p { color: rgb(183,112,25); }
H1.HeaderClassName
{
color: #B77019;
}
.AnyTagClassName
{
color: #B77019;
}
</style>
background-color css
<style>
a { background-color: #B77019; }
a { background-color: rgb(183,112,25); }
div.DivClassName
{
background-color: #B77019;
}
.BgClassName
{
background-color: #B77019;
}
</style>
border-color css
<style>
span { border-color: #B77019; }
span { border-color: rgb(183,112,25); }
td.TdClassName
{
border-color: #B77019;
}
.TagClassName
{
border-color: #B77019;
}
</style>