Shades of Dark Goldenrod #B28C07
Tints of Dark Goldenrod #B28C07
RGB
CMYK
RGB Variations
Color information
#B28C07 (or 0xB28C07) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 07. RGB value is (178,140,7). Sum of RGB (Red+Green+Blue) = 178+140+7=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C07 is #4D73F8. Grayscale: #888888. Windows color (decimal): -5075961 or 494770. OLE color: 494770.
HSL color Cylindrical-coordinate representation of color #B28C07: hue angle of 46.67º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B28C07 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 7 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.30 |
| HSL | 46.67º | 0.92% | 0.36% | - |
| HSV(B) | 46.67º | 0.96% | 0.7% | - |
| XYZ | 27.78 | 28.24 | 4.19 | - |
| YUV | 136.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 7 | 0 | 0.21 | 0.96 | 0.30 | 46.67 | 0.92 | 0.36 |
| Hex | B2 | 8C | 7 | 0 | 15 | 60 | 1E | 2F | 5C | 24 |
| Octal | 262 | 214 | 7 | 0 | 25 | 140 | 36 | 57 | 134 | 44 |
| Binary | 10110010 | 10001100 | 111 | 0 | 10101 | 1100000 | 11110 | 101111 | 1011100 | 100100 |
Color Harmonies of #B28C07
Complementary color
Monochromatic Colors of #B28C07
Black with #B28C07
Text Example
Text Example
White with #B28C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C07; }
p { color: rgb(178,140,7); }
H1.HeaderClassName
{
color: #B28C07;
}
.AnyTagClassName
{
color: #B28C07;
}
</style>
background-color css
<style>
a { background-color: #B28C07; }
a { background-color: rgb(178,140,7); }
div.DivClassName
{
background-color: #B28C07;
}
.BgClassName
{
background-color: #B28C07;
}
</style>
border-color css
<style>
span { border-color: #B28C07; }
span { border-color: rgb(178,140,7); }
td.TdClassName
{
border-color: #B28C07;
}
.TagClassName
{
border-color: #B28C07;
}
</style>