Shades of Pirate Gold #B06E1A
Tints of Pirate Gold #B06E1A
RGB
CMYK
RGB Variations
Color information
#B06E1A (or 0xB06E1A) is known color: Pirate Gold. HEX triplet: B0, 6E and 1A. RGB value is (176,110,26). Sum of RGB (Red+Green+Blue) = 176+110+26=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E1A is #4F91E5. Grayscale: #787878. Windows color (decimal): -5214694 or 1732272. OLE color: 1732272.
HSL color Cylindrical-coordinate representation of color #B06E1A: hue angle of 33.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B06E1A is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 26 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.31 |
| HSL | 33.6º | 0.74% | 0.4% | - |
| HSV(B) | 33.6º | 0.85% | 0.69% | - |
| XYZ | 23.67 | 20.46 | 3.68 | - |
| YUV | 120.16 | 74.87 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 26 | 0 | 0.37 | 0.85 | 0.31 | 33.6 | 0.74 | 0.4 |
| Hex | B0 | 6E | 1A | 0 | 25 | 55 | 1F | 22 | 4A | 28 |
| Octal | 260 | 156 | 32 | 0 | 45 | 125 | 37 | 42 | 112 | 50 |
| Binary | 10110000 | 1101110 | 11010 | 0 | 100101 | 1010101 | 11111 | 100010 | 1001010 | 101000 |
Color Harmonies of #B06E1A
Complementary color
Monochromatic Colors of #B06E1A
Black with #B06E1A
Text Example
Text Example
White with #B06E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E1A; }
p { color: rgb(176,110,26); }
H1.HeaderClassName
{
color: #B06E1A;
}
.AnyTagClassName
{
color: #B06E1A;
}
</style>
background-color css
<style>
a { background-color: #B06E1A; }
a { background-color: rgb(176,110,26); }
div.DivClassName
{
background-color: #B06E1A;
}
.BgClassName
{
background-color: #B06E1A;
}
</style>
border-color css
<style>
span { border-color: #B06E1A; }
span { border-color: rgb(176,110,26); }
td.TdClassName
{
border-color: #B06E1A;
}
.TagClassName
{
border-color: #B06E1A;
}
</style>