Shades of Dark Goldenrod #B18308
Tints of Dark Goldenrod #B18308
RGB
CMYK
RGB Variations
Color information
#B18308 (or 0xB18308) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 08. RGB value is (177,131,8). Sum of RGB (Red+Green+Blue) = 177+131+8=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B18308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18308 is #4E7CF7. Grayscale: #838383. Windows color (decimal): -5143800 or 558001. OLE color: 558001.
HSL color Cylindrical-coordinate representation of color #B18308: hue angle of 43.67º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B18308 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 8 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.31 |
| HSL | 43.67º | 0.91% | 0.36% | - |
| HSV(B) | 43.67º | 0.95% | 0.69% | - |
| XYZ | 26.29 | 25.6 | 3.78 | - |
| YUV | 130.73 | 58.74 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 8 | 0 | 0.26 | 0.95 | 0.31 | 43.67 | 0.91 | 0.36 |
| Hex | B1 | 83 | 8 | 0 | 1A | 5F | 1F | 2C | 5B | 24 |
| Octal | 261 | 203 | 10 | 0 | 32 | 137 | 37 | 54 | 133 | 44 |
| Binary | 10110001 | 10000011 | 1000 | 0 | 11010 | 1011111 | 11111 | 101100 | 1011011 | 100100 |
Color Harmonies of #B18308
Complementary color
Monochromatic Colors of #B18308
Black with #B18308
Text Example
Text Example
White with #B18308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18308; }
p { color: rgb(177,131,8); }
H1.HeaderClassName
{
color: #B18308;
}
.AnyTagClassName
{
color: #B18308;
}
</style>
background-color css
<style>
a { background-color: #B18308; }
a { background-color: rgb(177,131,8); }
div.DivClassName
{
background-color: #B18308;
}
.BgClassName
{
background-color: #B18308;
}
</style>
border-color css
<style>
span { border-color: #B18308; }
span { border-color: rgb(177,131,8); }
td.TdClassName
{
border-color: #B18308;
}
.TagClassName
{
border-color: #B18308;
}
</style>