Shades of Dark Goldenrod #B27A00
Tints of Dark Goldenrod #B27A00
RGB
CMYK
RGB Variations
Color information
#B27A00 (or 0xB27A00) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 00. RGB value is (178,122,0). Sum of RGB (Red+Green+Blue) = 178+122+0=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A00 is #4D85FF. Grayscale: #7D7D7D. Windows color (decimal): -5080576 or 31410. OLE color: 31410.
HSL color Cylindrical-coordinate representation of color #B27A00: hue angle of 41.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B27A00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.30 |
| HSL | 41.12º | 1% | 0.35% | - |
| HSV(B) | 41.12º | 1% | 0.7% | - |
| XYZ | 25.32 | 23.38 | 3.18 | - |
| YUV | 124.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 0 | 0 | 0.31 | 1 | 0.30 | 41.12 | 1 | 0.35 |
| Hex | B2 | 7A | 0 | 0 | 1F | 64 | 1E | 29 | 64 | 23 |
| Octal | 262 | 172 | 0 | 0 | 37 | 144 | 36 | 51 | 144 | 43 |
| Binary | 10110010 | 1111010 | 0 | 0 | 11111 | 1100100 | 11110 | 101001 | 1100100 | 100011 |
Color Harmonies of #B27A00
Complementary color
Monochromatic Colors of #B27A00
Black with #B27A00
Text Example
Text Example
White with #B27A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A00; }
p { color: rgb(178,122,0); }
H1.HeaderClassName
{
color: #B27A00;
}
.AnyTagClassName
{
color: #B27A00;
}
</style>
background-color css
<style>
a { background-color: #B27A00; }
a { background-color: rgb(178,122,0); }
div.DivClassName
{
background-color: #B27A00;
}
.BgClassName
{
background-color: #B27A00;
}
</style>
border-color css
<style>
span { border-color: #B27A00; }
span { border-color: rgb(178,122,0); }
td.TdClassName
{
border-color: #B27A00;
}
.TagClassName
{
border-color: #B27A00;
}
</style>