Shades of Pirate Gold #B17724
Tints of Pirate Gold #B17724
RGB
CMYK
RGB Variations
Color information
#B17724 (or 0xB17724) is known color: Pirate Gold. HEX triplet: B1, 77 and 24. RGB value is (177,119,36). Sum of RGB (Red+Green+Blue) = 177+119+36=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B17724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17724 is #4E88DB. Grayscale: #7F7F7F. Windows color (decimal): -5146844 or 2389937. OLE color: 2389937.
HSL color Cylindrical-coordinate representation of color #B17724: hue angle of 35.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17724 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 36 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.31 |
| HSL | 35.32º | 0.66% | 0.42% | - |
| HSV(B) | 35.32º | 0.8% | 0.69% | - |
| XYZ | 25.05 | 22.67 | 4.72 | - |
| YUV | 126.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 36 | 0 | 0.33 | 0.80 | 0.31 | 35.32 | 0.66 | 0.42 |
| Hex | B1 | 77 | 24 | 0 | 21 | 50 | 1F | 23 | 42 | 2A |
| Octal | 261 | 167 | 44 | 0 | 41 | 120 | 37 | 43 | 102 | 52 |
| Binary | 10110001 | 1110111 | 100100 | 0 | 100001 | 1010000 | 11111 | 100011 | 1000010 | 101010 |
Color Harmonies of #B17724
Complementary color
Monochromatic Colors of #B17724
Black with #B17724
Text Example
Text Example
White with #B17724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17724; }
p { color: rgb(177,119,36); }
H1.HeaderClassName
{
color: #B17724;
}
.AnyTagClassName
{
color: #B17724;
}
</style>
background-color css
<style>
a { background-color: #B17724; }
a { background-color: rgb(177,119,36); }
div.DivClassName
{
background-color: #B17724;
}
.BgClassName
{
background-color: #B17724;
}
</style>
border-color css
<style>
span { border-color: #B17724; }
span { border-color: rgb(177,119,36); }
td.TdClassName
{
border-color: #B17724;
}
.TagClassName
{
border-color: #B17724;
}
</style>