Shades of Dark Goldenrod #B68400
Tints of Dark Goldenrod #B68400
RGB
CMYK
RGB Variations
Color information
#B68400 (or 0xB68400) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 00. RGB value is (182,132,0). Sum of RGB (Red+Green+Blue) = 182+132+0=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B68400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68400 is #497BFF. Grayscale: #848484. Windows color (decimal): -4815872 or 33974. OLE color: 33974.
HSL color Cylindrical-coordinate representation of color #B68400: hue angle of 43.52º 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 #B68400 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.29 |
| HSL | 43.52º | 1% | 0.36% | - |
| HSV(B) | 43.52º | 1% | 0.71% | - |
| XYZ | 27.54 | 26.45 | 3.65 | - |
| YUV | 131.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 0 | 0 | 0.27 | 1 | 0.29 | 43.52 | 1 | 0.36 |
| Hex | B6 | 84 | 0 | 0 | 1B | 64 | 1D | 2C | 64 | 24 |
| Octal | 266 | 204 | 0 | 0 | 33 | 144 | 35 | 54 | 144 | 44 |
| Binary | 10110110 | 10000100 | 0 | 0 | 11011 | 1100100 | 11101 | 101100 | 1100100 | 100100 |
Color Harmonies of #B68400
Complementary color
Monochromatic Colors of #B68400
Black with #B68400
Text Example
Text Example
White with #B68400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68400; }
p { color: rgb(182,132,0); }
H1.HeaderClassName
{
color: #B68400;
}
.AnyTagClassName
{
color: #B68400;
}
</style>
background-color css
<style>
a { background-color: #B68400; }
a { background-color: rgb(182,132,0); }
div.DivClassName
{
background-color: #B68400;
}
.BgClassName
{
background-color: #B68400;
}
</style>
border-color css
<style>
span { border-color: #B68400; }
span { border-color: rgb(182,132,0); }
td.TdClassName
{
border-color: #B68400;
}
.TagClassName
{
border-color: #B68400;
}
</style>