Shades of Dark Goldenrod #B27F09
Tints of Dark Goldenrod #B27F09
RGB
CMYK
RGB Variations
Color information
#B27F09 (or 0xB27F09) is known color: Dark Goldenrod. HEX triplet: B2, 7F and 09. RGB value is (178,127,9). Sum of RGB (Red+Green+Blue) = 178+127+9=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27F09 is #4D80F6. Grayscale: #818181. Windows color (decimal): -5079287 or 622514. OLE color: 622514.
HSL color Cylindrical-coordinate representation of color #B27F09: hue angle of 41.89º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B27F09 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.30 |
| HSL | 41.89º | 0.9% | 0.37% | - |
| HSV(B) | 41.89º | 0.95% | 0.7% | - |
| XYZ | 26 | 24.66 | 3.65 | - |
| YUV | 128.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 9 | 0 | 0.29 | 0.95 | 0.30 | 41.89 | 0.9 | 0.37 |
| Hex | B2 | 7F | 9 | 0 | 1D | 5F | 1E | 2A | 5A | 25 |
| Octal | 262 | 177 | 11 | 0 | 35 | 137 | 36 | 52 | 132 | 45 |
| Binary | 10110010 | 1111111 | 1001 | 0 | 11101 | 1011111 | 11110 | 101010 | 1011010 | 100101 |
Color Harmonies of #B27F09
Complementary color
Monochromatic Colors of #B27F09
Black with #B27F09
Text Example
Text Example
White with #B27F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F09; }
p { color: rgb(178,127,9); }
H1.HeaderClassName
{
color: #B27F09;
}
.AnyTagClassName
{
color: #B27F09;
}
</style>
background-color css
<style>
a { background-color: #B27F09; }
a { background-color: rgb(178,127,9); }
div.DivClassName
{
background-color: #B27F09;
}
.BgClassName
{
background-color: #B27F09;
}
</style>
border-color css
<style>
span { border-color: #B27F09; }
span { border-color: rgb(178,127,9); }
td.TdClassName
{
border-color: #B27F09;
}
.TagClassName
{
border-color: #B27F09;
}
</style>