Shades of Dark Goldenrod #B88C16
Tints of Dark Goldenrod #B88C16
RGB
CMYK
RGB Variations
Color information
#B88C16 (or 0xB88C16) is known color: Dark Goldenrod. HEX triplet: B8, 8C and 16. RGB value is (184,140,22). Sum of RGB (Red+Green+Blue) = 184+140+22=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88C16 is #4773E9. Grayscale: #8C8C8C. Windows color (decimal): -4682730 or 1477816. OLE color: 1477816.
HSL color Cylindrical-coordinate representation of color #B88C16: hue angle of 43.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B88C16 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 22 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.28 |
| HSL | 43.7º | 0.79% | 0.4% | - |
| HSV(B) | 43.7º | 0.88% | 0.72% | - |
| XYZ | 29.29 | 29 | 4.81 | - |
| YUV | 139.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 22 | 0 | 0.24 | 0.88 | 0.28 | 43.7 | 0.79 | 0.4 |
| Hex | B8 | 8C | 16 | 0 | 18 | 58 | 1C | 2C | 4F | 28 |
| Octal | 270 | 214 | 26 | 0 | 30 | 130 | 34 | 54 | 117 | 50 |
| Binary | 10111000 | 10001100 | 10110 | 0 | 11000 | 1011000 | 11100 | 101100 | 1001111 | 101000 |
Color Harmonies of #B88C16
Complementary color
Monochromatic Colors of #B88C16
Black with #B88C16
Text Example
Text Example
White with #B88C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C16; }
p { color: rgb(184,140,22); }
H1.HeaderClassName
{
color: #B88C16;
}
.AnyTagClassName
{
color: #B88C16;
}
</style>
background-color css
<style>
a { background-color: #B88C16; }
a { background-color: rgb(184,140,22); }
div.DivClassName
{
background-color: #B88C16;
}
.BgClassName
{
background-color: #B88C16;
}
</style>
border-color css
<style>
span { border-color: #B88C16; }
span { border-color: rgb(184,140,22); }
td.TdClassName
{
border-color: #B88C16;
}
.TagClassName
{
border-color: #B88C16;
}
</style>