Shades of Pirate Gold #B8741F
Tints of Pirate Gold #B8741F
RGB
CMYK
RGB Variations
Color information
#B8741F (or 0xB8741F) is known color: Pirate Gold. HEX triplet: B8, 74 and 1F. RGB value is (184,116,31). Sum of RGB (Red+Green+Blue) = 184+116+31=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8741F is #478BE0. Grayscale: #7F7F7F. Windows color (decimal): -4688865 or 2061496. OLE color: 2061496.
HSL color Cylindrical-coordinate representation of color #B8741F: hue angle of 33.33º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8741F is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 31 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.28 |
| HSL | 33.33º | 0.71% | 0.42% | - |
| HSV(B) | 33.33º | 0.83% | 0.72% | - |
| XYZ | 26.26 | 22.78 | 4.31 | - |
| YUV | 126.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 31 | 0 | 0.37 | 0.83 | 0.28 | 33.33 | 0.71 | 0.42 |
| Hex | B8 | 74 | 1F | 0 | 25 | 53 | 1C | 21 | 47 | 2A |
| Octal | 270 | 164 | 37 | 0 | 45 | 123 | 34 | 41 | 107 | 52 |
| Binary | 10111000 | 1110100 | 11111 | 0 | 100101 | 1010011 | 11100 | 100001 | 1000111 | 101010 |
Color Harmonies of #B8741F
Complementary color
Monochromatic Colors of #B8741F
Black with #B8741F
Text Example
Text Example
White with #B8741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8741F; }
p { color: rgb(184,116,31); }
H1.HeaderClassName
{
color: #B8741F;
}
.AnyTagClassName
{
color: #B8741F;
}
</style>
background-color css
<style>
a { background-color: #B8741F; }
a { background-color: rgb(184,116,31); }
div.DivClassName
{
background-color: #B8741F;
}
.BgClassName
{
background-color: #B8741F;
}
</style>
border-color css
<style>
span { border-color: #B8741F; }
span { border-color: rgb(184,116,31); }
td.TdClassName
{
border-color: #B8741F;
}
.TagClassName
{
border-color: #B8741F;
}
</style>