Shades of Dark Goldenrod #B88A08
Tints of Dark Goldenrod #B88A08
RGB
CMYK
RGB Variations
Color information
#B88A08 (or 0xB88A08) is known color: Dark Goldenrod. HEX triplet: B8, 8A and 08. RGB value is (184,138,8). Sum of RGB (Red+Green+Blue) = 184+138+8=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88A08 is #4775F7. Grayscale: #898989. Windows color (decimal): -4683256 or 559800. OLE color: 559800.
HSL color Cylindrical-coordinate representation of color #B88A08: hue angle of 44.32º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B88A08 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.28 |
| HSL | 44.32º | 0.92% | 0.38% | - |
| HSV(B) | 44.32º | 0.96% | 0.72% | - |
| XYZ | 28.9 | 28.38 | 4.19 | - |
| YUV | 136.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 8 | 0 | 0.25 | 0.96 | 0.28 | 44.32 | 0.92 | 0.38 |
| Hex | B8 | 8A | 8 | 0 | 19 | 60 | 1C | 2C | 5C | 26 |
| Octal | 270 | 212 | 10 | 0 | 31 | 140 | 34 | 54 | 134 | 46 |
| Binary | 10111000 | 10001010 | 1000 | 0 | 11001 | 1100000 | 11100 | 101100 | 1011100 | 100110 |
Color Harmonies of #B88A08
Complementary color
Monochromatic Colors of #B88A08
Black with #B88A08
Text Example
Text Example
White with #B88A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A08; }
p { color: rgb(184,138,8); }
H1.HeaderClassName
{
color: #B88A08;
}
.AnyTagClassName
{
color: #B88A08;
}
</style>
background-color css
<style>
a { background-color: #B88A08; }
a { background-color: rgb(184,138,8); }
div.DivClassName
{
background-color: #B88A08;
}
.BgClassName
{
background-color: #B88A08;
}
</style>
border-color css
<style>
span { border-color: #B88A08; }
span { border-color: rgb(184,138,8); }
td.TdClassName
{
border-color: #B88A08;
}
.TagClassName
{
border-color: #B88A08;
}
</style>