Shades of Pirate Gold #B77F23
Tints of Pirate Gold #B77F23
RGB
CMYK
RGB Variations
Color information
#B77F23 (or 0xB77F23) is known color: Pirate Gold. HEX triplet: B7, 7F and 23. RGB value is (183,127,35). Sum of RGB (Red+Green+Blue) = 183+127+35=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F23 is #4880DC. Grayscale: #858585. Windows color (decimal): -4751581 or 2326455. OLE color: 2326455.
HSL color Cylindrical-coordinate representation of color #B77F23: hue angle of 37.3º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B77F23 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 35 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.28 |
| HSL | 37.3º | 0.68% | 0.43% | - |
| HSV(B) | 37.3º | 0.81% | 0.72% | - |
| XYZ | 27.42 | 25.37 | 5.04 | - |
| YUV | 133.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 35 | 0 | 0.31 | 0.81 | 0.28 | 37.3 | 0.68 | 0.43 |
| Hex | B7 | 7F | 23 | 0 | 1F | 51 | 1C | 25 | 44 | 2B |
| Octal | 267 | 177 | 43 | 0 | 37 | 121 | 34 | 45 | 104 | 53 |
| Binary | 10110111 | 1111111 | 100011 | 0 | 11111 | 1010001 | 11100 | 100101 | 1000100 | 101011 |
Color Harmonies of #B77F23
Complementary color
Monochromatic Colors of #B77F23
Black with #B77F23
Text Example
Text Example
White with #B77F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F23; }
p { color: rgb(183,127,35); }
H1.HeaderClassName
{
color: #B77F23;
}
.AnyTagClassName
{
color: #B77F23;
}
</style>
background-color css
<style>
a { background-color: #B77F23; }
a { background-color: rgb(183,127,35); }
div.DivClassName
{
background-color: #B77F23;
}
.BgClassName
{
background-color: #B77F23;
}
</style>
border-color css
<style>
span { border-color: #B77F23; }
span { border-color: rgb(183,127,35); }
td.TdClassName
{
border-color: #B77F23;
}
.TagClassName
{
border-color: #B77F23;
}
</style>