Shades of Dark Goldenrod #B78C08
Tints of Dark Goldenrod #B78C08
RGB
CMYK
RGB Variations
Color information
#B78C08 (or 0xB78C08) is known color: Dark Goldenrod. HEX triplet: B7, 8C and 08. RGB value is (183,140,8). Sum of RGB (Red+Green+Blue) = 183+140+8=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78C08 is #4873F7. Grayscale: #8A8A8A. Windows color (decimal): -4748280 or 560311. OLE color: 560311.
HSL color Cylindrical-coordinate representation of color #B78C08: hue angle of 45.26º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B78C08 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.28 |
| HSL | 45.26º | 0.92% | 0.37% | - |
| HSV(B) | 45.26º | 0.96% | 0.72% | - |
| XYZ | 28.95 | 28.84 | 4.27 | - |
| YUV | 137.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 8 | 0 | 0.23 | 0.96 | 0.28 | 45.26 | 0.92 | 0.37 |
| Hex | B7 | 8C | 8 | 0 | 17 | 60 | 1C | 2D | 5C | 25 |
| Octal | 267 | 214 | 10 | 0 | 27 | 140 | 34 | 55 | 134 | 45 |
| Binary | 10110111 | 10001100 | 1000 | 0 | 10111 | 1100000 | 11100 | 101101 | 1011100 | 100101 |
Color Harmonies of #B78C08
Complementary color
Monochromatic Colors of #B78C08
Black with #B78C08
Text Example
Text Example
White with #B78C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C08; }
p { color: rgb(183,140,8); }
H1.HeaderClassName
{
color: #B78C08;
}
.AnyTagClassName
{
color: #B78C08;
}
</style>
background-color css
<style>
a { background-color: #B78C08; }
a { background-color: rgb(183,140,8); }
div.DivClassName
{
background-color: #B78C08;
}
.BgClassName
{
background-color: #B78C08;
}
</style>
border-color css
<style>
span { border-color: #B78C08; }
span { border-color: rgb(183,140,8); }
td.TdClassName
{
border-color: #B78C08;
}
.TagClassName
{
border-color: #B78C08;
}
</style>