Shades of Pirate Gold #B7742B
Tints of Pirate Gold #B7742B
RGB
CMYK
RGB Variations
Color information
#B7742B (or 0xB7742B) is known color: Pirate Gold. HEX triplet: B7, 74 and 2B. RGB value is (183,116,43). Sum of RGB (Red+Green+Blue) = 183+116+43=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7742B is #488BD4. Grayscale: #808080. Windows color (decimal): -4754389 or 2847927. OLE color: 2847927.
HSL color Cylindrical-coordinate representation of color #B7742B: hue angle of 31.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7742B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 43 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.28 |
| HSL | 31.29º | 0.62% | 0.44% | - |
| HSV(B) | 31.29º | 0.77% | 0.72% | - |
| XYZ | 26.21 | 22.73 | 5.29 | - |
| YUV | 127.71 | 80.2 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 43 | 0 | 0.37 | 0.77 | 0.28 | 31.29 | 0.62 | 0.44 |
| Hex | B7 | 74 | 2B | 0 | 25 | 4D | 1C | 1F | 3E | 2C |
| Octal | 267 | 164 | 53 | 0 | 45 | 115 | 34 | 37 | 76 | 54 |
| Binary | 10110111 | 1110100 | 101011 | 0 | 100101 | 1001101 | 11100 | 11111 | 111110 | 101100 |
Color Harmonies of #B7742B
Complementary color
Monochromatic Colors of #B7742B
Black with #B7742B
Text Example
Text Example
White with #B7742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7742B; }
p { color: rgb(183,116,43); }
H1.HeaderClassName
{
color: #B7742B;
}
.AnyTagClassName
{
color: #B7742B;
}
</style>
background-color css
<style>
a { background-color: #B7742B; }
a { background-color: rgb(183,116,43); }
div.DivClassName
{
background-color: #B7742B;
}
.BgClassName
{
background-color: #B7742B;
}
</style>
border-color css
<style>
span { border-color: #B7742B; }
span { border-color: rgb(183,116,43); }
td.TdClassName
{
border-color: #B7742B;
}
.TagClassName
{
border-color: #B7742B;
}
</style>