Shades of Pirate Gold #B57B22
Tints of Pirate Gold #B57B22
RGB
CMYK
RGB Variations
Color information
#B57B22 (or 0xB57B22) is known color: Pirate Gold. HEX triplet: B5, 7B and 22. RGB value is (181,123,34). Sum of RGB (Red+Green+Blue) = 181+123+34=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B22 is #4A84DD. Grayscale: #828282. Windows color (decimal): -4883678 or 2259893. OLE color: 2259893.
HSL color Cylindrical-coordinate representation of color #B57B22: hue angle of 36.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B57B22 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 34 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.29 |
| HSL | 36.33º | 0.68% | 0.42% | - |
| HSV(B) | 36.33º | 0.81% | 0.71% | - |
| XYZ | 26.43 | 24.11 | 4.77 | - |
| YUV | 130.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 34 | 0 | 0.32 | 0.81 | 0.29 | 36.33 | 0.68 | 0.42 |
| Hex | B5 | 7B | 22 | 0 | 20 | 51 | 1D | 24 | 44 | 2A |
| Octal | 265 | 173 | 42 | 0 | 40 | 121 | 35 | 44 | 104 | 52 |
| Binary | 10110101 | 1111011 | 100010 | 0 | 100000 | 1010001 | 11101 | 100100 | 1000100 | 101010 |
Color Harmonies of #B57B22
Complementary color
Monochromatic Colors of #B57B22
Black with #B57B22
Text Example
Text Example
White with #B57B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B22; }
p { color: rgb(181,123,34); }
H1.HeaderClassName
{
color: #B57B22;
}
.AnyTagClassName
{
color: #B57B22;
}
</style>
background-color css
<style>
a { background-color: #B57B22; }
a { background-color: rgb(181,123,34); }
div.DivClassName
{
background-color: #B57B22;
}
.BgClassName
{
background-color: #B57B22;
}
</style>
border-color css
<style>
span { border-color: #B57B22; }
span { border-color: rgb(181,123,34); }
td.TdClassName
{
border-color: #B57B22;
}
.TagClassName
{
border-color: #B57B22;
}
</style>