Shades of Dark Goldenrod #B38800
Tints of Dark Goldenrod #B38800
RGB
CMYK
RGB Variations
Color information
#B38800 (or 0xB38800) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 00. RGB value is (179,136,0). Sum of RGB (Red+Green+Blue) = 179+136+0=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B38800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38800 is #4C77FF. Grayscale: #858585. Windows color (decimal): -5011456 or 34995. OLE color: 34995.
HSL color Cylindrical-coordinate representation of color #B38800: hue angle of 45.59º 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 #B38800 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.30 |
| HSL | 45.59º | 1% | 0.35% | - |
| HSV(B) | 45.59º | 1% | 0.7% | - |
| XYZ | 27.39 | 27.19 | 3.8 | - |
| YUV | 133.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 0 | 0 | 0.24 | 1 | 0.30 | 45.59 | 1 | 0.35 |
| Hex | B3 | 88 | 0 | 0 | 18 | 64 | 1E | 2E | 64 | 23 |
| Octal | 263 | 210 | 0 | 0 | 30 | 144 | 36 | 56 | 144 | 43 |
| Binary | 10110011 | 10001000 | 0 | 0 | 11000 | 1100100 | 11110 | 101110 | 1100100 | 100011 |
Color Harmonies of #B38800
Complementary color
Monochromatic Colors of #B38800
Black with #B38800
Text Example
Text Example
White with #B38800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38800; }
p { color: rgb(179,136,0); }
H1.HeaderClassName
{
color: #B38800;
}
.AnyTagClassName
{
color: #B38800;
}
</style>
background-color css
<style>
a { background-color: #B38800; }
a { background-color: rgb(179,136,0); }
div.DivClassName
{
background-color: #B38800;
}
.BgClassName
{
background-color: #B38800;
}
</style>
border-color css
<style>
span { border-color: #B38800; }
span { border-color: rgb(179,136,0); }
td.TdClassName
{
border-color: #B38800;
}
.TagClassName
{
border-color: #B38800;
}
</style>