Shades of Dark Goldenrod #BB780F
Tints of Dark Goldenrod #BB780F
RGB
CMYK
RGB Variations
Color information
#BB780F (or 0xBB780F) is known color: Dark Goldenrod. HEX triplet: BB, 78 and 0F. RGB value is (187,120,15). Sum of RGB (Red+Green+Blue) = 187+120+15=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB780F is #4487F0. Grayscale: #808080. Windows color (decimal): -4491249 or 1013947. OLE color: 1013947.
HSL color Cylindrical-coordinate representation of color #BB780F: hue angle of 36.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB780F is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 15 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.27 |
| HSL | 36.63º | 0.85% | 0.4% | - |
| HSV(B) | 36.63º | 0.92% | 0.73% | - |
| XYZ | 27.3 | 24.03 | 3.65 | - |
| YUV | 128.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 15 | 0 | 0.36 | 0.92 | 0.27 | 36.63 | 0.85 | 0.4 |
| Hex | BB | 78 | F | 0 | 24 | 5C | 1B | 25 | 55 | 28 |
| Octal | 273 | 170 | 17 | 0 | 44 | 134 | 33 | 45 | 125 | 50 |
| Binary | 10111011 | 1111000 | 1111 | 0 | 100100 | 1011100 | 11011 | 100101 | 1010101 | 101000 |
Color Harmonies of #BB780F
Complementary color
Monochromatic Colors of #BB780F
Black with #BB780F
Text Example
Text Example
White with #BB780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB780F; }
p { color: rgb(187,120,15); }
H1.HeaderClassName
{
color: #BB780F;
}
.AnyTagClassName
{
color: #BB780F;
}
</style>
background-color css
<style>
a { background-color: #BB780F; }
a { background-color: rgb(187,120,15); }
div.DivClassName
{
background-color: #BB780F;
}
.BgClassName
{
background-color: #BB780F;
}
</style>
border-color css
<style>
span { border-color: #BB780F; }
span { border-color: rgb(187,120,15); }
td.TdClassName
{
border-color: #BB780F;
}
.TagClassName
{
border-color: #BB780F;
}
</style>