Shades of Dark Goldenrod #B77E02
Tints of Dark Goldenrod #B77E02
RGB
CMYK
RGB Variations
Color information
#B77E02 (or 0xB77E02) is known color: Dark Goldenrod. HEX triplet: B7, 7E and 02. RGB value is (183,126,2). Sum of RGB (Red+Green+Blue) = 183+126+2=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77E02 is #4881FD. Grayscale: #818181. Windows color (decimal): -4751870 or 163511. OLE color: 163511.
HSL color Cylindrical-coordinate representation of color #B77E02: hue angle of 41.1º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B77E02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.28 |
| HSL | 41.1º | 0.98% | 0.36% | - |
| HSV(B) | 41.1º | 0.99% | 0.72% | - |
| XYZ | 27 | 24.99 | 3.46 | - |
| YUV | 128.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 2 | 0 | 0.31 | 0.99 | 0.28 | 41.1 | 0.98 | 0.36 |
| Hex | B7 | 7E | 2 | 0 | 1F | 63 | 1C | 29 | 62 | 24 |
| Octal | 267 | 176 | 2 | 0 | 37 | 143 | 34 | 51 | 142 | 44 |
| Binary | 10110111 | 1111110 | 10 | 0 | 11111 | 1100011 | 11100 | 101001 | 1100010 | 100100 |
Color Harmonies of #B77E02
Complementary color
Monochromatic Colors of #B77E02
Black with #B77E02
Text Example
Text Example
White with #B77E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E02; }
p { color: rgb(183,126,2); }
H1.HeaderClassName
{
color: #B77E02;
}
.AnyTagClassName
{
color: #B77E02;
}
</style>
background-color css
<style>
a { background-color: #B77E02; }
a { background-color: rgb(183,126,2); }
div.DivClassName
{
background-color: #B77E02;
}
.BgClassName
{
background-color: #B77E02;
}
</style>
border-color css
<style>
span { border-color: #B77E02; }
span { border-color: rgb(183,126,2); }
td.TdClassName
{
border-color: #B77E02;
}
.TagClassName
{
border-color: #B77E02;
}
</style>