Shades of Pirate Gold #B77028
Tints of Pirate Gold #B77028
RGB
CMYK
RGB Variations
Color information
#B77028 (or 0xB77028) is known color: Pirate Gold. HEX triplet: B7, 70 and 28. RGB value is (183,112,40). Sum of RGB (Red+Green+Blue) = 183+112+40=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B77028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77028 is #488FD7. Grayscale: #7D7D7D. Windows color (decimal): -4755416 or 2650295. OLE color: 2650295.
HSL color Cylindrical-coordinate representation of color #B77028: hue angle of 30.21º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B77028 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 40 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.28 |
| HSL | 30.21º | 0.64% | 0.44% | - |
| HSV(B) | 30.21º | 0.78% | 0.72% | - |
| XYZ | 25.71 | 21.81 | 4.86 | - |
| YUV | 125.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 40 | 0 | 0.39 | 0.78 | 0.28 | 30.21 | 0.64 | 0.44 |
| Hex | B7 | 70 | 28 | 0 | 27 | 4E | 1C | 1E | 40 | 2C |
| Octal | 267 | 160 | 50 | 0 | 47 | 116 | 34 | 36 | 100 | 54 |
| Binary | 10110111 | 1110000 | 101000 | 0 | 100111 | 1001110 | 11100 | 11110 | 1000000 | 101100 |
Color Harmonies of #B77028
Complementary color
Monochromatic Colors of #B77028
Black with #B77028
Text Example
Text Example
White with #B77028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77028; }
p { color: rgb(183,112,40); }
H1.HeaderClassName
{
color: #B77028;
}
.AnyTagClassName
{
color: #B77028;
}
</style>
background-color css
<style>
a { background-color: #B77028; }
a { background-color: rgb(183,112,40); }
div.DivClassName
{
background-color: #B77028;
}
.BgClassName
{
background-color: #B77028;
}
</style>
border-color css
<style>
span { border-color: #B77028; }
span { border-color: rgb(183,112,40); }
td.TdClassName
{
border-color: #B77028;
}
.TagClassName
{
border-color: #B77028;
}
</style>