Shades of Pirate Gold #B5741B
Tints of Pirate Gold #B5741B
RGB
CMYK
RGB Variations
Color information
#B5741B (or 0xB5741B) is known color: Pirate Gold. HEX triplet: B5, 74 and 1B. RGB value is (181,116,27). Sum of RGB (Red+Green+Blue) = 181+116+27=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5741B is #4A8BE4. Grayscale: #7D7D7D. Windows color (decimal): -4885477 or 1799349. OLE color: 1799349.
HSL color Cylindrical-coordinate representation of color #B5741B: hue angle of 34.68º 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 #B5741B is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 27 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.29 |
| HSL | 34.68º | 0.74% | 0.41% | - |
| HSV(B) | 34.68º | 0.85% | 0.71% | - |
| XYZ | 25.5 | 22.39 | 4.02 | - |
| YUV | 125.29 | 72.53 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 27 | 0 | 0.36 | 0.85 | 0.29 | 34.68 | 0.74 | 0.41 |
| Hex | B5 | 74 | 1B | 0 | 24 | 55 | 1D | 23 | 4A | 29 |
| Octal | 265 | 164 | 33 | 0 | 44 | 125 | 35 | 43 | 112 | 51 |
| Binary | 10110101 | 1110100 | 11011 | 0 | 100100 | 1010101 | 11101 | 100011 | 1001010 | 101001 |
Color Harmonies of #B5741B
Complementary color
Monochromatic Colors of #B5741B
Black with #B5741B
Text Example
Text Example
White with #B5741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5741B; }
p { color: rgb(181,116,27); }
H1.HeaderClassName
{
color: #B5741B;
}
.AnyTagClassName
{
color: #B5741B;
}
</style>
background-color css
<style>
a { background-color: #B5741B; }
a { background-color: rgb(181,116,27); }
div.DivClassName
{
background-color: #B5741B;
}
.BgClassName
{
background-color: #B5741B;
}
</style>
border-color css
<style>
span { border-color: #B5741B; }
span { border-color: rgb(181,116,27); }
td.TdClassName
{
border-color: #B5741B;
}
.TagClassName
{
border-color: #B5741B;
}
</style>