Shades of Dark Goldenrod #BE7908
Tints of Dark Goldenrod #BE7908
RGB
CMYK
RGB Variations
Color information
#BE7908 (or 0xBE7908) is known color: Dark Goldenrod. HEX triplet: BE, 79 and 08. RGB value is (190,121,8). Sum of RGB (Red+Green+Blue) = 190+121+8=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7908 is #4186F7. Grayscale: #818181. Windows color (decimal): -4294392 or 555454. OLE color: 555454.
HSL color Cylindrical-coordinate representation of color #BE7908: hue angle of 37.25º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE7908 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.25 |
| HSL | 37.25º | 0.92% | 0.39% | - |
| HSV(B) | 37.25º | 0.96% | 0.75% | - |
| XYZ | 28.12 | 24.64 | 3.5 | - |
| YUV | 128.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 8 | 0 | 0.36 | 0.96 | 0.25 | 37.25 | 0.92 | 0.39 |
| Hex | BE | 79 | 8 | 0 | 24 | 60 | 19 | 25 | 5C | 27 |
| Octal | 276 | 171 | 10 | 0 | 44 | 140 | 31 | 45 | 134 | 47 |
| Binary | 10111110 | 1111001 | 1000 | 0 | 100100 | 1100000 | 11001 | 100101 | 1011100 | 100111 |
Color Harmonies of #BE7908
Complementary color
Monochromatic Colors of #BE7908
Black with #BE7908
Text Example
Text Example
White with #BE7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7908; }
p { color: rgb(190,121,8); }
H1.HeaderClassName
{
color: #BE7908;
}
.AnyTagClassName
{
color: #BE7908;
}
</style>
background-color css
<style>
a { background-color: #BE7908; }
a { background-color: rgb(190,121,8); }
div.DivClassName
{
background-color: #BE7908;
}
.BgClassName
{
background-color: #BE7908;
}
</style>
border-color css
<style>
span { border-color: #BE7908; }
span { border-color: rgb(190,121,8); }
td.TdClassName
{
border-color: #BE7908;
}
.TagClassName
{
border-color: #BE7908;
}
</style>