Shades of Dark Goldenrod #B28601
Tints of Dark Goldenrod #B28601
RGB
CMYK
RGB Variations
Color information
#B28601 (or 0xB28601) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 01. RGB value is (178,134,1). Sum of RGB (Red+Green+Blue) = 178+134+1=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B28601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28601 is #4D79FE. Grayscale: #848484. Windows color (decimal): -5077503 or 100018. OLE color: 100018.
HSL color Cylindrical-coordinate representation of color #B28601: hue angle of 45.08º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B28601 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.30 |
| HSL | 45.08º | 0.99% | 0.35% | - |
| HSV(B) | 45.08º | 0.99% | 0.7% | - |
| XYZ | 26.89 | 26.52 | 3.73 | - |
| YUV | 131.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 1 | 0 | 0.25 | 0.99 | 0.30 | 45.08 | 0.99 | 0.35 |
| Hex | B2 | 86 | 1 | 0 | 19 | 63 | 1E | 2D | 63 | 23 |
| Octal | 262 | 206 | 1 | 0 | 31 | 143 | 36 | 55 | 143 | 43 |
| Binary | 10110010 | 10000110 | 1 | 0 | 11001 | 1100011 | 11110 | 101101 | 1100011 | 100011 |
Color Harmonies of #B28601
Complementary color
Monochromatic Colors of #B28601
Black with #B28601
Text Example
Text Example
White with #B28601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28601; }
p { color: rgb(178,134,1); }
H1.HeaderClassName
{
color: #B28601;
}
.AnyTagClassName
{
color: #B28601;
}
</style>
background-color css
<style>
a { background-color: #B28601; }
a { background-color: rgb(178,134,1); }
div.DivClassName
{
background-color: #B28601;
}
.BgClassName
{
background-color: #B28601;
}
</style>
border-color css
<style>
span { border-color: #B28601; }
span { border-color: rgb(178,134,1); }
td.TdClassName
{
border-color: #B28601;
}
.TagClassName
{
border-color: #B28601;
}
</style>