Shades of Dark Goldenrod #BE7B09
Tints of Dark Goldenrod #BE7B09
RGB
CMYK
RGB Variations
Color information
#BE7B09 (or 0xBE7B09) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 09. RGB value is (190,123,9). Sum of RGB (Red+Green+Blue) = 190+123+9=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B09 is #4184F6. Grayscale: #828282. Windows color (decimal): -4293879 or 621502. OLE color: 621502.
HSL color Cylindrical-coordinate representation of color #BE7B09: hue angle of 37.79º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE7B09 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 9 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.25 |
| HSL | 37.79º | 0.91% | 0.39% | - |
| HSV(B) | 37.79º | 0.95% | 0.75% | - |
| XYZ | 28.37 | 25.13 | 3.61 | - |
| YUV | 130.04 | 59.7 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 9 | 0 | 0.35 | 0.95 | 0.25 | 37.79 | 0.91 | 0.39 |
| Hex | BE | 7B | 9 | 0 | 23 | 5F | 19 | 26 | 5B | 27 |
| Octal | 276 | 173 | 11 | 0 | 43 | 137 | 31 | 46 | 133 | 47 |
| Binary | 10111110 | 1111011 | 1001 | 0 | 100011 | 1011111 | 11001 | 100110 | 1011011 | 100111 |
Color Harmonies of #BE7B09
Complementary color
Monochromatic Colors of #BE7B09
Black with #BE7B09
Text Example
Text Example
White with #BE7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B09; }
p { color: rgb(190,123,9); }
H1.HeaderClassName
{
color: #BE7B09;
}
.AnyTagClassName
{
color: #BE7B09;
}
</style>
background-color css
<style>
a { background-color: #BE7B09; }
a { background-color: rgb(190,123,9); }
div.DivClassName
{
background-color: #BE7B09;
}
.BgClassName
{
background-color: #BE7B09;
}
</style>
border-color css
<style>
span { border-color: #BE7B09; }
span { border-color: rgb(190,123,9); }
td.TdClassName
{
border-color: #BE7B09;
}
.TagClassName
{
border-color: #BE7B09;
}
</style>