Shades of Pirate Gold #BE7B25
Tints of Pirate Gold #BE7B25
RGB
CMYK
RGB Variations
Color information
#BE7B25 (or 0xBE7B25) is known color: Pirate Gold. HEX triplet: BE, 7B and 25. RGB value is (190,123,37). Sum of RGB (Red+Green+Blue) = 190+123+37=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B25 is #4184DA. Grayscale: #858585. Windows color (decimal): -4293851 or 2456510. OLE color: 2456510.
HSL color Cylindrical-coordinate representation of color #BE7B25: hue angle of 33.73º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE7B25 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 37 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.25 |
| HSL | 33.73º | 0.67% | 0.45% | - |
| HSV(B) | 33.73º | 0.81% | 0.75% | - |
| XYZ | 28.65 | 25.25 | 5.11 | - |
| YUV | 133.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 37 | 0 | 0.35 | 0.81 | 0.25 | 33.73 | 0.67 | 0.45 |
| Hex | BE | 7B | 25 | 0 | 23 | 51 | 19 | 22 | 43 | 2D |
| Octal | 276 | 173 | 45 | 0 | 43 | 121 | 31 | 42 | 103 | 55 |
| Binary | 10111110 | 1111011 | 100101 | 0 | 100011 | 1010001 | 11001 | 100010 | 1000011 | 101101 |
Color Harmonies of #BE7B25
Complementary color
Monochromatic Colors of #BE7B25
Black with #BE7B25
Text Example
Text Example
White with #BE7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B25; }
p { color: rgb(190,123,37); }
H1.HeaderClassName
{
color: #BE7B25;
}
.AnyTagClassName
{
color: #BE7B25;
}
</style>
background-color css
<style>
a { background-color: #BE7B25; }
a { background-color: rgb(190,123,37); }
div.DivClassName
{
background-color: #BE7B25;
}
.BgClassName
{
background-color: #BE7B25;
}
</style>
border-color css
<style>
span { border-color: #BE7B25; }
span { border-color: rgb(190,123,37); }
td.TdClassName
{
border-color: #BE7B25;
}
.TagClassName
{
border-color: #BE7B25;
}
</style>