Shades of Pirate Gold #B5751B
Tints of Pirate Gold #B5751B
RGB
CMYK
RGB Variations
Color information
#B5751B (or 0xB5751B) is known color: Pirate Gold. HEX triplet: B5, 75 and 1B. RGB value is (181,117,27). Sum of RGB (Red+Green+Blue) = 181+117+27=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5751B is #4A8AE4. Grayscale: #7E7E7E. Windows color (decimal): -4885221 or 1799605. OLE color: 1799605.
HSL color Cylindrical-coordinate representation of color #B5751B: hue angle of 35.06º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5751B is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 27 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.29 |
| HSL | 35.06º | 0.74% | 0.41% | - |
| HSV(B) | 35.06º | 0.85% | 0.71% | - |
| XYZ | 25.62 | 22.63 | 4.05 | - |
| YUV | 125.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 27 | 0 | 0.35 | 0.85 | 0.29 | 35.06 | 0.74 | 0.41 |
| Hex | B5 | 75 | 1B | 0 | 23 | 55 | 1D | 23 | 4A | 29 |
| Octal | 265 | 165 | 33 | 0 | 43 | 125 | 35 | 43 | 112 | 51 |
| Binary | 10110101 | 1110101 | 11011 | 0 | 100011 | 1010101 | 11101 | 100011 | 1001010 | 101001 |
Color Harmonies of #B5751B
Complementary color
Monochromatic Colors of #B5751B
Black with #B5751B
Text Example
Text Example
White with #B5751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5751B; }
p { color: rgb(181,117,27); }
H1.HeaderClassName
{
color: #B5751B;
}
.AnyTagClassName
{
color: #B5751B;
}
</style>
background-color css
<style>
a { background-color: #B5751B; }
a { background-color: rgb(181,117,27); }
div.DivClassName
{
background-color: #B5751B;
}
.BgClassName
{
background-color: #B5751B;
}
</style>
border-color css
<style>
span { border-color: #B5751B; }
span { border-color: rgb(181,117,27); }
td.TdClassName
{
border-color: #B5751B;
}
.TagClassName
{
border-color: #B5751B;
}
</style>