Shades of Pirate Gold #B67028
Tints of Pirate Gold #B67028
RGB
CMYK
RGB Variations
Color information
#B67028 (or 0xB67028) is known color: Pirate Gold. HEX triplet: B6, 70 and 28. RGB value is (182,112,40). Sum of RGB (Red+Green+Blue) = 182+112+40=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B67028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67028 is #498FD7. Grayscale: #7D7D7D. Windows color (decimal): -4820952 or 2650294. OLE color: 2650294.
HSL color Cylindrical-coordinate representation of color #B67028: hue angle of 30.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B67028 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 40 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.29 |
| HSL | 30.42º | 0.64% | 0.44% | - |
| HSV(B) | 30.42º | 0.78% | 0.71% | - |
| XYZ | 25.47 | 21.69 | 4.85 | - |
| YUV | 124.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 40 | 0 | 0.38 | 0.78 | 0.29 | 30.42 | 0.64 | 0.44 |
| Hex | B6 | 70 | 28 | 0 | 26 | 4E | 1D | 1E | 40 | 2C |
| Octal | 266 | 160 | 50 | 0 | 46 | 116 | 35 | 36 | 100 | 54 |
| Binary | 10110110 | 1110000 | 101000 | 0 | 100110 | 1001110 | 11101 | 11110 | 1000000 | 101100 |
Color Harmonies of #B67028
Complementary color
Monochromatic Colors of #B67028
Black with #B67028
Text Example
Text Example
White with #B67028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67028; }
p { color: rgb(182,112,40); }
H1.HeaderClassName
{
color: #B67028;
}
.AnyTagClassName
{
color: #B67028;
}
</style>
background-color css
<style>
a { background-color: #B67028; }
a { background-color: rgb(182,112,40); }
div.DivClassName
{
background-color: #B67028;
}
.BgClassName
{
background-color: #B67028;
}
</style>
border-color css
<style>
span { border-color: #B67028; }
span { border-color: rgb(182,112,40); }
td.TdClassName
{
border-color: #B67028;
}
.TagClassName
{
border-color: #B67028;
}
</style>