Shades of Dark Goldenrod #B77B15
Tints of Dark Goldenrod #B77B15
RGB
CMYK
RGB Variations
Color information
#B77B15 (or 0xB77B15) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 15. RGB value is (183,123,21). Sum of RGB (Red+Green+Blue) = 183+123+21=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B15 is #4884EA. Grayscale: #818181. Windows color (decimal): -4752619 or 1407927. OLE color: 1407927.
HSL color Cylindrical-coordinate representation of color #B77B15: hue angle of 37.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B77B15 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 21 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.28 |
| HSL | 37.78º | 0.79% | 0.4% | - |
| HSV(B) | 37.78º | 0.89% | 0.72% | - |
| XYZ | 26.75 | 24.29 | 3.99 | - |
| YUV | 129.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 21 | 0 | 0.33 | 0.89 | 0.28 | 37.78 | 0.79 | 0.4 |
| Hex | B7 | 7B | 15 | 0 | 21 | 59 | 1C | 26 | 4F | 28 |
| Octal | 267 | 173 | 25 | 0 | 41 | 131 | 34 | 46 | 117 | 50 |
| Binary | 10110111 | 1111011 | 10101 | 0 | 100001 | 1011001 | 11100 | 100110 | 1001111 | 101000 |
Color Harmonies of #B77B15
Complementary color
Monochromatic Colors of #B77B15
Black with #B77B15
Text Example
Text Example
White with #B77B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B15; }
p { color: rgb(183,123,21); }
H1.HeaderClassName
{
color: #B77B15;
}
.AnyTagClassName
{
color: #B77B15;
}
</style>
background-color css
<style>
a { background-color: #B77B15; }
a { background-color: rgb(183,123,21); }
div.DivClassName
{
background-color: #B77B15;
}
.BgClassName
{
background-color: #B77B15;
}
</style>
border-color css
<style>
span { border-color: #B77B15; }
span { border-color: rgb(183,123,21); }
td.TdClassName
{
border-color: #B77B15;
}
.TagClassName
{
border-color: #B77B15;
}
</style>