Shades of Dark Goldenrod #B7890C
Tints of Dark Goldenrod #B7890C
RGB
CMYK
RGB Variations
Color information
#B7890C (or 0xB7890C) is known color: Dark Goldenrod. HEX triplet: B7, 89 and 0C. RGB value is (183,137,12). Sum of RGB (Red+Green+Blue) = 183+137+12=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7890C is #4876F3. Grayscale: #898989. Windows color (decimal): -4749044 or 821687. OLE color: 821687.
HSL color Cylindrical-coordinate representation of color #B7890C: hue angle of 43.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7890C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 12 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.28 |
| HSL | 43.86º | 0.88% | 0.38% | - |
| HSV(B) | 43.86º | 0.93% | 0.72% | - |
| XYZ | 28.54 | 27.99 | 4.25 | - |
| YUV | 136.5 | 57.74 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 12 | 0 | 0.25 | 0.93 | 0.28 | 43.86 | 0.88 | 0.38 |
| Hex | B7 | 89 | C | 0 | 19 | 5D | 1C | 2C | 58 | 26 |
| Octal | 267 | 211 | 14 | 0 | 31 | 135 | 34 | 54 | 130 | 46 |
| Binary | 10110111 | 10001001 | 1100 | 0 | 11001 | 1011101 | 11100 | 101100 | 1011000 | 100110 |
Color Harmonies of #B7890C
Complementary color
Monochromatic Colors of #B7890C
Black with #B7890C
Text Example
Text Example
White with #B7890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7890C; }
p { color: rgb(183,137,12); }
H1.HeaderClassName
{
color: #B7890C;
}
.AnyTagClassName
{
color: #B7890C;
}
</style>
background-color css
<style>
a { background-color: #B7890C; }
a { background-color: rgb(183,137,12); }
div.DivClassName
{
background-color: #B7890C;
}
.BgClassName
{
background-color: #B7890C;
}
</style>
border-color css
<style>
span { border-color: #B7890C; }
span { border-color: rgb(183,137,12); }
td.TdClassName
{
border-color: #B7890C;
}
.TagClassName
{
border-color: #B7890C;
}
</style>