Shades of Dark Goldenrod #BB780D
Tints of Dark Goldenrod #BB780D
RGB
CMYK
RGB Variations
Color information
#BB780D (or 0xBB780D) is known color: Dark Goldenrod. HEX triplet: BB, 78 and 0D. RGB value is (187,120,13). Sum of RGB (Red+Green+Blue) = 187+120+13=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB780D is #4487F2. Grayscale: #808080. Windows color (decimal): -4491251 or 882875. OLE color: 882875.
HSL color Cylindrical-coordinate representation of color #BB780D: hue angle of 36.9º 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 #BB780D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 13 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.27 |
| HSL | 36.9º | 0.87% | 0.39% | - |
| HSV(B) | 36.9º | 0.93% | 0.73% | - |
| XYZ | 27.28 | 24.03 | 3.58 | - |
| YUV | 127.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 13 | 0 | 0.36 | 0.93 | 0.27 | 36.9 | 0.87 | 0.39 |
| Hex | BB | 78 | D | 0 | 24 | 5D | 1B | 25 | 57 | 27 |
| Octal | 273 | 170 | 15 | 0 | 44 | 135 | 33 | 45 | 127 | 47 |
| Binary | 10111011 | 1111000 | 1101 | 0 | 100100 | 1011101 | 11011 | 100101 | 1010111 | 100111 |
Color Harmonies of #BB780D
Complementary color
Monochromatic Colors of #BB780D
Black with #BB780D
Text Example
Text Example
White with #BB780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB780D; }
p { color: rgb(187,120,13); }
H1.HeaderClassName
{
color: #BB780D;
}
.AnyTagClassName
{
color: #BB780D;
}
</style>
background-color css
<style>
a { background-color: #BB780D; }
a { background-color: rgb(187,120,13); }
div.DivClassName
{
background-color: #BB780D;
}
.BgClassName
{
background-color: #BB780D;
}
</style>
border-color css
<style>
span { border-color: #BB780D; }
span { border-color: rgb(187,120,13); }
td.TdClassName
{
border-color: #BB780D;
}
.TagClassName
{
border-color: #BB780D;
}
</style>