Shades of Dark Goldenrod #BE7B16
Tints of Dark Goldenrod #BE7B16
RGB
CMYK
RGB Variations
Color information
#BE7B16 (or 0xBE7B16) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 16. RGB value is (190,123,22). Sum of RGB (Red+Green+Blue) = 190+123+22=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B16 is #4184E9. Grayscale: #838383. Windows color (decimal): -4293866 or 1473470. OLE color: 1473470.
HSL color Cylindrical-coordinate representation of color #BE7B16: hue angle of 36.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE7B16 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 22 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.25 |
| HSL | 36.07º | 0.79% | 0.42% | - |
| HSV(B) | 36.07º | 0.88% | 0.75% | - |
| XYZ | 28.46 | 25.17 | 4.12 | - |
| YUV | 131.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 22 | 0 | 0.35 | 0.88 | 0.25 | 36.07 | 0.79 | 0.42 |
| Hex | BE | 7B | 16 | 0 | 23 | 58 | 19 | 24 | 4F | 2A |
| Octal | 276 | 173 | 26 | 0 | 43 | 130 | 31 | 44 | 117 | 52 |
| Binary | 10111110 | 1111011 | 10110 | 0 | 100011 | 1011000 | 11001 | 100100 | 1001111 | 101010 |
Color Harmonies of #BE7B16
Complementary color
Monochromatic Colors of #BE7B16
Black with #BE7B16
Text Example
Text Example
White with #BE7B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B16; }
p { color: rgb(190,123,22); }
H1.HeaderClassName
{
color: #BE7B16;
}
.AnyTagClassName
{
color: #BE7B16;
}
</style>
background-color css
<style>
a { background-color: #BE7B16; }
a { background-color: rgb(190,123,22); }
div.DivClassName
{
background-color: #BE7B16;
}
.BgClassName
{
background-color: #BE7B16;
}
</style>
border-color css
<style>
span { border-color: #BE7B16; }
span { border-color: rgb(190,123,22); }
td.TdClassName
{
border-color: #BE7B16;
}
.TagClassName
{
border-color: #BE7B16;
}
</style>