Shades of Pirate Gold #B27D1E
Tints of Pirate Gold #B27D1E
RGB
CMYK
RGB Variations
Color information
#B27D1E (or 0xB27D1E) is known color: Pirate Gold. HEX triplet: B2, 7D and 1E. RGB value is (178,125,30). Sum of RGB (Red+Green+Blue) = 178+125+30=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D1E is #4D82E1. Grayscale: #828282. Windows color (decimal): -5079778 or 1998258. OLE color: 1998258.
HSL color Cylindrical-coordinate representation of color #B27D1E: hue angle of 38.51º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B27D1E is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 30 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.30 |
| HSL | 38.51º | 0.71% | 0.41% | - |
| HSV(B) | 38.51º | 0.83% | 0.7% | - |
| XYZ | 25.93 | 24.23 | 4.54 | - |
| YUV | 130.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 30 | 0 | 0.30 | 0.83 | 0.30 | 38.51 | 0.71 | 0.41 |
| Hex | B2 | 7D | 1E | 0 | 1E | 53 | 1E | 27 | 47 | 29 |
| Octal | 262 | 175 | 36 | 0 | 36 | 123 | 36 | 47 | 107 | 51 |
| Binary | 10110010 | 1111101 | 11110 | 0 | 11110 | 1010011 | 11110 | 100111 | 1000111 | 101001 |
Color Harmonies of #B27D1E
Complementary color
Monochromatic Colors of #B27D1E
Black with #B27D1E
Text Example
Text Example
White with #B27D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D1E; }
p { color: rgb(178,125,30); }
H1.HeaderClassName
{
color: #B27D1E;
}
.AnyTagClassName
{
color: #B27D1E;
}
</style>
background-color css
<style>
a { background-color: #B27D1E; }
a { background-color: rgb(178,125,30); }
div.DivClassName
{
background-color: #B27D1E;
}
.BgClassName
{
background-color: #B27D1E;
}
</style>
border-color css
<style>
span { border-color: #B27D1E; }
span { border-color: rgb(178,125,30); }
td.TdClassName
{
border-color: #B27D1E;
}
.TagClassName
{
border-color: #B27D1E;
}
</style>