Shades of Pirate Gold #B87D28
Tints of Pirate Gold #B87D28
RGB
CMYK
RGB Variations
Color information
#B87D28 (or 0xB87D28) is known color: Pirate Gold. HEX triplet: B8, 7D and 28. RGB value is (184,125,40). Sum of RGB (Red+Green+Blue) = 184+125+40=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D28 is #4782D7. Grayscale: #858585. Windows color (decimal): -4686552 or 2653624. OLE color: 2653624.
HSL color Cylindrical-coordinate representation of color #B87D28: hue angle of 35.42º 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 #B87D28 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 40 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.28 |
| HSL | 35.42º | 0.64% | 0.44% | - |
| HSV(B) | 35.42º | 0.78% | 0.72% | - |
| XYZ | 27.48 | 25.01 | 5.39 | - |
| YUV | 132.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 40 | 0 | 0.32 | 0.78 | 0.28 | 35.42 | 0.64 | 0.44 |
| Hex | B8 | 7D | 28 | 0 | 20 | 4E | 1C | 23 | 40 | 2C |
| Octal | 270 | 175 | 50 | 0 | 40 | 116 | 34 | 43 | 100 | 54 |
| Binary | 10111000 | 1111101 | 101000 | 0 | 100000 | 1001110 | 11100 | 100011 | 1000000 | 101100 |
Color Harmonies of #B87D28
Complementary color
Monochromatic Colors of #B87D28
Black with #B87D28
Text Example
Text Example
White with #B87D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D28; }
p { color: rgb(184,125,40); }
H1.HeaderClassName
{
color: #B87D28;
}
.AnyTagClassName
{
color: #B87D28;
}
</style>
background-color css
<style>
a { background-color: #B87D28; }
a { background-color: rgb(184,125,40); }
div.DivClassName
{
background-color: #B87D28;
}
.BgClassName
{
background-color: #B87D28;
}
</style>
border-color css
<style>
span { border-color: #B87D28; }
span { border-color: rgb(184,125,40); }
td.TdClassName
{
border-color: #B87D28;
}
.TagClassName
{
border-color: #B87D28;
}
</style>