Shades of Pirate Gold #B87B1B
Tints of Pirate Gold #B87B1B
RGB
CMYK
RGB Variations
Color information
#B87B1B (or 0xB87B1B) is known color: Pirate Gold. HEX triplet: B8, 7B and 1B. RGB value is (184,123,27). Sum of RGB (Red+Green+Blue) = 184+123+27=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87B1B is #4784E4. Grayscale: #828282. Windows color (decimal): -4687077 or 1801144. OLE color: 1801144.
HSL color Cylindrical-coordinate representation of color #B87B1B: hue angle of 36.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B87B1B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 27 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.28 |
| HSL | 36.69º | 0.74% | 0.41% | - |
| HSV(B) | 36.69º | 0.85% | 0.72% | - |
| XYZ | 27.05 | 24.44 | 4.33 | - |
| YUV | 130.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 27 | 0 | 0.33 | 0.85 | 0.28 | 36.69 | 0.74 | 0.41 |
| Hex | B8 | 7B | 1B | 0 | 21 | 55 | 1C | 25 | 4A | 29 |
| Octal | 270 | 173 | 33 | 0 | 41 | 125 | 34 | 45 | 112 | 51 |
| Binary | 10111000 | 1111011 | 11011 | 0 | 100001 | 1010101 | 11100 | 100101 | 1001010 | 101001 |
Color Harmonies of #B87B1B
Complementary color
Monochromatic Colors of #B87B1B
Black with #B87B1B
Text Example
Text Example
White with #B87B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B1B; }
p { color: rgb(184,123,27); }
H1.HeaderClassName
{
color: #B87B1B;
}
.AnyTagClassName
{
color: #B87B1B;
}
</style>
background-color css
<style>
a { background-color: #B87B1B; }
a { background-color: rgb(184,123,27); }
div.DivClassName
{
background-color: #B87B1B;
}
.BgClassName
{
background-color: #B87B1B;
}
</style>
border-color css
<style>
span { border-color: #B87B1B; }
span { border-color: rgb(184,123,27); }
td.TdClassName
{
border-color: #B87B1B;
}
.TagClassName
{
border-color: #B87B1B;
}
</style>