Shades of Dark Goldenrod #B08A0B
Tints of Dark Goldenrod #B08A0B
RGB
CMYK
RGB Variations
Color information
#B08A0B (or 0xB08A0B) is known color: Dark Goldenrod. HEX triplet: B0, 8A and 0B. RGB value is (176,138,11). Sum of RGB (Red+Green+Blue) = 176+138+11=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A0B is #4F75F4. Grayscale: #878787. Windows color (decimal): -5207541 or 756400. OLE color: 756400.
HSL color Cylindrical-coordinate representation of color #B08A0B: hue angle of 46.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B08A0B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.31 |
| HSL | 46.18º | 0.88% | 0.37% | - |
| HSV(B) | 46.18º | 0.94% | 0.69% | - |
| XYZ | 27.05 | 27.43 | 4.19 | - |
| YUV | 134.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 11 | 0 | 0.22 | 0.94 | 0.31 | 46.18 | 0.88 | 0.37 |
| Hex | B0 | 8A | B | 0 | 16 | 5E | 1F | 2E | 58 | 25 |
| Octal | 260 | 212 | 13 | 0 | 26 | 136 | 37 | 56 | 130 | 45 |
| Binary | 10110000 | 10001010 | 1011 | 0 | 10110 | 1011110 | 11111 | 101110 | 1011000 | 100101 |
Color Harmonies of #B08A0B
Complementary color
Monochromatic Colors of #B08A0B
Black with #B08A0B
Text Example
Text Example
White with #B08A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A0B; }
p { color: rgb(176,138,11); }
H1.HeaderClassName
{
color: #B08A0B;
}
.AnyTagClassName
{
color: #B08A0B;
}
</style>
background-color css
<style>
a { background-color: #B08A0B; }
a { background-color: rgb(176,138,11); }
div.DivClassName
{
background-color: #B08A0B;
}
.BgClassName
{
background-color: #B08A0B;
}
</style>
border-color css
<style>
span { border-color: #B08A0B; }
span { border-color: rgb(176,138,11); }
td.TdClassName
{
border-color: #B08A0B;
}
.TagClassName
{
border-color: #B08A0B;
}
</style>