Shades of Dark Goldenrod #B27A06
Tints of Dark Goldenrod #B27A06
RGB
CMYK
RGB Variations
Color information
#B27A06 (or 0xB27A06) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 06. RGB value is (178,122,6). Sum of RGB (Red+Green+Blue) = 178+122+6=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A06 is #4D85F9. Grayscale: #7E7E7E. Windows color (decimal): -5080570 or 424626. OLE color: 424626.
HSL color Cylindrical-coordinate representation of color #B27A06: hue angle of 40.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B27A06 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.30 |
| HSL | 40.47º | 0.93% | 0.36% | - |
| HSV(B) | 40.47º | 0.97% | 0.7% | - |
| XYZ | 25.35 | 23.4 | 3.35 | - |
| YUV | 125.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 6 | 0 | 0.31 | 0.97 | 0.30 | 40.47 | 0.93 | 0.36 |
| Hex | B2 | 7A | 6 | 0 | 1F | 61 | 1E | 28 | 5D | 24 |
| Octal | 262 | 172 | 6 | 0 | 37 | 141 | 36 | 50 | 135 | 44 |
| Binary | 10110010 | 1111010 | 110 | 0 | 11111 | 1100001 | 11110 | 101000 | 1011101 | 100100 |
Color Harmonies of #B27A06
Complementary color
Monochromatic Colors of #B27A06
Black with #B27A06
Text Example
Text Example
White with #B27A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A06; }
p { color: rgb(178,122,6); }
H1.HeaderClassName
{
color: #B27A06;
}
.AnyTagClassName
{
color: #B27A06;
}
</style>
background-color css
<style>
a { background-color: #B27A06; }
a { background-color: rgb(178,122,6); }
div.DivClassName
{
background-color: #B27A06;
}
.BgClassName
{
background-color: #B27A06;
}
</style>
border-color css
<style>
span { border-color: #B27A06; }
span { border-color: rgb(178,122,6); }
td.TdClassName
{
border-color: #B27A06;
}
.TagClassName
{
border-color: #B27A06;
}
</style>