Shades of Dark Goldenrod #B77F12
Tints of Dark Goldenrod #B77F12
RGB
CMYK
RGB Variations
Color information
#B77F12 (or 0xB77F12) is known color: Dark Goldenrod. HEX triplet: B7, 7F and 12. RGB value is (183,127,18). Sum of RGB (Red+Green+Blue) = 183+127+18=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F12 is #4880ED. Grayscale: #838383. Windows color (decimal): -4751598 or 1212343. OLE color: 1212343.
HSL color Cylindrical-coordinate representation of color #B77F12: hue angle of 39.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B77F12 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 18 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.28 |
| HSL | 39.64º | 0.82% | 0.39% | - |
| HSV(B) | 39.64º | 0.9% | 0.72% | - |
| XYZ | 27.23 | 25.29 | 4.02 | - |
| YUV | 131.32 | 64.05 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 18 | 0 | 0.31 | 0.90 | 0.28 | 39.64 | 0.82 | 0.39 |
| Hex | B7 | 7F | 12 | 0 | 1F | 5A | 1C | 28 | 52 | 27 |
| Octal | 267 | 177 | 22 | 0 | 37 | 132 | 34 | 50 | 122 | 47 |
| Binary | 10110111 | 1111111 | 10010 | 0 | 11111 | 1011010 | 11100 | 101000 | 1010010 | 100111 |
Color Harmonies of #B77F12
Complementary color
Monochromatic Colors of #B77F12
Black with #B77F12
Text Example
Text Example
White with #B77F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F12; }
p { color: rgb(183,127,18); }
H1.HeaderClassName
{
color: #B77F12;
}
.AnyTagClassName
{
color: #B77F12;
}
</style>
background-color css
<style>
a { background-color: #B77F12; }
a { background-color: rgb(183,127,18); }
div.DivClassName
{
background-color: #B77F12;
}
.BgClassName
{
background-color: #B77F12;
}
</style>
border-color css
<style>
span { border-color: #B77F12; }
span { border-color: rgb(183,127,18); }
td.TdClassName
{
border-color: #B77F12;
}
.TagClassName
{
border-color: #B77F12;
}
</style>