Shades of Dark Goldenrod #B9811B
Tints of Dark Goldenrod #B9811B
RGB
CMYK
RGB Variations
Color information
#B9811B (or 0xB9811B) is known color: Dark Goldenrod. HEX triplet: B9, 81 and 1B. RGB value is (185,129,27). Sum of RGB (Red+Green+Blue) = 185+129+27=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9811B is #467EE4. Grayscale: #868686. Windows color (decimal): -4620005 or 1802681. OLE color: 1802681.
HSL color Cylindrical-coordinate representation of color #B9811B: hue angle of 38.73º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9811B is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 27 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.27 |
| HSL | 38.73º | 0.75% | 0.42% | - |
| HSV(B) | 38.73º | 0.85% | 0.73% | - |
| XYZ | 28.06 | 26.09 | 4.59 | - |
| YUV | 134.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 27 | 0 | 0.30 | 0.85 | 0.27 | 38.73 | 0.75 | 0.42 |
| Hex | B9 | 81 | 1B | 0 | 1E | 55 | 1B | 27 | 4B | 2A |
| Octal | 271 | 201 | 33 | 0 | 36 | 125 | 33 | 47 | 113 | 52 |
| Binary | 10111001 | 10000001 | 11011 | 0 | 11110 | 1010101 | 11011 | 100111 | 1001011 | 101010 |
Color Harmonies of #B9811B
Complementary color
Monochromatic Colors of #B9811B
Black with #B9811B
Text Example
Text Example
White with #B9811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9811B; }
p { color: rgb(185,129,27); }
H1.HeaderClassName
{
color: #B9811B;
}
.AnyTagClassName
{
color: #B9811B;
}
</style>
background-color css
<style>
a { background-color: #B9811B; }
a { background-color: rgb(185,129,27); }
div.DivClassName
{
background-color: #B9811B;
}
.BgClassName
{
background-color: #B9811B;
}
</style>
border-color css
<style>
span { border-color: #B9811B; }
span { border-color: rgb(185,129,27); }
td.TdClassName
{
border-color: #B9811B;
}
.TagClassName
{
border-color: #B9811B;
}
</style>