Shades of Pirate Gold #B77A29
Tints of Pirate Gold #B77A29
RGB
CMYK
RGB Variations
Color information
#B77A29 (or 0xB77A29) is known color: Pirate Gold. HEX triplet: B7, 7A and 29. RGB value is (183,122,41). Sum of RGB (Red+Green+Blue) = 183+122+41=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A29 is #4885D6. Grayscale: #838383. Windows color (decimal): -4752855 or 2718391. OLE color: 2718391.
HSL color Cylindrical-coordinate representation of color #B77A29: hue angle of 34.23º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B77A29 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 41 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.28 |
| HSL | 34.23º | 0.63% | 0.44% | - |
| HSV(B) | 34.23º | 0.78% | 0.72% | - |
| XYZ | 26.89 | 24.15 | 5.34 | - |
| YUV | 131.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 41 | 0 | 0.33 | 0.78 | 0.28 | 34.23 | 0.63 | 0.44 |
| Hex | B7 | 7A | 29 | 0 | 21 | 4E | 1C | 22 | 3F | 2C |
| Octal | 267 | 172 | 51 | 0 | 41 | 116 | 34 | 42 | 77 | 54 |
| Binary | 10110111 | 1111010 | 101001 | 0 | 100001 | 1001110 | 11100 | 100010 | 111111 | 101100 |
Color Harmonies of #B77A29
Complementary color
Monochromatic Colors of #B77A29
Black with #B77A29
Text Example
Text Example
White with #B77A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A29; }
p { color: rgb(183,122,41); }
H1.HeaderClassName
{
color: #B77A29;
}
.AnyTagClassName
{
color: #B77A29;
}
</style>
background-color css
<style>
a { background-color: #B77A29; }
a { background-color: rgb(183,122,41); }
div.DivClassName
{
background-color: #B77A29;
}
.BgClassName
{
background-color: #B77A29;
}
</style>
border-color css
<style>
span { border-color: #B77A29; }
span { border-color: rgb(183,122,41); }
td.TdClassName
{
border-color: #B77A29;
}
.TagClassName
{
border-color: #B77A29;
}
</style>