Shades of Dark Goldenrod #B77F01
Tints of Dark Goldenrod #B77F01
RGB
CMYK
RGB Variations
Color information
#B77F01 (or 0xB77F01) is known color: Dark Goldenrod. HEX triplet: B7, 7F and 01. RGB value is (183,127,1). Sum of RGB (Red+Green+Blue) = 183+127+1=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F01 is #4880FE. Grayscale: #818181. Windows color (decimal): -4751615 or 98231. OLE color: 98231.
HSL color Cylindrical-coordinate representation of color #B77F01: hue angle of 41.54º degrees, saturation: 0.99, 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 #B77F01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.28 |
| HSL | 41.54º | 0.99% | 0.36% | - |
| HSV(B) | 41.54º | 0.99% | 0.72% | - |
| XYZ | 27.12 | 25.25 | 3.47 | - |
| YUV | 129.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 1 | 0 | 0.31 | 0.99 | 0.28 | 41.54 | 0.99 | 0.36 |
| Hex | B7 | 7F | 1 | 0 | 1F | 63 | 1C | 2A | 63 | 24 |
| Octal | 267 | 177 | 1 | 0 | 37 | 143 | 34 | 52 | 143 | 44 |
| Binary | 10110111 | 1111111 | 1 | 0 | 11111 | 1100011 | 11100 | 101010 | 1100011 | 100100 |
Color Harmonies of #B77F01
Complementary color
Monochromatic Colors of #B77F01
Black with #B77F01
Text Example
Text Example
White with #B77F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F01; }
p { color: rgb(183,127,1); }
H1.HeaderClassName
{
color: #B77F01;
}
.AnyTagClassName
{
color: #B77F01;
}
</style>
background-color css
<style>
a { background-color: #B77F01; }
a { background-color: rgb(183,127,1); }
div.DivClassName
{
background-color: #B77F01;
}
.BgClassName
{
background-color: #B77F01;
}
</style>
border-color css
<style>
span { border-color: #B77F01; }
span { border-color: rgb(183,127,1); }
td.TdClassName
{
border-color: #B77F01;
}
.TagClassName
{
border-color: #B77F01;
}
</style>