Shades of Pirate Gold #B76E23
Tints of Pirate Gold #B76E23
RGB
CMYK
RGB Variations
Color information
#B76E23 (or 0xB76E23) is known color: Pirate Gold. HEX triplet: B7, 6E and 23. RGB value is (183,110,35). Sum of RGB (Red+Green+Blue) = 183+110+35=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E23 is #4891DC. Grayscale: #7B7B7B. Windows color (decimal): -4755933 or 2322103. OLE color: 2322103.
HSL color Cylindrical-coordinate representation of color #B76E23: hue angle of 30.41º 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 #B76E23 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 35 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.28 |
| HSL | 30.41º | 0.68% | 0.43% | - |
| HSV(B) | 30.41º | 0.81% | 0.72% | - |
| XYZ | 25.41 | 21.34 | 4.37 | - |
| YUV | 123.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 35 | 0 | 0.40 | 0.81 | 0.28 | 30.41 | 0.68 | 0.43 |
| Hex | B7 | 6E | 23 | 0 | 28 | 51 | 1C | 1E | 44 | 2B |
| Octal | 267 | 156 | 43 | 0 | 50 | 121 | 34 | 36 | 104 | 53 |
| Binary | 10110111 | 1101110 | 100011 | 0 | 101000 | 1010001 | 11100 | 11110 | 1000100 | 101011 |
Color Harmonies of #B76E23
Complementary color
Monochromatic Colors of #B76E23
Black with #B76E23
Text Example
Text Example
White with #B76E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E23; }
p { color: rgb(183,110,35); }
H1.HeaderClassName
{
color: #B76E23;
}
.AnyTagClassName
{
color: #B76E23;
}
</style>
background-color css
<style>
a { background-color: #B76E23; }
a { background-color: rgb(183,110,35); }
div.DivClassName
{
background-color: #B76E23;
}
.BgClassName
{
background-color: #B76E23;
}
</style>
border-color css
<style>
span { border-color: #B76E23; }
span { border-color: rgb(183,110,35); }
td.TdClassName
{
border-color: #B76E23;
}
.TagClassName
{
border-color: #B76E23;
}
</style>