Shades of Dark Goldenrod #B68F00
Tints of Dark Goldenrod #B68F00
RGB
CMYK
RGB Variations
Color information
#B68F00 (or 0xB68F00) is known color: Dark Goldenrod. HEX triplet: B6, 8F and 00. RGB value is (182,143,0). Sum of RGB (Red+Green+Blue) = 182+143+0=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F00 is #4970FF. Grayscale: #8A8A8A. Windows color (decimal): -4813056 or 36790. OLE color: 36790.
HSL color Cylindrical-coordinate representation of color #B68F00: hue angle of 47.14º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B68F00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.29 |
| HSL | 47.14º | 1% | 0.36% | - |
| HSV(B) | 47.14º | 1% | 0.71% | - |
| XYZ | 29.11 | 29.59 | 4.18 | - |
| YUV | 138.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 0 | 0 | 0.21 | 1 | 0.29 | 47.14 | 1 | 0.36 |
| Hex | B6 | 8F | 0 | 0 | 15 | 64 | 1D | 2F | 64 | 24 |
| Octal | 266 | 217 | 0 | 0 | 25 | 144 | 35 | 57 | 144 | 44 |
| Binary | 10110110 | 10001111 | 0 | 0 | 10101 | 1100100 | 11101 | 101111 | 1100100 | 100100 |
Color Harmonies of #B68F00
Complementary color
Monochromatic Colors of #B68F00
Black with #B68F00
Text Example
Text Example
White with #B68F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F00; }
p { color: rgb(182,143,0); }
H1.HeaderClassName
{
color: #B68F00;
}
.AnyTagClassName
{
color: #B68F00;
}
</style>
background-color css
<style>
a { background-color: #B68F00; }
a { background-color: rgb(182,143,0); }
div.DivClassName
{
background-color: #B68F00;
}
.BgClassName
{
background-color: #B68F00;
}
</style>
border-color css
<style>
span { border-color: #B68F00; }
span { border-color: rgb(182,143,0); }
td.TdClassName
{
border-color: #B68F00;
}
.TagClassName
{
border-color: #B68F00;
}
</style>