Shades of Dark Goldenrod #BB841D
Tints of Dark Goldenrod #BB841D
RGB
CMYK
RGB Variations
Color information
#BB841D (or 0xBB841D) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 1D. RGB value is (187,132,29). Sum of RGB (Red+Green+Blue) = 187+132+29=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB841D is #447BE2. Grayscale: #898989. Windows color (decimal): -4488163 or 1934523. OLE color: 1934523.
HSL color Cylindrical-coordinate representation of color #BB841D: hue angle of 39.11º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB841D is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 29 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.27 |
| HSL | 39.11º | 0.73% | 0.42% | - |
| HSV(B) | 39.11º | 0.84% | 0.73% | - |
| XYZ | 28.97 | 27.16 | 4.88 | - |
| YUV | 136.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 29 | 0 | 0.29 | 0.84 | 0.27 | 39.11 | 0.73 | 0.42 |
| Hex | BB | 84 | 1D | 0 | 1D | 54 | 1B | 27 | 49 | 2A |
| Octal | 273 | 204 | 35 | 0 | 35 | 124 | 33 | 47 | 111 | 52 |
| Binary | 10111011 | 10000100 | 11101 | 0 | 11101 | 1010100 | 11011 | 100111 | 1001001 | 101010 |
Color Harmonies of #BB841D
Complementary color
Monochromatic Colors of #BB841D
Black with #BB841D
Text Example
Text Example
White with #BB841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB841D; }
p { color: rgb(187,132,29); }
H1.HeaderClassName
{
color: #BB841D;
}
.AnyTagClassName
{
color: #BB841D;
}
</style>
background-color css
<style>
a { background-color: #BB841D; }
a { background-color: rgb(187,132,29); }
div.DivClassName
{
background-color: #BB841D;
}
.BgClassName
{
background-color: #BB841D;
}
</style>
border-color css
<style>
span { border-color: #BB841D; }
span { border-color: rgb(187,132,29); }
td.TdClassName
{
border-color: #BB841D;
}
.TagClassName
{
border-color: #BB841D;
}
</style>