Shades of Dark Goldenrod #B69B00
Tints of Dark Goldenrod #B69B00
RGB
CMYK
RGB Variations
Color information
#B69B00 (or 0xB69B00) is known color: Dark Goldenrod. HEX triplet: B6, 9B and 00. RGB value is (182,155,0). Sum of RGB (Red+Green+Blue) = 182+155+0=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69B00 is #4964FF. Grayscale: #929292. Windows color (decimal): -4809984 or 39862. OLE color: 39862.
HSL color Cylindrical-coordinate representation of color #B69B00: hue angle of 51.1º 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 #B69B00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 155 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.29 |
| HSL | 51.1º | 1% | 0.36% | - |
| HSV(B) | 51.1º | 1% | 0.71% | - |
| XYZ | 31.01 | 33.39 | 4.81 | - |
| YUV | 145.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 0 | 0 | 0.15 | 1 | 0.29 | 51.1 | 1 | 0.36 |
| Hex | B6 | 9B | 0 | 0 | F | 64 | 1D | 33 | 64 | 24 |
| Octal | 266 | 233 | 0 | 0 | 17 | 144 | 35 | 63 | 144 | 44 |
| Binary | 10110110 | 10011011 | 0 | 0 | 1111 | 1100100 | 11101 | 110011 | 1100100 | 100100 |
Color Harmonies of #B69B00
Complementary color
Monochromatic Colors of #B69B00
Black with #B69B00
Text Example
Text Example
White with #B69B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69B00; }
p { color: rgb(182,155,0); }
H1.HeaderClassName
{
color: #B69B00;
}
.AnyTagClassName
{
color: #B69B00;
}
</style>
background-color css
<style>
a { background-color: #B69B00; }
a { background-color: rgb(182,155,0); }
div.DivClassName
{
background-color: #B69B00;
}
.BgClassName
{
background-color: #B69B00;
}
</style>
border-color css
<style>
span { border-color: #B69B00; }
span { border-color: rgb(182,155,0); }
td.TdClassName
{
border-color: #B69B00;
}
.TagClassName
{
border-color: #B69B00;
}
</style>