Shades of Dark Goldenrod #B38A00
Tints of Dark Goldenrod #B38A00
RGB
CMYK
RGB Variations
Color information
#B38A00 (or 0xB38A00) is known color: Dark Goldenrod. HEX triplet: B3, 8A and 00. RGB value is (179,138,0). Sum of RGB (Red+Green+Blue) = 179+138+0=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A00 is #4C75FF. Grayscale: #878787. Windows color (decimal): -5010944 or 35507. OLE color: 35507.
HSL color Cylindrical-coordinate representation of color #B38A00: hue angle of 46.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B38A00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.30 |
| HSL | 46.26º | 1% | 0.35% | - |
| HSV(B) | 46.26º | 1% | 0.7% | - |
| XYZ | 27.68 | 27.76 | 3.9 | - |
| YUV | 134.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 0 | 0 | 0.23 | 1 | 0.30 | 46.26 | 1 | 0.35 |
| Hex | B3 | 8A | 0 | 0 | 17 | 64 | 1E | 2E | 64 | 23 |
| Octal | 263 | 212 | 0 | 0 | 27 | 144 | 36 | 56 | 144 | 43 |
| Binary | 10110011 | 10001010 | 0 | 0 | 10111 | 1100100 | 11110 | 101110 | 1100100 | 100011 |
Color Harmonies of #B38A00
Complementary color
Monochromatic Colors of #B38A00
Black with #B38A00
Text Example
Text Example
White with #B38A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A00; }
p { color: rgb(179,138,0); }
H1.HeaderClassName
{
color: #B38A00;
}
.AnyTagClassName
{
color: #B38A00;
}
</style>
background-color css
<style>
a { background-color: #B38A00; }
a { background-color: rgb(179,138,0); }
div.DivClassName
{
background-color: #B38A00;
}
.BgClassName
{
background-color: #B38A00;
}
</style>
border-color css
<style>
span { border-color: #B38A00; }
span { border-color: rgb(179,138,0); }
td.TdClassName
{
border-color: #B38A00;
}
.TagClassName
{
border-color: #B38A00;
}
</style>