Shades of Dark Goldenrod #B77A08
Tints of Dark Goldenrod #B77A08
RGB
CMYK
RGB Variations
Color information
#B77A08 (or 0xB77A08) is known color: Dark Goldenrod. HEX triplet: B7, 7A and 08. RGB value is (183,122,8). Sum of RGB (Red+Green+Blue) = 183+122+8=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77A08 is #4885F7. Grayscale: #7F7F7F. Windows color (decimal): -4752888 or 555703. OLE color: 555703.
HSL color Cylindrical-coordinate representation of color #B77A08: hue angle of 39.09º 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 #B77A08 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.28 |
| HSL | 39.09º | 0.92% | 0.37% | - |
| HSV(B) | 39.09º | 0.96% | 0.72% | - |
| XYZ | 26.53 | 24 | 3.46 | - |
| YUV | 127.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 8 | 0 | 0.33 | 0.96 | 0.28 | 39.09 | 0.92 | 0.37 |
| Hex | B7 | 7A | 8 | 0 | 21 | 60 | 1C | 27 | 5C | 25 |
| Octal | 267 | 172 | 10 | 0 | 41 | 140 | 34 | 47 | 134 | 45 |
| Binary | 10110111 | 1111010 | 1000 | 0 | 100001 | 1100000 | 11100 | 100111 | 1011100 | 100101 |
Color Harmonies of #B77A08
Complementary color
Monochromatic Colors of #B77A08
Black with #B77A08
Text Example
Text Example
White with #B77A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A08; }
p { color: rgb(183,122,8); }
H1.HeaderClassName
{
color: #B77A08;
}
.AnyTagClassName
{
color: #B77A08;
}
</style>
background-color css
<style>
a { background-color: #B77A08; }
a { background-color: rgb(183,122,8); }
div.DivClassName
{
background-color: #B77A08;
}
.BgClassName
{
background-color: #B77A08;
}
</style>
border-color css
<style>
span { border-color: #B77A08; }
span { border-color: rgb(183,122,8); }
td.TdClassName
{
border-color: #B77A08;
}
.TagClassName
{
border-color: #B77A08;
}
</style>