Shades of Pirate Gold #B7781B
Tints of Pirate Gold #B7781B
RGB
CMYK
RGB Variations
Color information
#B7781B (or 0xB7781B) is known color: Pirate Gold. HEX triplet: B7, 78 and 1B. RGB value is (183,120,27). Sum of RGB (Red+Green+Blue) = 183+120+27=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7781B is #4887E4. Grayscale: #808080. Windows color (decimal): -4753381 or 1800375. OLE color: 1800375.
HSL color Cylindrical-coordinate representation of color #B7781B: hue angle of 35.77º 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 #B7781B is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 27 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.28 |
| HSL | 35.77º | 0.74% | 0.41% | - |
| HSV(B) | 35.77º | 0.85% | 0.72% | - |
| XYZ | 26.44 | 23.58 | 4.19 | - |
| YUV | 128.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 27 | 0 | 0.34 | 0.85 | 0.28 | 35.77 | 0.74 | 0.41 |
| Hex | B7 | 78 | 1B | 0 | 22 | 55 | 1C | 24 | 4A | 29 |
| Octal | 267 | 170 | 33 | 0 | 42 | 125 | 34 | 44 | 112 | 51 |
| Binary | 10110111 | 1111000 | 11011 | 0 | 100010 | 1010101 | 11100 | 100100 | 1001010 | 101001 |
Color Harmonies of #B7781B
Complementary color
Monochromatic Colors of #B7781B
Black with #B7781B
Text Example
Text Example
White with #B7781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7781B; }
p { color: rgb(183,120,27); }
H1.HeaderClassName
{
color: #B7781B;
}
.AnyTagClassName
{
color: #B7781B;
}
</style>
background-color css
<style>
a { background-color: #B7781B; }
a { background-color: rgb(183,120,27); }
div.DivClassName
{
background-color: #B7781B;
}
.BgClassName
{
background-color: #B7781B;
}
</style>
border-color css
<style>
span { border-color: #B7781B; }
span { border-color: rgb(183,120,27); }
td.TdClassName
{
border-color: #B7781B;
}
.TagClassName
{
border-color: #B7781B;
}
</style>