Shades of Dark Goldenrod #B28407
Tints of Dark Goldenrod #B28407
RGB
CMYK
RGB Variations
Color information
#B28407 (or 0xB28407) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 07. RGB value is (178,132,7). Sum of RGB (Red+Green+Blue) = 178+132+7=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B28407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28407 is #4D7BF8. Grayscale: #848484. Windows color (decimal): -5078009 or 492722. OLE color: 492722.
HSL color Cylindrical-coordinate representation of color #B28407: hue angle of 43.86º 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 #B28407 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 7 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.30 |
| HSL | 43.86º | 0.92% | 0.36% | - |
| HSV(B) | 43.86º | 0.96% | 0.7% | - |
| XYZ | 26.65 | 25.98 | 3.81 | - |
| YUV | 131.5 | 57.74 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 7 | 0 | 0.26 | 0.96 | 0.30 | 43.86 | 0.92 | 0.36 |
| Hex | B2 | 84 | 7 | 0 | 1A | 60 | 1E | 2C | 5C | 24 |
| Octal | 262 | 204 | 7 | 0 | 32 | 140 | 36 | 54 | 134 | 44 |
| Binary | 10110010 | 10000100 | 111 | 0 | 11010 | 1100000 | 11110 | 101100 | 1011100 | 100100 |
Color Harmonies of #B28407
Complementary color
Monochromatic Colors of #B28407
Black with #B28407
Text Example
Text Example
White with #B28407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28407; }
p { color: rgb(178,132,7); }
H1.HeaderClassName
{
color: #B28407;
}
.AnyTagClassName
{
color: #B28407;
}
</style>
background-color css
<style>
a { background-color: #B28407; }
a { background-color: rgb(178,132,7); }
div.DivClassName
{
background-color: #B28407;
}
.BgClassName
{
background-color: #B28407;
}
</style>
border-color css
<style>
span { border-color: #B28407; }
span { border-color: rgb(178,132,7); }
td.TdClassName
{
border-color: #B28407;
}
.TagClassName
{
border-color: #B28407;
}
</style>