Shades of Dark Goldenrod #B68804
Tints of Dark Goldenrod #B68804
RGB
CMYK
RGB Variations
Color information
#B68804 (or 0xB68804) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 04. RGB value is (182,136,4). Sum of RGB (Red+Green+Blue) = 182+136+4=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B68804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68804 is #4977FB. Grayscale: #878787. Windows color (decimal): -4814844 or 297142. OLE color: 297142.
HSL color Cylindrical-coordinate representation of color #B68804: hue angle of 44.49º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B68804 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.29 |
| HSL | 44.49º | 0.96% | 0.36% | - |
| HSV(B) | 44.49º | 0.98% | 0.71% | - |
| XYZ | 28.12 | 27.56 | 3.95 | - |
| YUV | 134.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 4 | 0 | 0.25 | 0.98 | 0.29 | 44.49 | 0.96 | 0.36 |
| Hex | B6 | 88 | 4 | 0 | 19 | 62 | 1D | 2C | 60 | 24 |
| Octal | 266 | 210 | 4 | 0 | 31 | 142 | 35 | 54 | 140 | 44 |
| Binary | 10110110 | 10001000 | 100 | 0 | 11001 | 1100010 | 11101 | 101100 | 1100000 | 100100 |
Color Harmonies of #B68804
Complementary color
Monochromatic Colors of #B68804
Black with #B68804
Text Example
Text Example
White with #B68804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68804; }
p { color: rgb(182,136,4); }
H1.HeaderClassName
{
color: #B68804;
}
.AnyTagClassName
{
color: #B68804;
}
</style>
background-color css
<style>
a { background-color: #B68804; }
a { background-color: rgb(182,136,4); }
div.DivClassName
{
background-color: #B68804;
}
.BgClassName
{
background-color: #B68804;
}
</style>
border-color css
<style>
span { border-color: #B68804; }
span { border-color: rgb(182,136,4); }
td.TdClassName
{
border-color: #B68804;
}
.TagClassName
{
border-color: #B68804;
}
</style>