Shades of Dark Goldenrod #BE7B12
Tints of Dark Goldenrod #BE7B12
RGB
CMYK
RGB Variations
Color information
#BE7B12 (or 0xBE7B12) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 12. RGB value is (190,123,18). Sum of RGB (Red+Green+Blue) = 190+123+18=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B12 is #4184ED. Grayscale: #838383. Windows color (decimal): -4293870 or 1211326. OLE color: 1211326.
HSL color Cylindrical-coordinate representation of color #BE7B12: hue angle of 36.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE7B12 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 18 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.25 |
| HSL | 36.63º | 0.83% | 0.41% | - |
| HSV(B) | 36.63º | 0.91% | 0.75% | - |
| XYZ | 28.43 | 25.16 | 3.93 | - |
| YUV | 131.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 18 | 0 | 0.35 | 0.91 | 0.25 | 36.63 | 0.83 | 0.41 |
| Hex | BE | 7B | 12 | 0 | 23 | 5B | 19 | 25 | 53 | 29 |
| Octal | 276 | 173 | 22 | 0 | 43 | 133 | 31 | 45 | 123 | 51 |
| Binary | 10111110 | 1111011 | 10010 | 0 | 100011 | 1011011 | 11001 | 100101 | 1010011 | 101001 |
Color Harmonies of #BE7B12
Complementary color
Monochromatic Colors of #BE7B12
Black with #BE7B12
Text Example
Text Example
White with #BE7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B12; }
p { color: rgb(190,123,18); }
H1.HeaderClassName
{
color: #BE7B12;
}
.AnyTagClassName
{
color: #BE7B12;
}
</style>
background-color css
<style>
a { background-color: #BE7B12; }
a { background-color: rgb(190,123,18); }
div.DivClassName
{
background-color: #BE7B12;
}
.BgClassName
{
background-color: #BE7B12;
}
</style>
border-color css
<style>
span { border-color: #BE7B12; }
span { border-color: rgb(190,123,18); }
td.TdClassName
{
border-color: #BE7B12;
}
.TagClassName
{
border-color: #BE7B12;
}
</style>