Shades of Dark Goldenrod #B68F05
Tints of Dark Goldenrod #B68F05
RGB
CMYK
RGB Variations
Color information
#B68F05 (or 0xB68F05) is known color: Dark Goldenrod. HEX triplet: B6, 8F and 05. RGB value is (182,143,5). Sum of RGB (Red+Green+Blue) = 182+143+5=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F05 is #4970FA. Grayscale: #8B8B8B. Windows color (decimal): -4813051 or 364470. OLE color: 364470.
HSL color Cylindrical-coordinate representation of color #B68F05: hue angle of 46.78º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B68F05 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.29 |
| HSL | 46.78º | 0.95% | 0.37% | - |
| HSV(B) | 46.78º | 0.97% | 0.71% | - |
| XYZ | 29.14 | 29.6 | 4.32 | - |
| YUV | 138.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 5 | 0 | 0.21 | 0.97 | 0.29 | 46.78 | 0.95 | 0.37 |
| Hex | B6 | 8F | 5 | 0 | 15 | 61 | 1D | 2F | 5F | 25 |
| Octal | 266 | 217 | 5 | 0 | 25 | 141 | 35 | 57 | 137 | 45 |
| Binary | 10110110 | 10001111 | 101 | 0 | 10101 | 1100001 | 11101 | 101111 | 1011111 | 100101 |
Color Harmonies of #B68F05
Complementary color
Monochromatic Colors of #B68F05
Black with #B68F05
Text Example
Text Example
White with #B68F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F05; }
p { color: rgb(182,143,5); }
H1.HeaderClassName
{
color: #B68F05;
}
.AnyTagClassName
{
color: #B68F05;
}
</style>
background-color css
<style>
a { background-color: #B68F05; }
a { background-color: rgb(182,143,5); }
div.DivClassName
{
background-color: #B68F05;
}
.BgClassName
{
background-color: #B68F05;
}
</style>
border-color css
<style>
span { border-color: #B68F05; }
span { border-color: rgb(182,143,5); }
td.TdClassName
{
border-color: #B68F05;
}
.TagClassName
{
border-color: #B68F05;
}
</style>