Shades of Pirate Gold #B27A1B
Tints of Pirate Gold #B27A1B
RGB
CMYK
RGB Variations
Color information
#B27A1B (or 0xB27A1B) is known color: Pirate Gold. HEX triplet: B2, 7A and 1B. RGB value is (178,122,27). Sum of RGB (Red+Green+Blue) = 178+122+27=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A1B is #4D85E4. Grayscale: #808080. Windows color (decimal): -5080549 or 1800882. OLE color: 1800882.
HSL color Cylindrical-coordinate representation of color #B27A1B: hue angle of 37.75º degrees, saturation: 0.74, 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 #B27A1B is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 27 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.30 |
| HSL | 37.75º | 0.74% | 0.4% | - |
| HSV(B) | 37.75º | 0.85% | 0.7% | - |
| XYZ | 25.52 | 23.46 | 4.22 | - |
| YUV | 127.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 27 | 0 | 0.31 | 0.85 | 0.30 | 37.75 | 0.74 | 0.4 |
| Hex | B2 | 7A | 1B | 0 | 1F | 55 | 1E | 26 | 4A | 28 |
| Octal | 262 | 172 | 33 | 0 | 37 | 125 | 36 | 46 | 112 | 50 |
| Binary | 10110010 | 1111010 | 11011 | 0 | 11111 | 1010101 | 11110 | 100110 | 1001010 | 101000 |
Color Harmonies of #B27A1B
Complementary color
Monochromatic Colors of #B27A1B
Black with #B27A1B
Text Example
Text Example
White with #B27A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A1B; }
p { color: rgb(178,122,27); }
H1.HeaderClassName
{
color: #B27A1B;
}
.AnyTagClassName
{
color: #B27A1B;
}
</style>
background-color css
<style>
a { background-color: #B27A1B; }
a { background-color: rgb(178,122,27); }
div.DivClassName
{
background-color: #B27A1B;
}
.BgClassName
{
background-color: #B27A1B;
}
</style>
border-color css
<style>
span { border-color: #B27A1B; }
span { border-color: rgb(178,122,27); }
td.TdClassName
{
border-color: #B27A1B;
}
.TagClassName
{
border-color: #B27A1B;
}
</style>