Shades of Dark Goldenrod #B37B16
Tints of Dark Goldenrod #B37B16
RGB
CMYK
RGB Variations
Color information
#B37B16 (or 0xB37B16) is known color: Dark Goldenrod. HEX triplet: B3, 7B and 16. RGB value is (179,123,22). Sum of RGB (Red+Green+Blue) = 179+123+22=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B16 is #4C84E9. Grayscale: #808080. Windows color (decimal): -5014762 or 1473459. OLE color: 1473459.
HSL color Cylindrical-coordinate representation of color #B37B16: hue angle of 38.6º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B37B16 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 22 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.30 |
| HSL | 38.6º | 0.78% | 0.39% | - |
| HSV(B) | 38.6º | 0.88% | 0.7% | - |
| XYZ | 25.82 | 23.81 | 3.99 | - |
| YUV | 128.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 22 | 0 | 0.31 | 0.88 | 0.30 | 38.6 | 0.78 | 0.39 |
| Hex | B3 | 7B | 16 | 0 | 1F | 58 | 1E | 27 | 4E | 27 |
| Octal | 263 | 173 | 26 | 0 | 37 | 130 | 36 | 47 | 116 | 47 |
| Binary | 10110011 | 1111011 | 10110 | 0 | 11111 | 1011000 | 11110 | 100111 | 1001110 | 100111 |
Color Harmonies of #B37B16
Complementary color
Monochromatic Colors of #B37B16
Black with #B37B16
Text Example
Text Example
White with #B37B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B16; }
p { color: rgb(179,123,22); }
H1.HeaderClassName
{
color: #B37B16;
}
.AnyTagClassName
{
color: #B37B16;
}
</style>
background-color css
<style>
a { background-color: #B37B16; }
a { background-color: rgb(179,123,22); }
div.DivClassName
{
background-color: #B37B16;
}
.BgClassName
{
background-color: #B37B16;
}
</style>
border-color css
<style>
span { border-color: #B37B16; }
span { border-color: rgb(179,123,22); }
td.TdClassName
{
border-color: #B37B16;
}
.TagClassName
{
border-color: #B37B16;
}
</style>