Shades of Pirate Gold #B2661A
Tints of Pirate Gold #B2661A
RGB
CMYK
RGB Variations
Color information
#B2661A (or 0xB2661A) is known color: Pirate Gold. HEX triplet: B2, 66 and 1A. RGB value is (178,102,26). Sum of RGB (Red+Green+Blue) = 178+102+26=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2661A is #4D99E5. Grayscale: #747474. Windows color (decimal): -5085670 or 1730226. OLE color: 1730226.
HSL color Cylindrical-coordinate representation of color #B2661A: hue angle of 30º 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 #B2661A is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 26 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.30 |
| HSL | 30º | 0.75% | 0.4% | - |
| HSV(B) | 30º | 0.85% | 0.7% | - |
| XYZ | 23.3 | 19.04 | 3.42 | - |
| YUV | 116.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 26 | 0 | 0.43 | 0.85 | 0.30 | 30 | 0.75 | 0.4 |
| Hex | B2 | 66 | 1A | 0 | 2B | 55 | 1E | 1E | 4B | 28 |
| Octal | 262 | 146 | 32 | 0 | 53 | 125 | 36 | 36 | 113 | 50 |
| Binary | 10110010 | 1100110 | 11010 | 0 | 101011 | 1010101 | 11110 | 11110 | 1001011 | 101000 |
Color Harmonies of #B2661A
Complementary color
Monochromatic Colors of #B2661A
Black with #B2661A
Text Example
Text Example
White with #B2661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2661A; }
p { color: rgb(178,102,26); }
H1.HeaderClassName
{
color: #B2661A;
}
.AnyTagClassName
{
color: #B2661A;
}
</style>
background-color css
<style>
a { background-color: #B2661A; }
a { background-color: rgb(178,102,26); }
div.DivClassName
{
background-color: #B2661A;
}
.BgClassName
{
background-color: #B2661A;
}
</style>
border-color css
<style>
span { border-color: #B2661A; }
span { border-color: rgb(178,102,26); }
td.TdClassName
{
border-color: #B2661A;
}
.TagClassName
{
border-color: #B2661A;
}
</style>