Shades of Dark Goldenrod #BE700B
Tints of Dark Goldenrod #BE700B
RGB
CMYK
RGB Variations
Color information
#BE700B (or 0xBE700B) is known color: Dark Goldenrod. HEX triplet: BE, 70 and 0B. RGB value is (190,112,11). Sum of RGB (Red+Green+Blue) = 190+112+11=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE700B is #418FF4. Grayscale: #7C7C7C. Windows color (decimal): -4296693 or 749758. OLE color: 749758.
HSL color Cylindrical-coordinate representation of color #BE700B: hue angle of 33.85º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE700B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.25 |
| HSL | 33.85º | 0.89% | 0.39% | - |
| HSV(B) | 33.85º | 0.94% | 0.75% | - |
| XYZ | 27.09 | 22.56 | 3.24 | - |
| YUV | 123.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 11 | 0 | 0.41 | 0.94 | 0.25 | 33.85 | 0.89 | 0.39 |
| Hex | BE | 70 | B | 0 | 29 | 5E | 19 | 22 | 59 | 27 |
| Octal | 276 | 160 | 13 | 0 | 51 | 136 | 31 | 42 | 131 | 47 |
| Binary | 10111110 | 1110000 | 1011 | 0 | 101001 | 1011110 | 11001 | 100010 | 1011001 | 100111 |
Color Harmonies of #BE700B
Complementary color
Monochromatic Colors of #BE700B
Black with #BE700B
Text Example
Text Example
White with #BE700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE700B; }
p { color: rgb(190,112,11); }
H1.HeaderClassName
{
color: #BE700B;
}
.AnyTagClassName
{
color: #BE700B;
}
</style>
background-color css
<style>
a { background-color: #BE700B; }
a { background-color: rgb(190,112,11); }
div.DivClassName
{
background-color: #BE700B;
}
.BgClassName
{
background-color: #BE700B;
}
</style>
border-color css
<style>
span { border-color: #BE700B; }
span { border-color: rgb(190,112,11); }
td.TdClassName
{
border-color: #BE700B;
}
.TagClassName
{
border-color: #BE700B;
}
</style>