Shades of Dark Goldenrod #B08101
Tints of Dark Goldenrod #B08101
RGB
CMYK
RGB Variations
Color information
#B08101 (or 0xB08101) is known color: Dark Goldenrod. HEX triplet: B0, 81 and 01. RGB value is (176,129,1). Sum of RGB (Red+Green+Blue) = 176+129+1=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B08101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08101 is #4F7EFE. Grayscale: #818181. Windows color (decimal): -5209855 or 98736. OLE color: 98736.
HSL color Cylindrical-coordinate representation of color #B08101: hue angle of 43.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B08101 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.31 |
| HSL | 43.89º | 0.99% | 0.35% | - |
| HSV(B) | 43.89º | 0.99% | 0.69% | - |
| XYZ | 25.76 | 24.93 | 3.48 | - |
| YUV | 128.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 1 | 0 | 0.27 | 0.99 | 0.31 | 43.89 | 0.99 | 0.35 |
| Hex | B0 | 81 | 1 | 0 | 1B | 63 | 1F | 2C | 63 | 23 |
| Octal | 260 | 201 | 1 | 0 | 33 | 143 | 37 | 54 | 143 | 43 |
| Binary | 10110000 | 10000001 | 1 | 0 | 11011 | 1100011 | 11111 | 101100 | 1100011 | 100011 |
Color Harmonies of #B08101
Complementary color
Monochromatic Colors of #B08101
Black with #B08101
Text Example
Text Example
White with #B08101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08101; }
p { color: rgb(176,129,1); }
H1.HeaderClassName
{
color: #B08101;
}
.AnyTagClassName
{
color: #B08101;
}
</style>
background-color css
<style>
a { background-color: #B08101; }
a { background-color: rgb(176,129,1); }
div.DivClassName
{
background-color: #B08101;
}
.BgClassName
{
background-color: #B08101;
}
</style>
border-color css
<style>
span { border-color: #B08101; }
span { border-color: rgb(176,129,1); }
td.TdClassName
{
border-color: #B08101;
}
.TagClassName
{
border-color: #B08101;
}
</style>