Shades of Dark Goldenrod #B9730C
Tints of Dark Goldenrod #B9730C
RGB
CMYK
RGB Variations
Color information
#B9730C (or 0xB9730C) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 0C. RGB value is (185,115,12). Sum of RGB (Red+Green+Blue) = 185+115+12=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9730C is #468CF3. Grayscale: #7C7C7C. Windows color (decimal): -4623604 or 816057. OLE color: 816057.
HSL color Cylindrical-coordinate representation of color #B9730C: hue angle of 35.72º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9730C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.27 |
| HSL | 35.72º | 0.88% | 0.39% | - |
| HSV(B) | 35.72º | 0.94% | 0.73% | - |
| XYZ | 26.2 | 22.6 | 3.33 | - |
| YUV | 124.19 | 64.69 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 12 | 0 | 0.38 | 0.94 | 0.27 | 35.72 | 0.88 | 0.39 |
| Hex | B9 | 73 | C | 0 | 26 | 5E | 1B | 24 | 58 | 27 |
| Octal | 271 | 163 | 14 | 0 | 46 | 136 | 33 | 44 | 130 | 47 |
| Binary | 10111001 | 1110011 | 1100 | 0 | 100110 | 1011110 | 11011 | 100100 | 1011000 | 100111 |
Color Harmonies of #B9730C
Complementary color
Monochromatic Colors of #B9730C
Black with #B9730C
Text Example
Text Example
White with #B9730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9730C; }
p { color: rgb(185,115,12); }
H1.HeaderClassName
{
color: #B9730C;
}
.AnyTagClassName
{
color: #B9730C;
}
</style>
background-color css
<style>
a { background-color: #B9730C; }
a { background-color: rgb(185,115,12); }
div.DivClassName
{
background-color: #B9730C;
}
.BgClassName
{
background-color: #B9730C;
}
</style>
border-color css
<style>
span { border-color: #B9730C; }
span { border-color: rgb(185,115,12); }
td.TdClassName
{
border-color: #B9730C;
}
.TagClassName
{
border-color: #B9730C;
}
</style>