Shades of Dark Goldenrod #B77F0B
Tints of Dark Goldenrod #B77F0B
RGB
CMYK
RGB Variations
Color information
#B77F0B (or 0xB77F0B) is known color: Dark Goldenrod. HEX triplet: B7, 7F and 0B. RGB value is (183,127,11). Sum of RGB (Red+Green+Blue) = 183+127+11=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F0B is #4880F4. Grayscale: #838383. Windows color (decimal): -4751605 or 753591. OLE color: 753591.
HSL color Cylindrical-coordinate representation of color #B77F0B: hue angle of 40.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B77F0B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.28 |
| HSL | 40.47º | 0.89% | 0.38% | - |
| HSV(B) | 40.47º | 0.94% | 0.72% | - |
| XYZ | 27.18 | 25.27 | 3.76 | - |
| YUV | 130.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 11 | 0 | 0.31 | 0.94 | 0.28 | 40.47 | 0.89 | 0.38 |
| Hex | B7 | 7F | B | 0 | 1F | 5E | 1C | 28 | 59 | 26 |
| Octal | 267 | 177 | 13 | 0 | 37 | 136 | 34 | 50 | 131 | 46 |
| Binary | 10110111 | 1111111 | 1011 | 0 | 11111 | 1011110 | 11100 | 101000 | 1011001 | 100110 |
Color Harmonies of #B77F0B
Complementary color
Monochromatic Colors of #B77F0B
Black with #B77F0B
Text Example
Text Example
White with #B77F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F0B; }
p { color: rgb(183,127,11); }
H1.HeaderClassName
{
color: #B77F0B;
}
.AnyTagClassName
{
color: #B77F0B;
}
</style>
background-color css
<style>
a { background-color: #B77F0B; }
a { background-color: rgb(183,127,11); }
div.DivClassName
{
background-color: #B77F0B;
}
.BgClassName
{
background-color: #B77F0B;
}
</style>
border-color css
<style>
span { border-color: #B77F0B; }
span { border-color: rgb(183,127,11); }
td.TdClassName
{
border-color: #B77F0B;
}
.TagClassName
{
border-color: #B77F0B;
}
</style>