Shades of Pirate Gold #B77D23
Tints of Pirate Gold #B77D23
RGB
CMYK
RGB Variations
Color information
#B77D23 (or 0xB77D23) is known color: Pirate Gold. HEX triplet: B7, 7D and 23. RGB value is (183,125,35). Sum of RGB (Red+Green+Blue) = 183+125+35=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D23 is #4882DC. Grayscale: #848484. Windows color (decimal): -4752093 or 2325943. OLE color: 2325943.
HSL color Cylindrical-coordinate representation of color #B77D23: hue angle of 36.49º 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 #B77D23 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 35 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.28 |
| HSL | 36.49º | 0.68% | 0.43% | - |
| HSV(B) | 36.49º | 0.81% | 0.72% | - |
| XYZ | 27.17 | 24.86 | 4.96 | - |
| YUV | 132.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 35 | 0 | 0.32 | 0.81 | 0.28 | 36.49 | 0.68 | 0.43 |
| Hex | B7 | 7D | 23 | 0 | 20 | 51 | 1C | 24 | 44 | 2B |
| Octal | 267 | 175 | 43 | 0 | 40 | 121 | 34 | 44 | 104 | 53 |
| Binary | 10110111 | 1111101 | 100011 | 0 | 100000 | 1010001 | 11100 | 100100 | 1000100 | 101011 |
Color Harmonies of #B77D23
Complementary color
Monochromatic Colors of #B77D23
Black with #B77D23
Text Example
Text Example
White with #B77D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D23; }
p { color: rgb(183,125,35); }
H1.HeaderClassName
{
color: #B77D23;
}
.AnyTagClassName
{
color: #B77D23;
}
</style>
background-color css
<style>
a { background-color: #B77D23; }
a { background-color: rgb(183,125,35); }
div.DivClassName
{
background-color: #B77D23;
}
.BgClassName
{
background-color: #B77D23;
}
</style>
border-color css
<style>
span { border-color: #B77D23; }
span { border-color: rgb(183,125,35); }
td.TdClassName
{
border-color: #B77D23;
}
.TagClassName
{
border-color: #B77D23;
}
</style>