Shades of Pirate Gold #B06E1B
Tints of Pirate Gold #B06E1B
RGB
CMYK
RGB Variations
Color information
#B06E1B (or 0xB06E1B) is known color: Pirate Gold. HEX triplet: B0, 6E and 1B. RGB value is (176,110,27). Sum of RGB (Red+Green+Blue) = 176+110+27=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E1B is #4F91E4. Grayscale: #787878. Windows color (decimal): -5214693 or 1797808. OLE color: 1797808.
HSL color Cylindrical-coordinate representation of color #B06E1B: hue angle of 33.42º degrees, saturation: 0.73, 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 #B06E1B is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 27 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.31 |
| HSL | 33.42º | 0.73% | 0.4% | - |
| HSV(B) | 33.42º | 0.85% | 0.69% | - |
| XYZ | 23.68 | 20.46 | 3.74 | - |
| YUV | 120.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 27 | 0 | 0.37 | 0.85 | 0.31 | 33.42 | 0.73 | 0.4 |
| Hex | B0 | 6E | 1B | 0 | 25 | 55 | 1F | 21 | 49 | 28 |
| Octal | 260 | 156 | 33 | 0 | 45 | 125 | 37 | 41 | 111 | 50 |
| Binary | 10110000 | 1101110 | 11011 | 0 | 100101 | 1010101 | 11111 | 100001 | 1001001 | 101000 |
Color Harmonies of #B06E1B
Complementary color
Monochromatic Colors of #B06E1B
Black with #B06E1B
Text Example
Text Example
White with #B06E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E1B; }
p { color: rgb(176,110,27); }
H1.HeaderClassName
{
color: #B06E1B;
}
.AnyTagClassName
{
color: #B06E1B;
}
</style>
background-color css
<style>
a { background-color: #B06E1B; }
a { background-color: rgb(176,110,27); }
div.DivClassName
{
background-color: #B06E1B;
}
.BgClassName
{
background-color: #B06E1B;
}
</style>
border-color css
<style>
span { border-color: #B06E1B; }
span { border-color: rgb(176,110,27); }
td.TdClassName
{
border-color: #B06E1B;
}
.TagClassName
{
border-color: #B06E1B;
}
</style>