Shades of Dark Goldenrod #B77B0F
Tints of Dark Goldenrod #B77B0F
RGB
CMYK
RGB Variations
Color information
#B77B0F (or 0xB77B0F) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 0F. RGB value is (183,123,15). Sum of RGB (Red+Green+Blue) = 183+123+15=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B0F is #4884F0. Grayscale: #818181. Windows color (decimal): -4752625 or 1014711. OLE color: 1014711.
HSL color Cylindrical-coordinate representation of color #B77B0F: hue angle of 38.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B77B0F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 15 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.28 |
| HSL | 38.57º | 0.85% | 0.39% | - |
| HSV(B) | 38.57º | 0.92% | 0.72% | - |
| XYZ | 26.7 | 24.27 | 3.73 | - |
| YUV | 128.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 15 | 0 | 0.33 | 0.92 | 0.28 | 38.57 | 0.85 | 0.39 |
| Hex | B7 | 7B | F | 0 | 21 | 5C | 1C | 27 | 55 | 27 |
| Octal | 267 | 173 | 17 | 0 | 41 | 134 | 34 | 47 | 125 | 47 |
| Binary | 10110111 | 1111011 | 1111 | 0 | 100001 | 1011100 | 11100 | 100111 | 1010101 | 100111 |
Color Harmonies of #B77B0F
Complementary color
Monochromatic Colors of #B77B0F
Black with #B77B0F
Text Example
Text Example
White with #B77B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B0F; }
p { color: rgb(183,123,15); }
H1.HeaderClassName
{
color: #B77B0F;
}
.AnyTagClassName
{
color: #B77B0F;
}
</style>
background-color css
<style>
a { background-color: #B77B0F; }
a { background-color: rgb(183,123,15); }
div.DivClassName
{
background-color: #B77B0F;
}
.BgClassName
{
background-color: #B77B0F;
}
</style>
border-color css
<style>
span { border-color: #B77B0F; }
span { border-color: rgb(183,123,15); }
td.TdClassName
{
border-color: #B77B0F;
}
.TagClassName
{
border-color: #B77B0F;
}
</style>