Shades of Pirate Gold #B46A1D
Tints of Pirate Gold #B46A1D
RGB
CMYK
RGB Variations
Color information
#B46A1D (or 0xB46A1D) is known color: Pirate Gold. HEX triplet: B4, 6A and 1D. RGB value is (180,106,29). Sum of RGB (Red+Green+Blue) = 180+106+29=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A1D is #4B95E2. Grayscale: #777777. Windows color (decimal): -4953571 or 1927860. OLE color: 1927860.
HSL color Cylindrical-coordinate representation of color #B46A1D: hue angle of 30.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B46A1D is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 106 | 29 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.29 |
| HSL | 30.6º | 0.72% | 0.41% | - |
| HSV(B) | 30.6º | 0.84% | 0.71% | - |
| XYZ | 24.2 | 20.1 | 3.77 | - |
| YUV | 119.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 29 | 0 | 0.41 | 0.84 | 0.29 | 30.6 | 0.72 | 0.41 |
| Hex | B4 | 6A | 1D | 0 | 29 | 54 | 1D | 1F | 48 | 29 |
| Octal | 264 | 152 | 35 | 0 | 51 | 124 | 35 | 37 | 110 | 51 |
| Binary | 10110100 | 1101010 | 11101 | 0 | 101001 | 1010100 | 11101 | 11111 | 1001000 | 101001 |
Color Harmonies of #B46A1D
Complementary color
Monochromatic Colors of #B46A1D
Black with #B46A1D
Text Example
Text Example
White with #B46A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46A1D; }
p { color: rgb(180,106,29); }
H1.HeaderClassName
{
color: #B46A1D;
}
.AnyTagClassName
{
color: #B46A1D;
}
</style>
background-color css
<style>
a { background-color: #B46A1D; }
a { background-color: rgb(180,106,29); }
div.DivClassName
{
background-color: #B46A1D;
}
.BgClassName
{
background-color: #B46A1D;
}
</style>
border-color css
<style>
span { border-color: #B46A1D; }
span { border-color: rgb(180,106,29); }
td.TdClassName
{
border-color: #B46A1D;
}
.TagClassName
{
border-color: #B46A1D;
}
</style>