Shades of Dark Goldenrod #B77F08
Tints of Dark Goldenrod #B77F08
RGB
CMYK
RGB Variations
Color information
#B77F08 (or 0xB77F08) is known color: Dark Goldenrod. HEX triplet: B7, 7F and 08. RGB value is (183,127,8). Sum of RGB (Red+Green+Blue) = 183+127+8=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F08 is #4880F7. Grayscale: #828282. Windows color (decimal): -4751608 or 556983. OLE color: 556983.
HSL color Cylindrical-coordinate representation of color #B77F08: hue angle of 40.8º 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 #B77F08 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.28 |
| HSL | 40.8º | 0.92% | 0.37% | - |
| HSV(B) | 40.8º | 0.96% | 0.72% | - |
| XYZ | 27.16 | 25.26 | 3.67 | - |
| YUV | 130.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 8 | 0 | 0.31 | 0.96 | 0.28 | 40.8 | 0.92 | 0.37 |
| Hex | B7 | 7F | 8 | 0 | 1F | 60 | 1C | 29 | 5C | 25 |
| Octal | 267 | 177 | 10 | 0 | 37 | 140 | 34 | 51 | 134 | 45 |
| Binary | 10110111 | 1111111 | 1000 | 0 | 11111 | 1100000 | 11100 | 101001 | 1011100 | 100101 |
Color Harmonies of #B77F08
Complementary color
Monochromatic Colors of #B77F08
Black with #B77F08
Text Example
Text Example
White with #B77F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F08; }
p { color: rgb(183,127,8); }
H1.HeaderClassName
{
color: #B77F08;
}
.AnyTagClassName
{
color: #B77F08;
}
</style>
background-color css
<style>
a { background-color: #B77F08; }
a { background-color: rgb(183,127,8); }
div.DivClassName
{
background-color: #B77F08;
}
.BgClassName
{
background-color: #B77F08;
}
</style>
border-color css
<style>
span { border-color: #B77F08; }
span { border-color: rgb(183,127,8); }
td.TdClassName
{
border-color: #B77F08;
}
.TagClassName
{
border-color: #B77F08;
}
</style>