Shades of Pirate Gold #B87B28
Tints of Pirate Gold #B87B28
RGB
CMYK
RGB Variations
Color information
#B87B28 (or 0xB87B28) is known color: Pirate Gold. HEX triplet: B8, 7B and 28. RGB value is (184,123,40). Sum of RGB (Red+Green+Blue) = 184+123+40=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87B28 is #4784D7. Grayscale: #848484. Windows color (decimal): -4687064 or 2653112. OLE color: 2653112.
HSL color Cylindrical-coordinate representation of color #B87B28: hue angle of 34.58º 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 #B87B28 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 40 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.28 |
| HSL | 34.58º | 0.64% | 0.44% | - |
| HSV(B) | 34.58º | 0.78% | 0.72% | - |
| XYZ | 27.23 | 24.51 | 5.3 | - |
| YUV | 131.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 40 | 0 | 0.33 | 0.78 | 0.28 | 34.58 | 0.64 | 0.44 |
| Hex | B8 | 7B | 28 | 0 | 21 | 4E | 1C | 23 | 40 | 2C |
| Octal | 270 | 173 | 50 | 0 | 41 | 116 | 34 | 43 | 100 | 54 |
| Binary | 10111000 | 1111011 | 101000 | 0 | 100001 | 1001110 | 11100 | 100011 | 1000000 | 101100 |
Color Harmonies of #B87B28
Complementary color
Monochromatic Colors of #B87B28
Black with #B87B28
Text Example
Text Example
White with #B87B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B28; }
p { color: rgb(184,123,40); }
H1.HeaderClassName
{
color: #B87B28;
}
.AnyTagClassName
{
color: #B87B28;
}
</style>
background-color css
<style>
a { background-color: #B87B28; }
a { background-color: rgb(184,123,40); }
div.DivClassName
{
background-color: #B87B28;
}
.BgClassName
{
background-color: #B87B28;
}
</style>
border-color css
<style>
span { border-color: #B87B28; }
span { border-color: rgb(184,123,40); }
td.TdClassName
{
border-color: #B87B28;
}
.TagClassName
{
border-color: #B87B28;
}
</style>