Shades of Dark Goldenrod #B38C08
Tints of Dark Goldenrod #B38C08
RGB
CMYK
RGB Variations
Color information
#B38C08 (or 0xB38C08) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 08. RGB value is (179,140,8). Sum of RGB (Red+Green+Blue) = 179+140+8=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C08 is #4C73F7. Grayscale: #898989. Windows color (decimal): -5010424 or 560307. OLE color: 560307.
HSL color Cylindrical-coordinate representation of color #B38C08: hue angle of 46.32º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B38C08 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.30 |
| HSL | 46.32º | 0.91% | 0.37% | - |
| HSV(B) | 46.32º | 0.96% | 0.7% | - |
| XYZ | 28.01 | 28.36 | 4.23 | - |
| YUV | 136.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 8 | 0 | 0.22 | 0.96 | 0.30 | 46.32 | 0.91 | 0.37 |
| Hex | B3 | 8C | 8 | 0 | 16 | 60 | 1E | 2E | 5B | 25 |
| Octal | 263 | 214 | 10 | 0 | 26 | 140 | 36 | 56 | 133 | 45 |
| Binary | 10110011 | 10001100 | 1000 | 0 | 10110 | 1100000 | 11110 | 101110 | 1011011 | 100101 |
Color Harmonies of #B38C08
Complementary color
Monochromatic Colors of #B38C08
Black with #B38C08
Text Example
Text Example
White with #B38C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C08; }
p { color: rgb(179,140,8); }
H1.HeaderClassName
{
color: #B38C08;
}
.AnyTagClassName
{
color: #B38C08;
}
</style>
background-color css
<style>
a { background-color: #B38C08; }
a { background-color: rgb(179,140,8); }
div.DivClassName
{
background-color: #B38C08;
}
.BgClassName
{
background-color: #B38C08;
}
</style>
border-color css
<style>
span { border-color: #B38C08; }
span { border-color: rgb(179,140,8); }
td.TdClassName
{
border-color: #B38C08;
}
.TagClassName
{
border-color: #B38C08;
}
</style>