Shades of Dark Goldenrod #B18802
Tints of Dark Goldenrod #B18802
RGB
CMYK
RGB Variations
Color information
#B18802 (or 0xB18802) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 02. RGB value is (177,136,2). Sum of RGB (Red+Green+Blue) = 177+136+2=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B18802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18802 is #4E77FD. Grayscale: #858585. Windows color (decimal): -5142526 or 166065. OLE color: 166065.
HSL color Cylindrical-coordinate representation of color #B18802: hue angle of 45.94º degrees, saturation: 0.98, 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 #B18802 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.31 |
| HSL | 45.94º | 0.98% | 0.35% | - |
| HSV(B) | 45.94º | 0.99% | 0.69% | - |
| XYZ | 26.95 | 26.96 | 3.84 | - |
| YUV | 132.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 2 | 0 | 0.23 | 0.99 | 0.31 | 45.94 | 0.98 | 0.35 |
| Hex | B1 | 88 | 2 | 0 | 17 | 63 | 1F | 2E | 62 | 23 |
| Octal | 261 | 210 | 2 | 0 | 27 | 143 | 37 | 56 | 142 | 43 |
| Binary | 10110001 | 10001000 | 10 | 0 | 10111 | 1100011 | 11111 | 101110 | 1100010 | 100011 |
Color Harmonies of #B18802
Complementary color
Monochromatic Colors of #B18802
Black with #B18802
Text Example
Text Example
White with #B18802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18802; }
p { color: rgb(177,136,2); }
H1.HeaderClassName
{
color: #B18802;
}
.AnyTagClassName
{
color: #B18802;
}
</style>
background-color css
<style>
a { background-color: #B18802; }
a { background-color: rgb(177,136,2); }
div.DivClassName
{
background-color: #B18802;
}
.BgClassName
{
background-color: #B18802;
}
</style>
border-color css
<style>
span { border-color: #B18802; }
span { border-color: rgb(177,136,2); }
td.TdClassName
{
border-color: #B18802;
}
.TagClassName
{
border-color: #B18802;
}
</style>