Shades of Pirate Gold #B36A1A
Tints of Pirate Gold #B36A1A
RGB
CMYK
RGB Variations
Color information
#B36A1A (or 0xB36A1A) is known color: Pirate Gold. HEX triplet: B3, 6A and 1A. RGB value is (179,106,26). Sum of RGB (Red+Green+Blue) = 179+106+26=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A1A is #4C95E5. Grayscale: #777777. Windows color (decimal): -5019110 or 1731251. OLE color: 1731251.
HSL color Cylindrical-coordinate representation of color #B36A1A: hue angle of 31.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B36A1A is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 26 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.30 |
| HSL | 31.37º | 0.75% | 0.4% | - |
| HSV(B) | 31.37º | 0.85% | 0.7% | - |
| XYZ | 23.93 | 19.97 | 3.57 | - |
| YUV | 118.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 26 | 0 | 0.41 | 0.85 | 0.30 | 31.37 | 0.75 | 0.4 |
| Hex | B3 | 6A | 1A | 0 | 29 | 55 | 1E | 1F | 4B | 28 |
| Octal | 263 | 152 | 32 | 0 | 51 | 125 | 36 | 37 | 113 | 50 |
| Binary | 10110011 | 1101010 | 11010 | 0 | 101001 | 1010101 | 11110 | 11111 | 1001011 | 101000 |
Color Harmonies of #B36A1A
Complementary color
Monochromatic Colors of #B36A1A
Black with #B36A1A
Text Example
Text Example
White with #B36A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A1A; }
p { color: rgb(179,106,26); }
H1.HeaderClassName
{
color: #B36A1A;
}
.AnyTagClassName
{
color: #B36A1A;
}
</style>
background-color css
<style>
a { background-color: #B36A1A; }
a { background-color: rgb(179,106,26); }
div.DivClassName
{
background-color: #B36A1A;
}
.BgClassName
{
background-color: #B36A1A;
}
</style>
border-color css
<style>
span { border-color: #B36A1A; }
span { border-color: rgb(179,106,26); }
td.TdClassName
{
border-color: #B36A1A;
}
.TagClassName
{
border-color: #B36A1A;
}
</style>