Shades of Dark Goldenrod #B89700
Tints of Dark Goldenrod #B89700
RGB
CMYK
RGB Variations
Color information
#B89700 (or 0xB89700) is known color: Dark Goldenrod. HEX triplet: B8, 97 and 00. RGB value is (184,151,0). Sum of RGB (Red+Green+Blue) = 184+151+0=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B89700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89700 is #4768FF. Grayscale: #909090. Windows color (decimal): -4679936 or 38840. OLE color: 38840.
HSL color Cylindrical-coordinate representation of color #B89700: hue angle of 49.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B89700 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.28 |
| HSL | 49.24º | 1% | 0.36% | - |
| HSV(B) | 49.24º | 1% | 0.72% | - |
| XYZ | 30.83 | 32.32 | 4.61 | - |
| YUV | 143.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 0 | 0 | 0.18 | 1 | 0.28 | 49.24 | 1 | 0.36 |
| Hex | B8 | 97 | 0 | 0 | 12 | 64 | 1C | 31 | 64 | 24 |
| Octal | 270 | 227 | 0 | 0 | 22 | 144 | 34 | 61 | 144 | 44 |
| Binary | 10111000 | 10010111 | 0 | 0 | 10010 | 1100100 | 11100 | 110001 | 1100100 | 100100 |
Color Harmonies of #B89700
Complementary color
Monochromatic Colors of #B89700
Black with #B89700
Text Example
Text Example
White with #B89700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89700; }
p { color: rgb(184,151,0); }
H1.HeaderClassName
{
color: #B89700;
}
.AnyTagClassName
{
color: #B89700;
}
</style>
background-color css
<style>
a { background-color: #B89700; }
a { background-color: rgb(184,151,0); }
div.DivClassName
{
background-color: #B89700;
}
.BgClassName
{
background-color: #B89700;
}
</style>
border-color css
<style>
span { border-color: #B89700; }
span { border-color: rgb(184,151,0); }
td.TdClassName
{
border-color: #B89700;
}
.TagClassName
{
border-color: #B89700;
}
</style>