Shades of Dark Goldenrod #B28C08
Tints of Dark Goldenrod #B28C08
RGB
CMYK
RGB Variations
Color information
#B28C08 (or 0xB28C08) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 08. RGB value is (178,140,8). Sum of RGB (Red+Green+Blue) = 178+140+8=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C08 is #4D73F7. Grayscale: #888888. Windows color (decimal): -5075960 or 560306. OLE color: 560306.
HSL color Cylindrical-coordinate representation of color #B28C08: hue angle of 46.59º degrees, saturation: 0.91, 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 #B28C08 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.30 |
| HSL | 46.59º | 0.91% | 0.36% | - |
| HSV(B) | 46.59º | 0.96% | 0.7% | - |
| XYZ | 27.78 | 28.24 | 4.22 | - |
| YUV | 136.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 8 | 0 | 0.21 | 0.96 | 0.30 | 46.59 | 0.91 | 0.36 |
| Hex | B2 | 8C | 8 | 0 | 15 | 60 | 1E | 2F | 5B | 24 |
| Octal | 262 | 214 | 10 | 0 | 25 | 140 | 36 | 57 | 133 | 44 |
| Binary | 10110010 | 10001100 | 1000 | 0 | 10101 | 1100000 | 11110 | 101111 | 1011011 | 100100 |
Color Harmonies of #B28C08
Complementary color
Monochromatic Colors of #B28C08
Black with #B28C08
Text Example
Text Example
White with #B28C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C08; }
p { color: rgb(178,140,8); }
H1.HeaderClassName
{
color: #B28C08;
}
.AnyTagClassName
{
color: #B28C08;
}
</style>
background-color css
<style>
a { background-color: #B28C08; }
a { background-color: rgb(178,140,8); }
div.DivClassName
{
background-color: #B28C08;
}
.BgClassName
{
background-color: #B28C08;
}
</style>
border-color css
<style>
span { border-color: #B28C08; }
span { border-color: rgb(178,140,8); }
td.TdClassName
{
border-color: #B28C08;
}
.TagClassName
{
border-color: #B28C08;
}
</style>