Shades of Dark Goldenrod #B68500
Tints of Dark Goldenrod #B68500
RGB
CMYK
RGB Variations
Color information
#B68500 (or 0xB68500) is known color: Dark Goldenrod. HEX triplet: B6, 85 and 00. RGB value is (182,133,0). Sum of RGB (Red+Green+Blue) = 182+133+0=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B68500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68500 is #497AFF. Grayscale: #858585. Windows color (decimal): -4815616 or 34230. OLE color: 34230.
HSL color Cylindrical-coordinate representation of color #B68500: hue angle of 43.85º 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 #B68500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.29 |
| HSL | 43.85º | 1% | 0.36% | - |
| HSV(B) | 43.85º | 1% | 0.71% | - |
| XYZ | 27.68 | 26.72 | 3.7 | - |
| YUV | 132.49 | 53.23 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 0 | 0 | 0.27 | 1 | 0.29 | 43.85 | 1 | 0.36 |
| Hex | B6 | 85 | 0 | 0 | 1B | 64 | 1D | 2C | 64 | 24 |
| Octal | 266 | 205 | 0 | 0 | 33 | 144 | 35 | 54 | 144 | 44 |
| Binary | 10110110 | 10000101 | 0 | 0 | 11011 | 1100100 | 11101 | 101100 | 1100100 | 100100 |
Color Harmonies of #B68500
Complementary color
Monochromatic Colors of #B68500
Black with #B68500
Text Example
Text Example
White with #B68500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68500; }
p { color: rgb(182,133,0); }
H1.HeaderClassName
{
color: #B68500;
}
.AnyTagClassName
{
color: #B68500;
}
</style>
background-color css
<style>
a { background-color: #B68500; }
a { background-color: rgb(182,133,0); }
div.DivClassName
{
background-color: #B68500;
}
.BgClassName
{
background-color: #B68500;
}
</style>
border-color css
<style>
span { border-color: #B68500; }
span { border-color: rgb(182,133,0); }
td.TdClassName
{
border-color: #B68500;
}
.TagClassName
{
border-color: #B68500;
}
</style>