Shades of Dark Goldenrod #B68507
Tints of Dark Goldenrod #B68507
RGB
CMYK
RGB Variations
Color information
#B68507 (or 0xB68507) is known color: Dark Goldenrod. HEX triplet: B6, 85 and 07. RGB value is (182,133,7). Sum of RGB (Red+Green+Blue) = 182+133+7=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B68507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68507 is #497AF8. Grayscale: #858585. Windows color (decimal): -4815609 or 492982. OLE color: 492982.
HSL color Cylindrical-coordinate representation of color #B68507: hue angle of 43.2º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B68507 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 7 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.29 |
| HSL | 43.2º | 0.93% | 0.37% | - |
| HSV(B) | 43.2º | 0.96% | 0.71% | - |
| XYZ | 27.72 | 26.74 | 3.9 | - |
| YUV | 133.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 7 | 0 | 0.27 | 0.96 | 0.29 | 43.2 | 0.93 | 0.37 |
| Hex | B6 | 85 | 7 | 0 | 1B | 60 | 1D | 2B | 5D | 25 |
| Octal | 266 | 205 | 7 | 0 | 33 | 140 | 35 | 53 | 135 | 45 |
| Binary | 10110110 | 10000101 | 111 | 0 | 11011 | 1100000 | 11101 | 101011 | 1011101 | 100101 |
Color Harmonies of #B68507
Complementary color
Monochromatic Colors of #B68507
Black with #B68507
Text Example
Text Example
White with #B68507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68507; }
p { color: rgb(182,133,7); }
H1.HeaderClassName
{
color: #B68507;
}
.AnyTagClassName
{
color: #B68507;
}
</style>
background-color css
<style>
a { background-color: #B68507; }
a { background-color: rgb(182,133,7); }
div.DivClassName
{
background-color: #B68507;
}
.BgClassName
{
background-color: #B68507;
}
</style>
border-color css
<style>
span { border-color: #B68507; }
span { border-color: rgb(182,133,7); }
td.TdClassName
{
border-color: #B68507;
}
.TagClassName
{
border-color: #B68507;
}
</style>