Shades of Dark Goldenrod #B28207
Tints of Dark Goldenrod #B28207
RGB
CMYK
RGB Variations
Color information
#B28207 (or 0xB28207) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 07. RGB value is (178,130,7). Sum of RGB (Red+Green+Blue) = 178+130+7=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28207 is #4D7DF8. Grayscale: #828282. Windows color (decimal): -5078521 or 492210. OLE color: 492210.
HSL color Cylindrical-coordinate representation of color #B28207: hue angle of 43.16º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B28207 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 7 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.30 |
| HSL | 43.16º | 0.92% | 0.36% | - |
| HSV(B) | 43.16º | 0.96% | 0.7% | - |
| XYZ | 26.38 | 25.45 | 3.72 | - |
| YUV | 130.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 7 | 0 | 0.27 | 0.96 | 0.30 | 43.16 | 0.92 | 0.36 |
| Hex | B2 | 82 | 7 | 0 | 1B | 60 | 1E | 2B | 5C | 24 |
| Octal | 262 | 202 | 7 | 0 | 33 | 140 | 36 | 53 | 134 | 44 |
| Binary | 10110010 | 10000010 | 111 | 0 | 11011 | 1100000 | 11110 | 101011 | 1011100 | 100100 |
Color Harmonies of #B28207
Complementary color
Monochromatic Colors of #B28207
Black with #B28207
Text Example
Text Example
White with #B28207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28207; }
p { color: rgb(178,130,7); }
H1.HeaderClassName
{
color: #B28207;
}
.AnyTagClassName
{
color: #B28207;
}
</style>
background-color css
<style>
a { background-color: #B28207; }
a { background-color: rgb(178,130,7); }
div.DivClassName
{
background-color: #B28207;
}
.BgClassName
{
background-color: #B28207;
}
</style>
border-color css
<style>
span { border-color: #B28207; }
span { border-color: rgb(178,130,7); }
td.TdClassName
{
border-color: #B28207;
}
.TagClassName
{
border-color: #B28207;
}
</style>