Shades of Dark Goldenrod #B78807
Tints of Dark Goldenrod #B78807
RGB
CMYK
RGB Variations
Color information
#B78807 (or 0xB78807) is known color: Dark Goldenrod. HEX triplet: B7, 88 and 07. RGB value is (183,136,7). Sum of RGB (Red+Green+Blue) = 183+136+7=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B78807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78807 is #4877F8. Grayscale: #878787. Windows color (decimal): -4749305 or 493751. OLE color: 493751.
HSL color Cylindrical-coordinate representation of color #B78807: hue angle of 43.98º degrees, saturation: 0.93, 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 #B78807 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 7 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.28 |
| HSL | 43.98º | 0.93% | 0.37% | - |
| HSV(B) | 43.98º | 0.96% | 0.72% | - |
| XYZ | 28.37 | 27.69 | 4.05 | - |
| YUV | 135.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 7 | 0 | 0.26 | 0.96 | 0.28 | 43.98 | 0.93 | 0.37 |
| Hex | B7 | 88 | 7 | 0 | 1A | 60 | 1C | 2C | 5D | 25 |
| Octal | 267 | 210 | 7 | 0 | 32 | 140 | 34 | 54 | 135 | 45 |
| Binary | 10110111 | 10001000 | 111 | 0 | 11010 | 1100000 | 11100 | 101100 | 1011101 | 100101 |
Color Harmonies of #B78807
Complementary color
Monochromatic Colors of #B78807
Black with #B78807
Text Example
Text Example
White with #B78807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78807; }
p { color: rgb(183,136,7); }
H1.HeaderClassName
{
color: #B78807;
}
.AnyTagClassName
{
color: #B78807;
}
</style>
background-color css
<style>
a { background-color: #B78807; }
a { background-color: rgb(183,136,7); }
div.DivClassName
{
background-color: #B78807;
}
.BgClassName
{
background-color: #B78807;
}
</style>
border-color css
<style>
span { border-color: #B78807; }
span { border-color: rgb(183,136,7); }
td.TdClassName
{
border-color: #B78807;
}
.TagClassName
{
border-color: #B78807;
}
</style>