Shades of Dark Goldenrod #BD830B
Tints of Dark Goldenrod #BD830B
RGB
CMYK
RGB Variations
Color information
#BD830B (or 0xBD830B) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 0B. RGB value is (189,131,11). Sum of RGB (Red+Green+Blue) = 189+131+11=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD830B is #427CF4. Grayscale: #878787. Windows color (decimal): -4357365 or 754621. OLE color: 754621.
HSL color Cylindrical-coordinate representation of color #BD830B: hue angle of 40.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD830B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.26 |
| HSL | 40.45º | 0.89% | 0.39% | - |
| HSV(B) | 40.45º | 0.94% | 0.74% | - |
| XYZ | 29.16 | 27.08 | 4.01 | - |
| YUV | 134.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 11 | 0 | 0.31 | 0.94 | 0.26 | 40.45 | 0.89 | 0.39 |
| Hex | BD | 83 | B | 0 | 1F | 5E | 1A | 28 | 59 | 27 |
| Octal | 275 | 203 | 13 | 0 | 37 | 136 | 32 | 50 | 131 | 47 |
| Binary | 10111101 | 10000011 | 1011 | 0 | 11111 | 1011110 | 11010 | 101000 | 1011001 | 100111 |
Color Harmonies of #BD830B
Complementary color
Monochromatic Colors of #BD830B
Black with #BD830B
Text Example
Text Example
White with #BD830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD830B; }
p { color: rgb(189,131,11); }
H1.HeaderClassName
{
color: #BD830B;
}
.AnyTagClassName
{
color: #BD830B;
}
</style>
background-color css
<style>
a { background-color: #BD830B; }
a { background-color: rgb(189,131,11); }
div.DivClassName
{
background-color: #BD830B;
}
.BgClassName
{
background-color: #BD830B;
}
</style>
border-color css
<style>
span { border-color: #BD830B; }
span { border-color: rgb(189,131,11); }
td.TdClassName
{
border-color: #BD830B;
}
.TagClassName
{
border-color: #BD830B;
}
</style>