Shades of Dark Goldenrod #BB890D
Tints of Dark Goldenrod #BB890D
RGB
CMYK
RGB Variations
Color information
#BB890D (or 0xBB890D) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 0D. RGB value is (187,137,13). Sum of RGB (Red+Green+Blue) = 187+137+13=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB890D is #4476F2. Grayscale: #8A8A8A. Windows color (decimal): -4486899 or 887227. OLE color: 887227.
HSL color Cylindrical-coordinate representation of color #BB890D: hue angle of 42.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB890D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 13 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.27 |
| HSL | 42.76º | 0.87% | 0.39% | - |
| HSV(B) | 42.76º | 0.93% | 0.73% | - |
| XYZ | 29.51 | 28.49 | 4.32 | - |
| YUV | 137.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 13 | 0 | 0.27 | 0.93 | 0.27 | 42.76 | 0.87 | 0.39 |
| Hex | BB | 89 | D | 0 | 1B | 5D | 1B | 2B | 57 | 27 |
| Octal | 273 | 211 | 15 | 0 | 33 | 135 | 33 | 53 | 127 | 47 |
| Binary | 10111011 | 10001001 | 1101 | 0 | 11011 | 1011101 | 11011 | 101011 | 1010111 | 100111 |
Color Harmonies of #BB890D
Complementary color
Monochromatic Colors of #BB890D
Black with #BB890D
Text Example
Text Example
White with #BB890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB890D; }
p { color: rgb(187,137,13); }
H1.HeaderClassName
{
color: #BB890D;
}
.AnyTagClassName
{
color: #BB890D;
}
</style>
background-color css
<style>
a { background-color: #BB890D; }
a { background-color: rgb(187,137,13); }
div.DivClassName
{
background-color: #BB890D;
}
.BgClassName
{
background-color: #BB890D;
}
</style>
border-color css
<style>
span { border-color: #BB890D; }
span { border-color: rgb(187,137,13); }
td.TdClassName
{
border-color: #BB890D;
}
.TagClassName
{
border-color: #BB890D;
}
</style>