Shades of Pirate Gold #B66A1B
Tints of Pirate Gold #B66A1B
RGB
CMYK
RGB Variations
Color information
#B66A1B (or 0xB66A1B) is known color: Pirate Gold. HEX triplet: B6, 6A and 1B. RGB value is (182,106,27). Sum of RGB (Red+Green+Blue) = 182+106+27=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A1B is #4995E4. Grayscale: #787878. Windows color (decimal): -4822501 or 1796790. OLE color: 1796790.
HSL color Cylindrical-coordinate representation of color #B66A1B: hue angle of 30.58º 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 #B66A1B is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 106 | 27 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.29 |
| HSL | 30.58º | 0.74% | 0.41% | - |
| HSV(B) | 30.58º | 0.85% | 0.71% | - |
| XYZ | 24.64 | 20.33 | 3.66 | - |
| YUV | 119.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 27 | 0 | 0.42 | 0.85 | 0.29 | 30.58 | 0.74 | 0.41 |
| Hex | B6 | 6A | 1B | 0 | 2A | 55 | 1D | 1F | 4A | 29 |
| Octal | 266 | 152 | 33 | 0 | 52 | 125 | 35 | 37 | 112 | 51 |
| Binary | 10110110 | 1101010 | 11011 | 0 | 101010 | 1010101 | 11101 | 11111 | 1001010 | 101001 |
Color Harmonies of #B66A1B
Complementary color
Monochromatic Colors of #B66A1B
Black with #B66A1B
Text Example
Text Example
White with #B66A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66A1B; }
p { color: rgb(182,106,27); }
H1.HeaderClassName
{
color: #B66A1B;
}
.AnyTagClassName
{
color: #B66A1B;
}
</style>
background-color css
<style>
a { background-color: #B66A1B; }
a { background-color: rgb(182,106,27); }
div.DivClassName
{
background-color: #B66A1B;
}
.BgClassName
{
background-color: #B66A1B;
}
</style>
border-color css
<style>
span { border-color: #B66A1B; }
span { border-color: rgb(182,106,27); }
td.TdClassName
{
border-color: #B66A1B;
}
.TagClassName
{
border-color: #B66A1B;
}
</style>