Shades of Pirate Gold #B7741B
Tints of Pirate Gold #B7741B
RGB
CMYK
RGB Variations
Color information
#B7741B (or 0xB7741B) is known color: Pirate Gold. HEX triplet: B7, 74 and 1B. RGB value is (183,116,27). Sum of RGB (Red+Green+Blue) = 183+116+27=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7741B is #488BE4. Grayscale: #7E7E7E. Windows color (decimal): -4754405 or 1799351. OLE color: 1799351.
HSL color Cylindrical-coordinate representation of color #B7741B: hue angle of 34.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7741B is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 27 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.28 |
| HSL | 34.23º | 0.74% | 0.41% | - |
| HSV(B) | 34.23º | 0.85% | 0.72% | - |
| XYZ | 25.97 | 22.64 | 4.04 | - |
| YUV | 125.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 27 | 0 | 0.37 | 0.85 | 0.28 | 34.23 | 0.74 | 0.41 |
| Hex | B7 | 74 | 1B | 0 | 25 | 55 | 1C | 22 | 4A | 29 |
| Octal | 267 | 164 | 33 | 0 | 45 | 125 | 34 | 42 | 112 | 51 |
| Binary | 10110111 | 1110100 | 11011 | 0 | 100101 | 1010101 | 11100 | 100010 | 1001010 | 101001 |
Color Harmonies of #B7741B
Complementary color
Monochromatic Colors of #B7741B
Black with #B7741B
Text Example
Text Example
White with #B7741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7741B; }
p { color: rgb(183,116,27); }
H1.HeaderClassName
{
color: #B7741B;
}
.AnyTagClassName
{
color: #B7741B;
}
</style>
background-color css
<style>
a { background-color: #B7741B; }
a { background-color: rgb(183,116,27); }
div.DivClassName
{
background-color: #B7741B;
}
.BgClassName
{
background-color: #B7741B;
}
</style>
border-color css
<style>
span { border-color: #B7741B; }
span { border-color: rgb(183,116,27); }
td.TdClassName
{
border-color: #B7741B;
}
.TagClassName
{
border-color: #B7741B;
}
</style>