Shades of Pirate Gold #B77524
Tints of Pirate Gold #B77524
RGB
CMYK
RGB Variations
Color information
#B77524 (or 0xB77524) is known color: Pirate Gold. HEX triplet: B7, 75 and 24. RGB value is (183,117,36). Sum of RGB (Red+Green+Blue) = 183+117+36=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B77524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77524 is #488ADB. Grayscale: #7F7F7F. Windows color (decimal): -4754140 or 2389431. OLE color: 2389431.
HSL color Cylindrical-coordinate representation of color #B77524: hue angle of 33.06º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B77524 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 36 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.28 |
| HSL | 33.06º | 0.67% | 0.43% | - |
| HSV(B) | 33.06º | 0.8% | 0.72% | - |
| XYZ | 26.21 | 22.92 | 4.71 | - |
| YUV | 127.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 36 | 0 | 0.36 | 0.80 | 0.28 | 33.06 | 0.67 | 0.43 |
| Hex | B7 | 75 | 24 | 0 | 24 | 50 | 1C | 21 | 43 | 2B |
| Octal | 267 | 165 | 44 | 0 | 44 | 120 | 34 | 41 | 103 | 53 |
| Binary | 10110111 | 1110101 | 100100 | 0 | 100100 | 1010000 | 11100 | 100001 | 1000011 | 101011 |
Color Harmonies of #B77524
Complementary color
Monochromatic Colors of #B77524
Black with #B77524
Text Example
Text Example
White with #B77524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77524; }
p { color: rgb(183,117,36); }
H1.HeaderClassName
{
color: #B77524;
}
.AnyTagClassName
{
color: #B77524;
}
</style>
background-color css
<style>
a { background-color: #B77524; }
a { background-color: rgb(183,117,36); }
div.DivClassName
{
background-color: #B77524;
}
.BgClassName
{
background-color: #B77524;
}
</style>
border-color css
<style>
span { border-color: #B77524; }
span { border-color: rgb(183,117,36); }
td.TdClassName
{
border-color: #B77524;
}
.TagClassName
{
border-color: #B77524;
}
</style>