Shades of Pirate Gold #B46D1B
Tints of Pirate Gold #B46D1B
RGB
CMYK
RGB Variations
Color information
#B46D1B (or 0xB46D1B) is known color: Pirate Gold. HEX triplet: B4, 6D and 1B. RGB value is (180,109,27). Sum of RGB (Red+Green+Blue) = 180+109+27=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D1B is #4B92E4. Grayscale: #797979. Windows color (decimal): -4952805 or 1797556. OLE color: 1797556.
HSL color Cylindrical-coordinate representation of color #B46D1B: hue angle of 32.16º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B46D1B is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 27 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.29 |
| HSL | 32.16º | 0.74% | 0.41% | - |
| HSV(B) | 32.16º | 0.85% | 0.71% | - |
| XYZ | 24.49 | 20.72 | 3.75 | - |
| YUV | 120.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 27 | 0 | 0.39 | 0.85 | 0.29 | 32.16 | 0.74 | 0.41 |
| Hex | B4 | 6D | 1B | 0 | 27 | 55 | 1D | 20 | 4A | 29 |
| Octal | 264 | 155 | 33 | 0 | 47 | 125 | 35 | 40 | 112 | 51 |
| Binary | 10110100 | 1101101 | 11011 | 0 | 100111 | 1010101 | 11101 | 100000 | 1001010 | 101001 |
Color Harmonies of #B46D1B
Complementary color
Monochromatic Colors of #B46D1B
Black with #B46D1B
Text Example
Text Example
White with #B46D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D1B; }
p { color: rgb(180,109,27); }
H1.HeaderClassName
{
color: #B46D1B;
}
.AnyTagClassName
{
color: #B46D1B;
}
</style>
background-color css
<style>
a { background-color: #B46D1B; }
a { background-color: rgb(180,109,27); }
div.DivClassName
{
background-color: #B46D1B;
}
.BgClassName
{
background-color: #B46D1B;
}
</style>
border-color css
<style>
span { border-color: #B46D1B; }
span { border-color: rgb(180,109,27); }
td.TdClassName
{
border-color: #B46D1B;
}
.TagClassName
{
border-color: #B46D1B;
}
</style>