Shades of Dark Goldenrod #B69001
Tints of Dark Goldenrod #B69001
RGB
CMYK
RGB Variations
Color information
#B69001 (or 0xB69001) is known color: Dark Goldenrod. HEX triplet: B6, 90 and 01. RGB value is (182,144,1). Sum of RGB (Red+Green+Blue) = 182+144+1=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B69001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69001 is #496FFE. Grayscale: #8B8B8B. Windows color (decimal): -4812799 or 102582. OLE color: 102582.
HSL color Cylindrical-coordinate representation of color #B69001: hue angle of 47.4º 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 #B69001 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.29 |
| HSL | 47.4º | 0.99% | 0.36% | - |
| HSV(B) | 47.4º | 0.99% | 0.71% | - |
| XYZ | 29.27 | 29.89 | 4.26 | - |
| YUV | 139.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 1 | 0 | 0.21 | 0.99 | 0.29 | 47.4 | 0.99 | 0.36 |
| Hex | B6 | 90 | 1 | 0 | 15 | 63 | 1D | 2F | 63 | 24 |
| Octal | 266 | 220 | 1 | 0 | 25 | 143 | 35 | 57 | 143 | 44 |
| Binary | 10110110 | 10010000 | 1 | 0 | 10101 | 1100011 | 11101 | 101111 | 1100011 | 100100 |
Color Harmonies of #B69001
Complementary color
Monochromatic Colors of #B69001
Black with #B69001
Text Example
Text Example
White with #B69001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69001; }
p { color: rgb(182,144,1); }
H1.HeaderClassName
{
color: #B69001;
}
.AnyTagClassName
{
color: #B69001;
}
</style>
background-color css
<style>
a { background-color: #B69001; }
a { background-color: rgb(182,144,1); }
div.DivClassName
{
background-color: #B69001;
}
.BgClassName
{
background-color: #B69001;
}
</style>
border-color css
<style>
span { border-color: #B69001; }
span { border-color: rgb(182,144,1); }
td.TdClassName
{
border-color: #B69001;
}
.TagClassName
{
border-color: #B69001;
}
</style>