Shades of Pirate Gold #B0771D
Tints of Pirate Gold #B0771D
RGB
CMYK
RGB Variations
Color information
#B0771D (or 0xB0771D) is known color: Pirate Gold. HEX triplet: B0, 77 and 1D. RGB value is (176,119,29). Sum of RGB (Red+Green+Blue) = 176+119+29=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0771D is #4F88E2. Grayscale: #7E7E7E. Windows color (decimal): -5212387 or 1931184. OLE color: 1931184.
HSL color Cylindrical-coordinate representation of color #B0771D: hue angle of 36.73º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0771D is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 29 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.31 |
| HSL | 36.73º | 0.72% | 0.4% | - |
| HSV(B) | 36.73º | 0.84% | 0.69% | - |
| XYZ | 24.72 | 22.51 | 4.2 | - |
| YUV | 125.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 29 | 0 | 0.32 | 0.84 | 0.31 | 36.73 | 0.72 | 0.4 |
| Hex | B0 | 77 | 1D | 0 | 20 | 54 | 1F | 25 | 48 | 28 |
| Octal | 260 | 167 | 35 | 0 | 40 | 124 | 37 | 45 | 110 | 50 |
| Binary | 10110000 | 1110111 | 11101 | 0 | 100000 | 1010100 | 11111 | 100101 | 1001000 | 101000 |
Color Harmonies of #B0771D
Complementary color
Monochromatic Colors of #B0771D
Black with #B0771D
Text Example
Text Example
White with #B0771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0771D; }
p { color: rgb(176,119,29); }
H1.HeaderClassName
{
color: #B0771D;
}
.AnyTagClassName
{
color: #B0771D;
}
</style>
background-color css
<style>
a { background-color: #B0771D; }
a { background-color: rgb(176,119,29); }
div.DivClassName
{
background-color: #B0771D;
}
.BgClassName
{
background-color: #B0771D;
}
</style>
border-color css
<style>
span { border-color: #B0771D; }
span { border-color: rgb(176,119,29); }
td.TdClassName
{
border-color: #B0771D;
}
.TagClassName
{
border-color: #B0771D;
}
</style>