Shades of Dark Goldenrod #B68401
Tints of Dark Goldenrod #B68401
RGB
CMYK
RGB Variations
Color information
#B68401 (or 0xB68401) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 01. RGB value is (182,132,1). Sum of RGB (Red+Green+Blue) = 182+132+1=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B68401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68401 is #497BFE. Grayscale: #848484. Windows color (decimal): -4815871 or 99510. OLE color: 99510.
HSL color Cylindrical-coordinate representation of color #B68401: hue angle of 43.43º 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 #B68401 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.29 |
| HSL | 43.43º | 0.99% | 0.36% | - |
| HSV(B) | 43.43º | 0.99% | 0.71% | - |
| XYZ | 27.55 | 26.45 | 3.68 | - |
| YUV | 132.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 1 | 0 | 0.27 | 0.99 | 0.29 | 43.43 | 0.99 | 0.36 |
| Hex | B6 | 84 | 1 | 0 | 1B | 63 | 1D | 2B | 63 | 24 |
| Octal | 266 | 204 | 1 | 0 | 33 | 143 | 35 | 53 | 143 | 44 |
| Binary | 10110110 | 10000100 | 1 | 0 | 11011 | 1100011 | 11101 | 101011 | 1100011 | 100100 |
Color Harmonies of #B68401
Complementary color
Monochromatic Colors of #B68401
Black with #B68401
Text Example
Text Example
White with #B68401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68401; }
p { color: rgb(182,132,1); }
H1.HeaderClassName
{
color: #B68401;
}
.AnyTagClassName
{
color: #B68401;
}
</style>
background-color css
<style>
a { background-color: #B68401; }
a { background-color: rgb(182,132,1); }
div.DivClassName
{
background-color: #B68401;
}
.BgClassName
{
background-color: #B68401;
}
</style>
border-color css
<style>
span { border-color: #B68401; }
span { border-color: rgb(182,132,1); }
td.TdClassName
{
border-color: #B68401;
}
.TagClassName
{
border-color: #B68401;
}
</style>