Shades of Dark Goldenrod #B68B01
Tints of Dark Goldenrod #B68B01
RGB
CMYK
RGB Variations
Color information
#B68B01 (or 0xB68B01) is known color: Dark Goldenrod. HEX triplet: B6, 8B and 01. RGB value is (182,139,1). Sum of RGB (Red+Green+Blue) = 182+139+1=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68B01 is #4974FE. Grayscale: #888888. Windows color (decimal): -4814079 or 101302. OLE color: 101302.
HSL color Cylindrical-coordinate representation of color #B68B01: hue angle of 45.75º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B68B01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.29 |
| HSL | 45.75º | 0.99% | 0.36% | - |
| HSV(B) | 45.75º | 0.99% | 0.71% | - |
| XYZ | 28.53 | 28.41 | 4.01 | - |
| YUV | 136.13 | 51.75 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 1 | 0 | 0.24 | 0.99 | 0.29 | 45.75 | 0.99 | 0.36 |
| Hex | B6 | 8B | 1 | 0 | 18 | 63 | 1D | 2E | 63 | 24 |
| Octal | 266 | 213 | 1 | 0 | 30 | 143 | 35 | 56 | 143 | 44 |
| Binary | 10110110 | 10001011 | 1 | 0 | 11000 | 1100011 | 11101 | 101110 | 1100011 | 100100 |
Color Harmonies of #B68B01
Complementary color
Monochromatic Colors of #B68B01
Black with #B68B01
Text Example
Text Example
White with #B68B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B01; }
p { color: rgb(182,139,1); }
H1.HeaderClassName
{
color: #B68B01;
}
.AnyTagClassName
{
color: #B68B01;
}
</style>
background-color css
<style>
a { background-color: #B68B01; }
a { background-color: rgb(182,139,1); }
div.DivClassName
{
background-color: #B68B01;
}
.BgClassName
{
background-color: #B68B01;
}
</style>
border-color css
<style>
span { border-color: #B68B01; }
span { border-color: rgb(182,139,1); }
td.TdClassName
{
border-color: #B68B01;
}
.TagClassName
{
border-color: #B68B01;
}
</style>