Shades of Dark Goldenrod #B08C0D
Tints of Dark Goldenrod #B08C0D
RGB
CMYK
RGB Variations
Color information
#B08C0D (or 0xB08C0D) is known color: Dark Goldenrod. HEX triplet: B0, 8C and 0D. RGB value is (176,140,13). Sum of RGB (Red+Green+Blue) = 176+140+13=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08C0D is #4F73F2. Grayscale: #888888. Windows color (decimal): -5207027 or 887984. OLE color: 887984.
HSL color Cylindrical-coordinate representation of color #B08C0D: hue angle of 46.75º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B08C0D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.31 |
| HSL | 46.75º | 0.86% | 0.37% | - |
| HSV(B) | 46.75º | 0.93% | 0.69% | - |
| XYZ | 27.36 | 28.02 | 4.35 | - |
| YUV | 136.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 13 | 0 | 0.20 | 0.93 | 0.31 | 46.75 | 0.86 | 0.37 |
| Hex | B0 | 8C | D | 0 | 14 | 5D | 1F | 2F | 56 | 25 |
| Octal | 260 | 214 | 15 | 0 | 24 | 135 | 37 | 57 | 126 | 45 |
| Binary | 10110000 | 10001100 | 1101 | 0 | 10100 | 1011101 | 11111 | 101111 | 1010110 | 100101 |
Color Harmonies of #B08C0D
Complementary color
Monochromatic Colors of #B08C0D
Black with #B08C0D
Text Example
Text Example
White with #B08C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C0D; }
p { color: rgb(176,140,13); }
H1.HeaderClassName
{
color: #B08C0D;
}
.AnyTagClassName
{
color: #B08C0D;
}
</style>
background-color css
<style>
a { background-color: #B08C0D; }
a { background-color: rgb(176,140,13); }
div.DivClassName
{
background-color: #B08C0D;
}
.BgClassName
{
background-color: #B08C0D;
}
</style>
border-color css
<style>
span { border-color: #B08C0D; }
span { border-color: rgb(176,140,13); }
td.TdClassName
{
border-color: #B08C0D;
}
.TagClassName
{
border-color: #B08C0D;
}
</style>