Shades of Dark Goldenrod #B27800
Tints of Dark Goldenrod #B27800
RGB
CMYK
RGB Variations
Color information
#B27800 (or 0xB27800) is known color: Dark Goldenrod. HEX triplet: B2, 78 and 00. RGB value is (178,120,0). Sum of RGB (Red+Green+Blue) = 178+120+0=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B27800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27800 is #4D87FF. Grayscale: #7C7C7C. Windows color (decimal): -5081088 or 30898. OLE color: 30898.
HSL color Cylindrical-coordinate representation of color #B27800: hue angle of 40.45º 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 #B27800 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.30 |
| HSL | 40.45º | 1% | 0.35% | - |
| HSV(B) | 40.45º | 1% | 0.7% | - |
| XYZ | 25.08 | 22.9 | 3.1 | - |
| YUV | 123.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 0 | 0 | 0.33 | 1 | 0.30 | 40.45 | 1 | 0.35 |
| Hex | B2 | 78 | 0 | 0 | 21 | 64 | 1E | 28 | 64 | 23 |
| Octal | 262 | 170 | 0 | 0 | 41 | 144 | 36 | 50 | 144 | 43 |
| Binary | 10110010 | 1111000 | 0 | 0 | 100001 | 1100100 | 11110 | 101000 | 1100100 | 100011 |
Color Harmonies of #B27800
Complementary color
Monochromatic Colors of #B27800
Black with #B27800
Text Example
Text Example
White with #B27800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27800; }
p { color: rgb(178,120,0); }
H1.HeaderClassName
{
color: #B27800;
}
.AnyTagClassName
{
color: #B27800;
}
</style>
background-color css
<style>
a { background-color: #B27800; }
a { background-color: rgb(178,120,0); }
div.DivClassName
{
background-color: #B27800;
}
.BgClassName
{
background-color: #B27800;
}
</style>
border-color css
<style>
span { border-color: #B27800; }
span { border-color: rgb(178,120,0); }
td.TdClassName
{
border-color: #B27800;
}
.TagClassName
{
border-color: #B27800;
}
</style>