Shades of Pirate Gold #B8781D
Tints of Pirate Gold #B8781D
RGB
CMYK
RGB Variations
Color information
#B8781D (or 0xB8781D) is known color: Pirate Gold. HEX triplet: B8, 78 and 1D. RGB value is (184,120,29). Sum of RGB (Red+Green+Blue) = 184+120+29=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8781D is #4787E2. Grayscale: #818181. Windows color (decimal): -4687843 or 1931448. OLE color: 1931448.
HSL color Cylindrical-coordinate representation of color #B8781D: hue angle of 35.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8781D is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 29 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.28 |
| HSL | 35.23º | 0.73% | 0.42% | - |
| HSV(B) | 35.23º | 0.84% | 0.72% | - |
| XYZ | 26.71 | 23.71 | 4.33 | - |
| YUV | 128.76 | 71.7 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 29 | 0 | 0.35 | 0.84 | 0.28 | 35.23 | 0.73 | 0.42 |
| Hex | B8 | 78 | 1D | 0 | 23 | 54 | 1C | 23 | 49 | 2A |
| Octal | 270 | 170 | 35 | 0 | 43 | 124 | 34 | 43 | 111 | 52 |
| Binary | 10111000 | 1111000 | 11101 | 0 | 100011 | 1010100 | 11100 | 100011 | 1001001 | 101010 |
Color Harmonies of #B8781D
Complementary color
Monochromatic Colors of #B8781D
Black with #B8781D
Text Example
Text Example
White with #B8781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8781D; }
p { color: rgb(184,120,29); }
H1.HeaderClassName
{
color: #B8781D;
}
.AnyTagClassName
{
color: #B8781D;
}
</style>
background-color css
<style>
a { background-color: #B8781D; }
a { background-color: rgb(184,120,29); }
div.DivClassName
{
background-color: #B8781D;
}
.BgClassName
{
background-color: #B8781D;
}
</style>
border-color css
<style>
span { border-color: #B8781D; }
span { border-color: rgb(184,120,29); }
td.TdClassName
{
border-color: #B8781D;
}
.TagClassName
{
border-color: #B8781D;
}
</style>