Shades of Pirate Gold #BE811C
Tints of Pirate Gold #BE811C
RGB
CMYK
RGB Variations
Color information
#BE811C (or 0xBE811C) is known color: Pirate Gold. HEX triplet: BE, 81 and 1C. RGB value is (190,129,28). Sum of RGB (Red+Green+Blue) = 190+129+28=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE811C is #417EE3. Grayscale: #888888. Windows color (decimal): -4292324 or 1868222. OLE color: 1868222.
HSL color Cylindrical-coordinate representation of color #BE811C: hue angle of 37.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE811C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 28 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.25 |
| HSL | 37.41º | 0.74% | 0.43% | - |
| HSV(B) | 37.41º | 0.85% | 0.75% | - |
| XYZ | 29.3 | 26.73 | 4.71 | - |
| YUV | 135.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 28 | 0 | 0.32 | 0.85 | 0.25 | 37.41 | 0.74 | 0.43 |
| Hex | BE | 81 | 1C | 0 | 20 | 55 | 19 | 25 | 4A | 2B |
| Octal | 276 | 201 | 34 | 0 | 40 | 125 | 31 | 45 | 112 | 53 |
| Binary | 10111110 | 10000001 | 11100 | 0 | 100000 | 1010101 | 11001 | 100101 | 1001010 | 101011 |
Color Harmonies of #BE811C
Complementary color
Monochromatic Colors of #BE811C
Black with #BE811C
Text Example
Text Example
White with #BE811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE811C; }
p { color: rgb(190,129,28); }
H1.HeaderClassName
{
color: #BE811C;
}
.AnyTagClassName
{
color: #BE811C;
}
</style>
background-color css
<style>
a { background-color: #BE811C; }
a { background-color: rgb(190,129,28); }
div.DivClassName
{
background-color: #BE811C;
}
.BgClassName
{
background-color: #BE811C;
}
</style>
border-color css
<style>
span { border-color: #BE811C; }
span { border-color: rgb(190,129,28); }
td.TdClassName
{
border-color: #BE811C;
}
.TagClassName
{
border-color: #BE811C;
}
</style>