Shades of Dark Goldenrod #BB830B
Tints of Dark Goldenrod #BB830B
RGB
CMYK
RGB Variations
Color information
#BB830B (or 0xBB830B) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 0B. RGB value is (187,131,11). Sum of RGB (Red+Green+Blue) = 187+131+11=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB830B is #447CF4. Grayscale: #868686. Windows color (decimal): -4488437 or 754619. OLE color: 754619.
HSL color Cylindrical-coordinate representation of color #BB830B: hue angle of 40.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB830B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.27 |
| HSL | 40.91º | 0.89% | 0.39% | - |
| HSV(B) | 40.91º | 0.94% | 0.73% | - |
| XYZ | 28.67 | 26.82 | 3.98 | - |
| YUV | 134.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 11 | 0 | 0.30 | 0.94 | 0.27 | 40.91 | 0.89 | 0.39 |
| Hex | BB | 83 | B | 0 | 1E | 5E | 1B | 29 | 59 | 27 |
| Octal | 273 | 203 | 13 | 0 | 36 | 136 | 33 | 51 | 131 | 47 |
| Binary | 10111011 | 10000011 | 1011 | 0 | 11110 | 1011110 | 11011 | 101001 | 1011001 | 100111 |
Color Harmonies of #BB830B
Complementary color
Monochromatic Colors of #BB830B
Black with #BB830B
Text Example
Text Example
White with #BB830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB830B; }
p { color: rgb(187,131,11); }
H1.HeaderClassName
{
color: #BB830B;
}
.AnyTagClassName
{
color: #BB830B;
}
</style>
background-color css
<style>
a { background-color: #BB830B; }
a { background-color: rgb(187,131,11); }
div.DivClassName
{
background-color: #BB830B;
}
.BgClassName
{
background-color: #BB830B;
}
</style>
border-color css
<style>
span { border-color: #BB830B; }
span { border-color: rgb(187,131,11); }
td.TdClassName
{
border-color: #BB830B;
}
.TagClassName
{
border-color: #BB830B;
}
</style>