Shades of Dark Goldenrod #B68801
Tints of Dark Goldenrod #B68801
RGB
CMYK
RGB Variations
Color information
#B68801 (or 0xB68801) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 01. RGB value is (182,136,1). Sum of RGB (Red+Green+Blue) = 182+136+1=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B68801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68801 is #4977FE. Grayscale: #868686. Windows color (decimal): -4814847 or 100534. OLE color: 100534.
HSL color Cylindrical-coordinate representation of color #B68801: hue angle of 44.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 #B68801 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.29 |
| HSL | 44.75º | 0.99% | 0.36% | - |
| HSV(B) | 44.75º | 0.99% | 0.71% | - |
| XYZ | 28.1 | 27.56 | 3.87 | - |
| YUV | 134.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 1 | 0 | 0.25 | 0.99 | 0.29 | 44.75 | 0.99 | 0.36 |
| Hex | B6 | 88 | 1 | 0 | 19 | 63 | 1D | 2D | 63 | 24 |
| Octal | 266 | 210 | 1 | 0 | 31 | 143 | 35 | 55 | 143 | 44 |
| Binary | 10110110 | 10001000 | 1 | 0 | 11001 | 1100011 | 11101 | 101101 | 1100011 | 100100 |
Color Harmonies of #B68801
Complementary color
Monochromatic Colors of #B68801
Black with #B68801
Text Example
Text Example
White with #B68801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68801; }
p { color: rgb(182,136,1); }
H1.HeaderClassName
{
color: #B68801;
}
.AnyTagClassName
{
color: #B68801;
}
</style>
background-color css
<style>
a { background-color: #B68801; }
a { background-color: rgb(182,136,1); }
div.DivClassName
{
background-color: #B68801;
}
.BgClassName
{
background-color: #B68801;
}
</style>
border-color css
<style>
span { border-color: #B68801; }
span { border-color: rgb(182,136,1); }
td.TdClassName
{
border-color: #B68801;
}
.TagClassName
{
border-color: #B68801;
}
</style>