Shades of Dark Goldenrod #B89207
Tints of Dark Goldenrod #B89207
RGB
CMYK
RGB Variations
Color information
#B89207 (or 0xB89207) is known color: Dark Goldenrod. HEX triplet: B8, 92 and 07. RGB value is (184,146,7). Sum of RGB (Red+Green+Blue) = 184+146+7=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B89207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89207 is #476DF8. Grayscale: #8E8E8E. Windows color (decimal): -4681209 or 496312. OLE color: 496312.
HSL color Cylindrical-coordinate representation of color #B89207: hue angle of 47.12º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B89207 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 7 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.28 |
| HSL | 47.12º | 0.93% | 0.37% | - |
| HSV(B) | 47.12º | 0.96% | 0.72% | - |
| XYZ | 30.08 | 30.76 | 4.55 | - |
| YUV | 141.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 7 | 0 | 0.21 | 0.96 | 0.28 | 47.12 | 0.93 | 0.37 |
| Hex | B8 | 92 | 7 | 0 | 15 | 60 | 1C | 2F | 5D | 25 |
| Octal | 270 | 222 | 7 | 0 | 25 | 140 | 34 | 57 | 135 | 45 |
| Binary | 10111000 | 10010010 | 111 | 0 | 10101 | 1100000 | 11100 | 101111 | 1011101 | 100101 |
Color Harmonies of #B89207
Complementary color
Monochromatic Colors of #B89207
Black with #B89207
Text Example
Text Example
White with #B89207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89207; }
p { color: rgb(184,146,7); }
H1.HeaderClassName
{
color: #B89207;
}
.AnyTagClassName
{
color: #B89207;
}
</style>
background-color css
<style>
a { background-color: #B89207; }
a { background-color: rgb(184,146,7); }
div.DivClassName
{
background-color: #B89207;
}
.BgClassName
{
background-color: #B89207;
}
</style>
border-color css
<style>
span { border-color: #B89207; }
span { border-color: rgb(184,146,7); }
td.TdClassName
{
border-color: #B89207;
}
.TagClassName
{
border-color: #B89207;
}
</style>