Shades of Dark Goldenrod #BB7D0D
Tints of Dark Goldenrod #BB7D0D
RGB
CMYK
RGB Variations
Color information
#BB7D0D (or 0xBB7D0D) is known color: Dark Goldenrod. HEX triplet: BB, 7D and 0D. RGB value is (187,125,13). Sum of RGB (Red+Green+Blue) = 187+125+13=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7D0D is #4482F2. Grayscale: #838383. Windows color (decimal): -4489971 or 884155. OLE color: 884155.
HSL color Cylindrical-coordinate representation of color #BB7D0D: hue angle of 38.62º 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 #BB7D0D is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 13 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.27 |
| HSL | 38.62º | 0.87% | 0.39% | - |
| HSV(B) | 38.62º | 0.93% | 0.73% | - |
| XYZ | 27.9 | 25.26 | 3.79 | - |
| YUV | 130.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 13 | 0 | 0.33 | 0.93 | 0.27 | 38.62 | 0.87 | 0.39 |
| Hex | BB | 7D | D | 0 | 21 | 5D | 1B | 27 | 57 | 27 |
| Octal | 273 | 175 | 15 | 0 | 41 | 135 | 33 | 47 | 127 | 47 |
| Binary | 10111011 | 1111101 | 1101 | 0 | 100001 | 1011101 | 11011 | 100111 | 1010111 | 100111 |
Color Harmonies of #BB7D0D
Complementary color
Monochromatic Colors of #BB7D0D
Black with #BB7D0D
Text Example
Text Example
White with #BB7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D0D; }
p { color: rgb(187,125,13); }
H1.HeaderClassName
{
color: #BB7D0D;
}
.AnyTagClassName
{
color: #BB7D0D;
}
</style>
background-color css
<style>
a { background-color: #BB7D0D; }
a { background-color: rgb(187,125,13); }
div.DivClassName
{
background-color: #BB7D0D;
}
.BgClassName
{
background-color: #BB7D0D;
}
</style>
border-color css
<style>
span { border-color: #BB7D0D; }
span { border-color: rgb(187,125,13); }
td.TdClassName
{
border-color: #BB7D0D;
}
.TagClassName
{
border-color: #BB7D0D;
}
</style>