Shades of Pirate Gold #BE7823
Tints of Pirate Gold #BE7823
RGB
CMYK
RGB Variations
Color information
#BE7823 (or 0xBE7823) is known color: Pirate Gold. HEX triplet: BE, 78 and 23. RGB value is (190,120,35). Sum of RGB (Red+Green+Blue) = 190+120+35=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7823 is #4187DC. Grayscale: #838383. Windows color (decimal): -4294621 or 2324670. OLE color: 2324670.
HSL color Cylindrical-coordinate representation of color #BE7823: hue angle of 32.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE7823 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 35 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.25 |
| HSL | 32.9º | 0.69% | 0.44% | - |
| HSV(B) | 32.9º | 0.82% | 0.75% | - |
| XYZ | 28.26 | 24.5 | 4.83 | - |
| YUV | 131.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 35 | 0 | 0.37 | 0.82 | 0.25 | 32.9 | 0.69 | 0.44 |
| Hex | BE | 78 | 23 | 0 | 25 | 52 | 19 | 21 | 45 | 2C |
| Octal | 276 | 170 | 43 | 0 | 45 | 122 | 31 | 41 | 105 | 54 |
| Binary | 10111110 | 1111000 | 100011 | 0 | 100101 | 1010010 | 11001 | 100001 | 1000101 | 101100 |
Color Harmonies of #BE7823
Complementary color
Monochromatic Colors of #BE7823
Black with #BE7823
Text Example
Text Example
White with #BE7823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7823; }
p { color: rgb(190,120,35); }
H1.HeaderClassName
{
color: #BE7823;
}
.AnyTagClassName
{
color: #BE7823;
}
</style>
background-color css
<style>
a { background-color: #BE7823; }
a { background-color: rgb(190,120,35); }
div.DivClassName
{
background-color: #BE7823;
}
.BgClassName
{
background-color: #BE7823;
}
</style>
border-color css
<style>
span { border-color: #BE7823; }
span { border-color: rgb(190,120,35); }
td.TdClassName
{
border-color: #BE7823;
}
.TagClassName
{
border-color: #BE7823;
}
</style>