Shades of Pirate Gold #B67A1B
Tints of Pirate Gold #B67A1B
RGB
CMYK
RGB Variations
Color information
#B67A1B (or 0xB67A1B) is known color: Pirate Gold. HEX triplet: B6, 7A and 1B. RGB value is (182,122,27). Sum of RGB (Red+Green+Blue) = 182+122+27=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A1B is #4985E4. Grayscale: #818181. Windows color (decimal): -4818405 or 1800886. OLE color: 1800886.
HSL color Cylindrical-coordinate representation of color #B67A1B: hue angle of 36.77º 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 #B67A1B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 27 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.29 |
| HSL | 36.77º | 0.74% | 0.41% | - |
| HSV(B) | 36.77º | 0.85% | 0.71% | - |
| XYZ | 26.45 | 23.94 | 4.26 | - |
| YUV | 129.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 27 | 0 | 0.33 | 0.85 | 0.29 | 36.77 | 0.74 | 0.41 |
| Hex | B6 | 7A | 1B | 0 | 21 | 55 | 1D | 25 | 4A | 29 |
| Octal | 266 | 172 | 33 | 0 | 41 | 125 | 35 | 45 | 112 | 51 |
| Binary | 10110110 | 1111010 | 11011 | 0 | 100001 | 1010101 | 11101 | 100101 | 1001010 | 101001 |
Color Harmonies of #B67A1B
Complementary color
Monochromatic Colors of #B67A1B
Black with #B67A1B
Text Example
Text Example
White with #B67A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A1B; }
p { color: rgb(182,122,27); }
H1.HeaderClassName
{
color: #B67A1B;
}
.AnyTagClassName
{
color: #B67A1B;
}
</style>
background-color css
<style>
a { background-color: #B67A1B; }
a { background-color: rgb(182,122,27); }
div.DivClassName
{
background-color: #B67A1B;
}
.BgClassName
{
background-color: #B67A1B;
}
</style>
border-color css
<style>
span { border-color: #B67A1B; }
span { border-color: rgb(182,122,27); }
td.TdClassName
{
border-color: #B67A1B;
}
.TagClassName
{
border-color: #B67A1B;
}
</style>