Shades of Dark Goldenrod #B38A08
Tints of Dark Goldenrod #B38A08
RGB
CMYK
RGB Variations
Color information
#B38A08 (or 0xB38A08) is known color: Dark Goldenrod. HEX triplet: B3, 8A and 08. RGB value is (179,138,8). Sum of RGB (Red+Green+Blue) = 179+138+8=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A08 is #4C75F7. Grayscale: #888888. Windows color (decimal): -5010936 or 559795. OLE color: 559795.
HSL color Cylindrical-coordinate representation of color #B38A08: hue angle of 45.61º 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 #B38A08 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.30 |
| HSL | 45.61º | 0.91% | 0.37% | - |
| HSV(B) | 45.61º | 0.96% | 0.7% | - |
| XYZ | 27.72 | 27.78 | 4.13 | - |
| YUV | 135.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 8 | 0 | 0.23 | 0.96 | 0.30 | 45.61 | 0.91 | 0.37 |
| Hex | B3 | 8A | 8 | 0 | 17 | 60 | 1E | 2E | 5B | 25 |
| Octal | 263 | 212 | 10 | 0 | 27 | 140 | 36 | 56 | 133 | 45 |
| Binary | 10110011 | 10001010 | 1000 | 0 | 10111 | 1100000 | 11110 | 101110 | 1011011 | 100101 |
Color Harmonies of #B38A08
Complementary color
Monochromatic Colors of #B38A08
Black with #B38A08
Text Example
Text Example
White with #B38A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A08; }
p { color: rgb(179,138,8); }
H1.HeaderClassName
{
color: #B38A08;
}
.AnyTagClassName
{
color: #B38A08;
}
</style>
background-color css
<style>
a { background-color: #B38A08; }
a { background-color: rgb(179,138,8); }
div.DivClassName
{
background-color: #B38A08;
}
.BgClassName
{
background-color: #B38A08;
}
</style>
border-color css
<style>
span { border-color: #B38A08; }
span { border-color: rgb(179,138,8); }
td.TdClassName
{
border-color: #B38A08;
}
.TagClassName
{
border-color: #B38A08;
}
</style>