Shades of Dark Goldenrod #B37B11
Tints of Dark Goldenrod #B37B11
RGB
CMYK
RGB Variations
Color information
#B37B11 (or 0xB37B11) is known color: Dark Goldenrod. HEX triplet: B3, 7B and 11. RGB value is (179,123,17). Sum of RGB (Red+Green+Blue) = 179+123+17=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B11 is #4C84EE. Grayscale: #808080. Windows color (decimal): -5014767 or 1145779. OLE color: 1145779.
HSL color Cylindrical-coordinate representation of color #B37B11: hue angle of 39.26º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B37B11 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.30 |
| HSL | 39.26º | 0.83% | 0.38% | - |
| HSV(B) | 39.26º | 0.91% | 0.7% | - |
| XYZ | 25.77 | 23.79 | 3.76 | - |
| YUV | 127.66 | 65.55 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 17 | 0 | 0.31 | 0.91 | 0.30 | 39.26 | 0.83 | 0.38 |
| Hex | B3 | 7B | 11 | 0 | 1F | 5B | 1E | 27 | 53 | 26 |
| Octal | 263 | 173 | 21 | 0 | 37 | 133 | 36 | 47 | 123 | 46 |
| Binary | 10110011 | 1111011 | 10001 | 0 | 11111 | 1011011 | 11110 | 100111 | 1010011 | 100110 |
Color Harmonies of #B37B11
Complementary color
Monochromatic Colors of #B37B11
Black with #B37B11
Text Example
Text Example
White with #B37B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B11; }
p { color: rgb(179,123,17); }
H1.HeaderClassName
{
color: #B37B11;
}
.AnyTagClassName
{
color: #B37B11;
}
</style>
background-color css
<style>
a { background-color: #B37B11; }
a { background-color: rgb(179,123,17); }
div.DivClassName
{
background-color: #B37B11;
}
.BgClassName
{
background-color: #B37B11;
}
</style>
border-color css
<style>
span { border-color: #B37B11; }
span { border-color: rgb(179,123,17); }
td.TdClassName
{
border-color: #B37B11;
}
.TagClassName
{
border-color: #B37B11;
}
</style>