Shades of Pirate Gold #B7742A
Tints of Pirate Gold #B7742A
RGB
CMYK
RGB Variations
Color information
#B7742A (or 0xB7742A) is known color: Pirate Gold. HEX triplet: B7, 74 and 2A. RGB value is (183,116,42). Sum of RGB (Red+Green+Blue) = 183+116+42=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7742A is #488BD5. Grayscale: #7F7F7F. Windows color (decimal): -4754390 or 2782391. OLE color: 2782391.
HSL color Cylindrical-coordinate representation of color #B7742A: hue angle of 31.49º degrees, saturation: 0.63, 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 #B7742A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 42 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.28 |
| HSL | 31.49º | 0.63% | 0.44% | - |
| HSV(B) | 31.49º | 0.77% | 0.72% | - |
| XYZ | 26.19 | 22.73 | 5.2 | - |
| YUV | 127.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 42 | 0 | 0.37 | 0.77 | 0.28 | 31.49 | 0.63 | 0.44 |
| Hex | B7 | 74 | 2A | 0 | 25 | 4D | 1C | 1F | 3F | 2C |
| Octal | 267 | 164 | 52 | 0 | 45 | 115 | 34 | 37 | 77 | 54 |
| Binary | 10110111 | 1110100 | 101010 | 0 | 100101 | 1001101 | 11100 | 11111 | 111111 | 101100 |
Color Harmonies of #B7742A
Complementary color
Monochromatic Colors of #B7742A
Black with #B7742A
Text Example
Text Example
White with #B7742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7742A; }
p { color: rgb(183,116,42); }
H1.HeaderClassName
{
color: #B7742A;
}
.AnyTagClassName
{
color: #B7742A;
}
</style>
background-color css
<style>
a { background-color: #B7742A; }
a { background-color: rgb(183,116,42); }
div.DivClassName
{
background-color: #B7742A;
}
.BgClassName
{
background-color: #B7742A;
}
</style>
border-color css
<style>
span { border-color: #B7742A; }
span { border-color: rgb(183,116,42); }
td.TdClassName
{
border-color: #B7742A;
}
.TagClassName
{
border-color: #B7742A;
}
</style>